Data Science Jumpstart with 10 Projects Transcripts
Chapter: Project 9: SQL / Database Integration
Lecture: Summary SQL
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In this video, I showed how to connect to databases. Sometimes you might have issues when you pull out columns. They might not be the correct type,
0:10
so you're going to have to use some Panda skills to fix that. Hopefully, you're feeling comfortable with that.
0:14
We also showed that once you've got your data out, you can do your Pandas things. So things that are really easy in Pandas,
0:21
but are painful in SQL, you can do. So that would include summary statistics. It would also include visualization as well.