Move from Excel to Python with Pandas Transcripts
Chapter: Data wrangling with Pandas
Lecture: What is data wrangling?
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In previous chapters, we talked about how to get data into a panda state of frame. Now we're going to talk about what to do with it once it's in
0:07
the data frame. One of the most common task that Excel is used for his data wrangling. When I talk about data wrangling,
0:13
essentially, what I mean is modifying, transforming, mapping the data so that it is in the format so that we can
0:20
do further analysis. Pandas is a really great tool for this type of data manipulation
0:25
and you can easily transition from data manipulation into data analysis.