My life/Study

[boostcourse] 파이썬으로 시작하는 데이터 사이언스 2. 데이터 분석 준비하기

보람찬 코코 2022. 10. 27. 11:10

데이터 분석 준비하기는

 2.1 데이터 분석을 위한 파이썬 속성 코스

 2.2 판다스 치트시트를 활용한 기초 익히기 

 2.3 파일 경로 설정 방법

이렇게 나뉜다.

 

 

2. 데이터 분석 준비하기.py
0.01MB
file-path-setting.py
0.00MB

 

2.1 파이썬 속성 코스는 많이는 어렵지 않고, 완전 기초적인 내용

파이썬 튜토리얼

docs.python.org/3/tutorial/index.html

 

 

이번에 데이터 분석 준비하기는 pandas 위주 교육!

영상 보여주는거 따라히만 했는데 헷갈리는게 많아서 공부를 좀 해야할듯 싶다!

 

https://pandas.pydata.org/

 

pandas - Python Data Analysis Library

pandas pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language. Install pandas now!

pandas.pydata.org

판다스 라이브러리 공식 사이트

 

https://pandas.pydata.org/pandas-docs/version/1.0.0/getting_started/10min.html

 

10 minutes to pandas — pandas 1.0.0 documentation

This is a short introduction to pandas, geared mainly for new users. You can see more complex recipes in the Cookbook. Time series pandas has simple, powerful, and efficient functionality for performing resampling operations during frequency conversion (e.

pandas.pydata.org

이건 판다스에서 제공하는 pandas의 주요 기능들을 요약해놓은 건데, 10분이라는건 스크롤 하면서 훑는 시간이라고..ㅋㅋㅋ직접 해보면서 하면 몇시간씩 걸린다고 했다. 

 

그리고 pandas_cheat_sheet pdf파일도 있는데 다운이 안되네..!

여기도 완전 간단한 예시와 함께 내용이 있는 거 같은데.

https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf

 

부스트코스에서 간략하게 내용설명도 해줘서 이해완 ! 

pandas에 대해서 더 공부해야지 

 

경로이동하는거도 배우는데 부스트코스 강사님 컴퓨터는 mac이고.. 

나는 window라.. 윈도우 관련 내용은 안써있어서 당황

하지만 밑에 사람들이 댓글로 윈도우 하는 방법 알려줘서 작성할 수 있었음!