Created
March 20, 2020 20:00
-
-
Save aniruddha27/ed615648886a8ad793696ece53e6c1d2 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
# 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