Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created September 21, 2020 10:32
Show Gist options
  • Save BexTuychiev/b0044eff1261d06afa65691eaa1f3002 to your computer and use it in GitHub Desktop.
Save BexTuychiev/b0044eff1261d06afa65691eaa1f3002 to your computer and use it in GitHub Desktop.
# Basic exploration
medals.info()
climate_change.info()
___________________
<class 'pandas.core.frame.DataFrame'>
Index: 10 entries, United States to Japan
Data columns (total 3 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 Bronze 10 non-null int64
1 Gold 10 non-null int64
2 Silver 10 non-null int64
dtypes: int64(3)
memory usage: 320.0+ bytes
<class 'pandas.core.frame.DataFrame'>
RangeIndex: 706 entries, 0 to 705
Data columns (total 3 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 date 706 non-null datetime64[ns]
1 co2 699 non-null float64
2 relative_temp 706 non-null float64
dtypes: datetime64[ns](1), float64(2)
memory usage: 16.7 KB
___________________
medals.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment