
This lecture provides the overall structure of the course as well as installation steps for Python, Pandas and Jupyter notebook (the browser based code editor you used throughout this course).
In this lecture I walk you through the installation of SQLite, DB Browser for SQLite and a sample database.
Learn how to import data directly from SQLite database using Python and import it into a Pandas DataFrame.
This is a practice question.
This provides the answer to the practice question
In this lecture I take you through the installation of MS SQL Server and SSMS, SQL Server Management Studio.
In this lecture you will learn where to find sample databases for MS SQL Server, where to save them, and how to bring them in SSMS.
In this lecture you will learn how to connect directly with Python to MS SQL Server, retrieve data and import it directly into a Pandas DataFrame.
This is a practice question
Answer to the practice question
This lecture takes you through the installation of Oracle database and Oracle SQL Developer.
In this lecture you will learn how to connect directly with Python to an Oracle Database, retrieve data and import it directly into a Pandas DataFrame.
Practice question.
Answer to practice question.
In this lecture I walk you through the installation and configuration of IBM Db2 and IBM Data Studio.
This lecture walks you through the creation of a sample IBM database that you will use to import data directly from IBM to a Pandas DataFrame.
In this lecture I explain briefly the difference between a catalogued and an uncatalogued IBM database as these will be addressed differently in connection with Python Pandas.
You will learn how to import data directly from an uncatalogued IBM database using Python into a Pandas DataFrame.
In this lecture you will learn how to connect directly with Python to a catalogued IBM database, retrieve data and import it directly into a Pandas DataFrame.
Practice question.
Answer to practice question.
In this lecture I walk you through the installation and configuration of MySQL database Server and MySQL Workbench, the management tools for MySQL Database.
You will learn how to import a sample database in MySQL Workbench.
In this lecture you will learn how to connect directly with Python to MySQL Database, retrieve data and import it directly into a Pandas DataFrame.
Practice question.
Answer for practice question.
In this lecture I walk you through the installation and configuration of PostgreSQL Database Server and pgAdmin4, the management tools for PostgreSQL database.
Here you will learn where to get a sample database for your PostgreSQL database Server and how to bring it in pgAdmin.
In this lecture you will learn how to connect directly with Python to PostgreSQL Database, retrieve data and import it directly into a Pandas DataFrame.
Practice question
Answer to practice question.
This lecture closes the course.
Don't be the guy who can only import a csv file into Pandas, learn the techniques to connect directly with Python to a variety of database sources and import data directly into Pandas DataFrames.
At the end of this course you will be able to connect and import directly from ORACLE Database, IBM DB2, MS SQL Server, MySQL, Postgresql, and SQLite, and you will know how to deal with tricky connection parameter and where to find them.
This course is design for you to stand out from the crowd.