SQL for Data Science #2: SQLite+pandas to analyze 10 million NYC citibike records

Опубликовано: 09 Июль 2026
на канале: Xowl
13,222
120

In this second part of the SQL for data science video I show you how to use Pandas to parse several large CSV files and load them in to a single SQLite database. This allows you to perform analysis in datasets that have several million rows.


Learn how to setup jupyter notebook:
   • Data Analysis of Uber trip data using Pyth...  
Part 1: Introduction to SQL
   • SQL for Data Science #1: Introduction to SQL