filmov
tv
Tips and Tricks: Small data with Python and SQLite

Показать описание
In this video, Pluralsight author Jeremy Morgan shows you how to use Python and SQLite to manipulate small (less than 1TB) data sets. This can be a useful way for developers to move and manipulate data quickly. You'll learn how to export from a CSV into SQLite, then perform manipulations and export it back out.
0:00 Introduction
6:40 Accessing SQLite from the command prompt
12:02 Creating Python file to import CSV
13:15 Creating a table in SQLite with Python
14:21 Reading CSV file with Python
19:34 Validating data with Python
0:00 Introduction
6:40 Accessing SQLite from the command prompt
12:02 Creating Python file to import CSV
13:15 Creating a table in SQLite with Python
14:21 Reading CSV file with Python
19:34 Validating data with Python