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

Publicado em: 01 Setembro 2021
no canal de: Hello Leo
956
17

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


Nesta página do site você pode assistir ao vídeo on-line Data visualisation with SQL and Python - Learn SQL with IMDB database duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Hello Leo 01 Setembro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 956 vezes e gostou 17 espectadores. Boa visualização!