FULL SOURCE CODE: SQL SERVER FOR STUDENTS AND DATA SCIENTISTS WITH PYTHON GUI

FULL SOURCE CODE: SQL SERVER FOR STUDENTS AND DATA SCIENTISTS WITH PYTHON GUI
Author :
Publisher : BALIGE PUBLISHING
Total Pages : 442
Release :
ISBN-10 :
ISBN-13 :
Rating : 4/5 ( Downloads)

Book Synopsis FULL SOURCE CODE: SQL SERVER FOR STUDENTS AND DATA SCIENTISTS WITH PYTHON GUI by : Vivian Siahaan

Download or read book FULL SOURCE CODE: SQL SERVER FOR STUDENTS AND DATA SCIENTISTS WITH PYTHON GUI written by Vivian Siahaan and published by BALIGE PUBLISHING. This book was released on 2022-10-13 with total page 442 pages. Available in PDF, EPUB and Kindle. Book excerpt: In this project, we provide you with the SQL SERVER version of SQLite sample database named chinook. The chinook sample database is a good database for practicing with SQL, especially PostgreSQL. The detailed description of the database can be found on: https://www.sqlitetutorial.net/sqlite-sample-database/. The sample database consists of 11 tables: The employee table stores employees data such as employee id, last name, first name, etc. It also has a field named ReportsTo to specify who reports to whom; customers table stores customers data; invoices & invoice_items tables: these two tables store invoice data. The invoice table stores invoice header data and the invoice_items table stores the invoice line items data; The artist table stores artists data. It is a simple table that contains only the artist id and name; The album table stores data about a list of tracks. Each album belongs to one artist. However, one artist may have multiple albums; The media_type table stores media types such as MPEG audio and AAC audio files; genre table stores music types such as rock, jazz, metal, etc; The track table stores the data of songs. Each track belongs to one album; playlist & playlist_track tables: The playlist table store data about playlists. Each playlist contains a list of tracks. Each track may belong to multiple playlists. The relationship between the playlist table and track table is many-to-many. The playlist_track table is used to reflect this relationship. In this project, you will write Python script to create every table and insert rows of data into each of them. You will develop GUI with PyQt5 to each table in the database. You will also create GUI to plot: case distribution of order date by year, quarter, month, week, and day; the distribution of amount by year, quarter, month, week, day, and hour; the bottom/top 10 sales by employee, the bottom/top 10 sales by customer, the bottom/top 10 sales by customer, the bottom/top 10 sales by artist, the bottom/top 10 sales by genre, the bottom/top 10 sales by play list, the bottom/top 10 sales by customer city, the bottom/top 10 sales by customer city, the bottom/top 10 sales by customer city, the payment amount by month with mean and EWM, the average payment amount by every month, and amount payment in all years.


FULL SOURCE CODE: SQL SERVER FOR STUDENTS AND DATA SCIENTISTS WITH PYTHON GUI Related Books

FULL SOURCE CODE: SQL SERVER FOR STUDENTS AND DATA SCIENTISTS WITH PYTHON GUI
Language: en
Pages: 442
Authors: Vivian Siahaan
Categories: Computers
Type: BOOK - Published: 2022-10-13 - Publisher: BALIGE PUBLISHING

DOWNLOAD EBOOK

In this project, we provide you with the SQL SERVER version of SQLite sample database named chinook. The chinook sample database is a good database for practici
FULL SOURCE CODE: SQL SERVER FOR DATA ANALYTICS AND VISUALIZATION WITH PYTHON GUI
Language: en
Pages: 450
Authors: Vivian Siahaan
Categories: Computers
Type: BOOK - Published: 2022-10-06 - Publisher: BALIGE PUBLISHING

DOWNLOAD EBOOK

This book uses SQL SERVER version of MySQL-based Sakila sample database. It is a fictitious database designed to represent a DVD rental store. The tables of the
THREE PROJECTS: SQL SERVER AND PYTHON GUI FOR DATA ANALYSIS
Language: en
Pages: 1344
Authors: Vivian Siahaan
Categories: Computers
Type: BOOK - Published: 2022-11-08 - Publisher: BALIGE PUBLISHING

DOWNLOAD EBOOK

PROJECT 1: FULL SOURCE CODE: SQL SERVER FOR STUDENTS AND DATA SCIENTISTS WITH PYTHON GUI In this project, we provide you with the SQL SERVER version of SQLite s
STEP BY STEP TUTORIAL: SQL SERVER FOR DATA SCIENCE WITH PYTHON GUI
Language: en
Pages: 483
Authors: Vivian Siahaan
Categories: Computers
Type: BOOK - Published: 2022-11-13 - Publisher: BALIGE PUBLISHING

DOWNLOAD EBOOK

This book uses the SQL SERVER version of MySQL-based Northwind database. The Northwind database is a sample database that was originally created by Microsoft an
FULL SOURCE CODE: POSTGRESQL FOR DATA SCIENTISTS AND DATA ANALYSTS WITH PYTHON GUI
Language: en
Pages: 360
Authors: Vivian Siahaan
Categories: Computers
Type: BOOK - Published: 2022-09-06 - Publisher: BALIGE PUBLISHING

DOWNLOAD EBOOK

In this project, we will use the PostgreSQL version of SQL Server based BikeStores as a sample database to help you work with PostgreSQL quickly and effectively