강의

멘토링

커뮤니티

Inflearn Community Q&A

jongbaekim07108603's profile image
jongbaekim07108603

asked

Mastering data analysis and visualization with just two pages of documentation

[1/25] Collecting Seoul COVID-19 occurrence trends with just one line of Pandas (Please refer to the appendix due to site changes!)

pandas read_html은 파이참 같은 IDE에서는 작동을 안하나요?

Written on

·

288

1

구글 코랩에서 해보니.. 되는데... 파이참에서는 안되는 것 같아 문의드립니다.

pythonpandas

Answer 3

2

todaycode님의 프로필 이미지
todaycode
Instructor

안녕하세요.

파이참에서도 사용이 가능합니다.

지금 사용하고 계신 파이참에서 판다스가 설치되었는지 확인이 필요할거 같습니다.

그리고 pd.read_html 기능으로 서울시 코로나 사이트를 가져오려고 하면 최근 로드 되는데 3~5분 정도로 지연이 있습니다.

이 부분만 감안해 주시면 될거 같고요.

파이참이 사용하고 있는 가상환경에서 판다스 설치여부를 확인해 주세요.

1

K Style님의 프로필 이미지
K Style
Questioner

기다리니 되네요..^^;  감사합니다.

0

todaycode님의 프로필 이미지
todaycode
Instructor

최근 확진자가 늘어나면서 데이터를 가져오는데 시간이 걸리더라고요 ㅠㅠ

잘 해결되었다니 다행입니다. 감사합니다.

jongbaekim07108603's profile image
jongbaekim07108603

asked

Ask a question