Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created March 20, 2020 20:00
Embed
What would you like to do?
# 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