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.
0:04
Unfortunately, in the real world,
0:06
this is rarely the case. The good news for us is that pandas has many
0:09
functions to read in many different data types.
0:12
And once it reads in the data,
0:13
it creates a data frame, which allows us to analyze and manipulate the data.
0:18
And then when we're done, we can out put the data in the same format
0:22
we read it in, or we can use one of the other pandas functions to
0:25
save it in different formats for further analysis.