Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- docker
- do it
- frontend
- 머신러닝
- 프론트엔드
- TooBigToInnovate
- 리액트
- 심층신경망
- 클러스터링
- Kubernetes
- 파이썬
- 빅쿼리
- ADP
- 구글
- python
- r
- 대감집 체험기
- DBSCAN
- bigquery
- Machine Learning
- 타입스크립트
- 차원 축소
- 대감집
- 쿠버네티스
- 최적화
- LDA
- React
- ADP 실기
- 캐글
- Kaggle
Archives
- Today
- Total
목록py (1)
No Story, No Ecstasy
[Kaggle Visualization] Python basic code
import pandas as pd pd.plotting.register_matplotlib_converters() import matplotlib.pyplot as plot %matplotlib inline import seaborn as sns # Path of the file to read flight_filepath = "../input/flight_delays.csv" # Read the file into a variable flight_data flight_data = pd.read_csv(flight_filepath, index_col="Month") plt.figure(figsize=(16,6)) # Add title plt.title("Daily Global Streams of Popul..
Data Science Series
2021. 4. 28. 22:05