Skip to content

Instantly share code, notes, and snippets.

@rgbkrk
Created November 23, 2016 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgbkrk/24b9e375872341e5ba6103783565467d to your computer and use it in GitHub Desktop.
Save rgbkrk/24b9e375872341e5ba6103783565467d to your computer and use it in GitHub Desktop.
nteract-foundations
>>> import pandas as pd
>>> pd.read_csv("./gboeing/urban-data-science/07-Intro-to-Pandas/data/countries.csv").head()
country google_country_code country_group name_en name_fr name_de \
0 at AT eu Austria Autriche Österreich
1 be BE eu Belgium Belgique Belgien
2 bg BG eu Bulgaria Bulgarie Bulgarien
3 hr HR non-eu Croatia Croatie Kroatien
4 cy CY eu Cyprus Chypre Zypern
latitude longitude
0 47.696554 13.345980
1 50.501045 4.476674
2 42.725674 25.482322
3 44.746643 15.340844
4 35.129141 33.428682
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment