Excel and Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Excel and Python

how can I import an arquive from Excel to Python for data analysis ?

15th May 2017, 4:22 AM
Hermes Santos
Hermes Santos - avatar
2 Answers
+ 1
thx!
15th May 2017, 4:35 AM
Hermes Santos
Hermes Santos - avatar
+ 1
You can read the Excel file into a pandas DataFrame. Have a look at http://pandas.pydata.org/pandas-docs/version/0.20/generated/pandas.read_excel.html for the formal parameters.
15th May 2017, 4:41 AM
Klaus-Dieter Warzecha
Klaus-Dieter Warzecha - avatar