Python database connectivity and performing manipulations using Pandas and SQLAlchemy

preview_player
Показать описание
Python have a range of libraries and functions which can help us perform various data manipulations on tables. In this video, I am going to answer questions like :
1. How can we connect our database with python?
2. How can we read tables and queries directly from our python code?
3. How can we insert the data back to our database?
4. How can we drop a particular table using python?

0:00 Introduction
0:41 Getting Database Connection
3:57 Reading Tables
5:00 Reading Queries
7:41 Inserting dataframe to Database
11:44 Drop the table

Useful Links :

Like, Share, Subscribe for more such contents.

Follow us on my other social media platforms :

#Python #SQLAlchemy #Pandas
Рекомендации по теме
Комментарии
Автор

Amazing way to understand Python Database connectivity 👍

manishdubey