[Tutor] Creating a DataFrame from excel file

Charlotte Hoff Sonne charlotte.sonne at hotmail.com
Thu Feb 8 16:23:09 EST 2018


I wish to create a very large data frame with pandas. So far, I have learned how to create data frames by manually entering the values I want in my data frame. However, now I have a large dataset from excel that I want to get imported as a data frame in jupyter notebook. Initially i wrote the following code:

pd.read_excel(“…”)

But this is not a data frame, is it? Can I convert my excel file to a data frame?


More information about the Tutor mailing list