Data Science Master
Data Science Master
Module 2: SQL
9.1 Introduction to databases.
9.2 Why SQL?
9.3 Execution of an SQL statement.
9.4 IMDB Dataset
9.5 Installing MySQL
9.6 Load IMDB data.
9.7 Use, Describe, Show table.
9.8 Select.
9.9 Limit, Offset.
9.10 Order By.
9.11 Distinct.
9.12 Where, Comparison Operators, NULL.
9.13 Logic Operators.
9.14 Aggregate Functions: COUNT, MIN, MAX, AVG, SUM.
9.15 Group By.
9.16 Having.
9.17 Order of Keywords.
9.18 Join and Natural Join.
9.19 Inner, Left, Right, and Outer Joins.
9.20 Sub Queries/Nested Queries/Inner Queries.
9.21 DML: INSERT
9.22 DML: UPDATE, DELETE
9.23 DML: CREATE,TABLE
9.24 DDL: ALTER, ADD, MODIFY, DROP
9.25 DDL: DROP TABLE, TRUNCATE, DELETE
9.26 Data Control Language: GRANT, REVOKE
9.27 Learning Resources.
Module 3: Data Science: Exploratory Data Analysis and Data
Visualization using python
Chapter 6 : Python for Data Science: Visualization lib
6.1 Introduction to Matplotlib
6.1 Introduction to Seaborn