Move from Excel to Python with Pandas Transcripts
Chapter: Course conclusion and review
Lecture: File I/O
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
in Chapter seven, we dove into more detail about how to read in different file formats and how to save those different file formats as well.
0:09
We talked about how many different options there are for reading in data, but the really nice thing is that each option reads in the data into a same
0:17
format of a Pandas data frame. And then when you're done with all your analysis and you need to generate a report you can create an Excel file.
0:25
It is nicely formatted that will be suitable for presentation to others in your organization. And if you need to create other formats,
0:35
hand is really powerful and capable in that regard as well.