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?
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to