Загрузка страницы

Data visualisation with SQL and Python - Learn SQL with IMDB database

To download the .db file:
http://leourushi.com/downloads.html

You will learn how to create a basic scatterplot chart using SQL and Python (Seaborn library).

Use this snippet for the SQL query:
select startYear, avg(runtimeMinutes) as avg_mins from basics
where titleType = 'movie'
and startYear between 1960 and 2020
group by startYear

Content:
00:00 Introduction
01:09 Set up - Download IMDB dataset
01:21 Set up - Install Anaconda
02:02 How to open Jupyter Notebook from Terminal
04:01 Make a new file in Jupyter Notebook
04:20 How to save progress in Jupyter Notebook
04:35 How to close Jupyter Notebook
05:04 Import Seaborn and SQLite3
06:15 Connect with a databse using sqlite3.connect()
07:28 Read a SQL query using Pandas
09:11 Seaborn chart samples
09:35 How to draw a scatter plot using Seaborn
11:45 How to change colour of scatter plot in Seaborn
12:05 How to close a connection with a database in Jupyter Notebook

Видео Data visualisation with SQL and Python - Learn SQL with IMDB database канала Hello Leo
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
1 сентября 2021 г. 21:30:05
00:12:59
Яндекс.Метрика