Skip to content

Instantly share code, notes, and snippets.

@shakasom
Created May 20, 2019 09:17
Show Gist options
  • Save shakasom/b94f89b586a510df28e57a0be2c5354c to your computer and use it in GitHub Desktop.
Save shakasom/b94f89b586a510df28e57a0be2c5354c to your computer and use it in GitHub Desktop.
# First 5 rows
countries.head()
# Rows and columns of the countries data
countries.shape
# Describtive statistics of the countries data
countries.describe()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment