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

Veröffentlicht am: 01 September 2021
auf dem Kanal: 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


Auf dieser Seite können Sie das Online-Video Data visualisation with SQL and Python - Learn SQL with IMDB database mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Hello Leo 01 September 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 956 Mal angesehen und es wurde von 17 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!