Created
September 21, 2020 10:32
-
-
Save BexTuychiev/b0044eff1261d06afa65691eaa1f3002 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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