Eve: Building RESTful APIs with MongoDB and Flask Transcripts
Chapter: Setup and tools
Lecture: Python v3.5+
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In this module we're going to learn about how to use pandas to read zip files
0:06
and then we're going to look at the PyArrow data type that is new in pandas 2.
0:11
I'll also show you some things that I like to do with data when I get a new dataset. Let's get started.
0:18
Our goal for this project is to understand some student data. What we're going to do is show how to load it from a zip file,
0:25
look at some summary statistics, explore correlations, look how to explore categorical columns, and make some visualizations about this data.