Let's leave work 5 minutes early! Python data analysis, visualization, and web dashboard creation
No more encyclopedia-style lectures from A to Z! A reference-style lecture that gathers only the essentials you can apply directly to real-world practice!
215 learners
Level Basic
Course period Unlimited

- Resolved
data download 문의
안녕하세요. 🙂 github에 있는 data set을 전체 다운받는 기능을 확인 부탁드리겠습니다. 참고로 개별로 다운로드하는 것은
pythonpandasseabornplotlymatplotlibdata-visualizationstreamlitgasunphil6480
・
1
132
3
- Resolved
filter, rename axis 기본값
filter의 경우에는 axis 기본값이 1이 설명대로 맞는거 같은데,rename 메서드 설명에도 axis 기본값이 1로 작성되어 있습니다.하지만 실제로 수행해보니 rename의 경우에는 axis의 기본값이 0인것 같은데 제가 잘못이해한걸
pythonpandasseabornplotlymatplotlibdata-visualizationstreamliteye12580309
・
0
151
1
- Resolved
학습 데이터 다운로드 경로 문의드립니다
안녕하세요수강 신청하여 수업 준비하고 있습니다 강의에서 보여주고 있는 데이터 셋은 어디에서 다운로드 받을 수 있는지 문의 드립니다 감사합니다
pythonpandasseabornplotlymatplotlibdata-visualizationstreamlitlhs83180918
・
0
242
1
- Resolved
button과 checkbox 조건문과 함수
버튼과 체크박스 모두 조건문을 사용할 때는 바로 아래에 텍스트가 출력되는데, 함수를 사용하면 대시보드 맨 위에 텍스트가 호출되는 것은 왜 그런건가요?(맨 위에 텍스트가 호출되어 출력된 부분이 전부 다 한 칸 씩 밀리게 됨)
pythonpandasseabornplotlymatplotlibdata-visualizationstreamlitedu5996
・
0
283
1
- Resolved
annot 수치 표현
age_bin_list = np.arange(10, 80, 10) df['age_bin'] = pd.cut(df['age'], bins = age_bin_list) pivot_df = df.pivot_ta
pythonpandasseabornplotlymatplotlibdata-visualizationstreamlitedu5996
・
0
332
1
- Resolved
groupby 경고 질문
groupby를 사용하면 에러는 아니고 경고가 뜹니다. FutureWarning: The default of observed=False is deprecated and will be changed to True in a future version of
pythonpandasseabornplotlymatplotlibdata-visualizationstreamlitedu5996
・
0
1,357
1
- Resolved
print()
파이썬에서는 print() 구문이 굉장히 중요하다고 들었는데, 주피터랩에서는 print 없이 df만 써도 표가 나오는 이유는 왜인가요? print(df)를 했을 때는 표가 아니라 글로 나오네요.! 차이가 궁금해서 질문 남깁니다.
pythonpandasseabornplotlymatplotlibdata-visualizationstreamlitedu5996
・
0
273
1

