Recent posts

2023 여름 태국 여행

7 minute read

2023 여름 가족 여행 일정 2023.07.13 인천 -> 방콕 수완나품 2023.07.14 방콕 -> 끄라비 2023.07.18 끄라비 -> 방콕 2023.07.22 방콕 -> 인천 (23일) 비용 대한민국 <->...

scikit-learn

less than 1 minute read

scikit-learn (Machine Learning in Python) scikit-learn

pandas 10분 완성

less than 1 minute read

실제로 10분완성인지는 모르지만 정식 사이트 문서 ^^; 10 minutes to pandas 판다스 10분완성 책 추천 : “Hands-On Exploratory Data Analysis with Python: Perform EDA techniques to understand...

pandas cheat sheat

less than 1 minute read

PANDAS CHEAT SHEET pandas cheat sheet 1 pandas cheat sheet 2

python으로 그래프 그리기

less than 1 minute read

python plot 그리기 참고 site matplotlib site matplotlib seaborn seaborn import seaborn as sns sns.set() #시각화 기본 테마 설정 sns.name_of_graph(x축 리스트, y축 리스트, n...