Move from Excel to Python with Pandas Transcripts
Chapter: Data I/O (input and output)
Lecture: Intro to I/O
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
up until now, all of our data input and output has been fairly straightforward. Unfortunately, in the real world,
0:07
this is rarely the case. The good news for us is that pandas has many functions to read in many different data types. And once it reads in the data,
0:14
it creates a data frame, which allows us to analyze and manipulate the data. And then when we're done, we can out put the data in the same format
0:23
we read it in, or we can use one of the other pandas functions to save it in different formats for further analysis.