Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created March 20, 2020 20:00
Show Gist options
  • Save aniruddha27/ed615648886a8ad793696ece53e6c1d2 to your computer and use it in GitHub Desktop.
Save aniruddha27/ed615648886a8ad793696ece53e6c1d2 to your computer and use it in GitHub Desktop.
# read Excel file into a DataFrame
df = pd.read_excel(r'./Importing files/World_city.xlsx')
# print values
df
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment