Recent posts

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...

superset이란?

less than 1 minute read

superset이란. Apache Superset is a modern data exploration and visualization platform. superset link

블로그 왼쪽에 블로그 전체 카테고리 아이템 보여주기

less than 1 minute read

블로그 왼쪽에 카테고리를 추가 하려고 한다. 아래와 같이 왼쪽에 전체 카테고리 추가하려고 합니다. 대충 순서는 아래와 같습니다. 1. _config.yml에 sidebar관련 추가할 사항 추가 2. 1에서 추가한 sidebar 내용 추가 3. sidebar 클...