Completed
Creating a consolidated view
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Master Using SQL with Python - Create a Data Warehouse with SQLite
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Databricks Book
- 3 Proposal
- 4 Data Analysis
- 5 Power of SQLite
- 6 SQLite Features
- 7 Scenario
- 8 Creating a Class
- 9 SQLite Notebook
- 10 Importing SQLite
- 11 Importing SQLDB
- 12 Aggregating Data
- 13 Importing pandas
- 14 Running the query
- 15 Creating a consolidated view
- 16 Loading a CSV file
- 17 Loading data from PostgreSQL
- 18 Executing commands against SQLite
- 19 Closing connections