강의

멘토링

커뮤니티

Inflearn Community Q&A

seongminlee02083729's profile image
seongminlee02083729

asked

Introduction to Python and Creating Various Automated Applications Using Web Crawling

BeautifulSoup Usage and Simple Web Parsing Basics (1)

html5lib는 어떨때 써야하나요?

Written on

·

177

0

선생님,

캐글 NLP관련 튜토리얼에서 bs4에 html5lib를 쓰던데요 ㅎㅎ

왜 이걸 쓰는거예요?

혹시 html5lib외 여러가지 정리된 사이트가 있을까요?

웹-크롤링python

Answer 1

0

niceman님의 프로필 이미지
niceman
Instructor

네 안녕하세요.

데이터사이언스에서 데이터 전처리를 위해서 bs4에서 html로 된 데이터를

분석에 알맞는 데이터로 가공하기 위해서 파싱용으로 쓰는 것입니다.

더 좋은 패키지가 있다면, 그걸 사용하겠죠.

여러 가지 정리된 사이트는 저도 아직 검색해보지 않아 잘 모르겠습니다.

저도 html5lib을 즐겨 사용합니다.

감사합니다.

seongminlee02083729's profile image
seongminlee02083729

asked

Ask a question