Read My-SQL table in Python Pandas (How to) | tutorial for beginners

preview_player
Показать описание
importing SQL table in pandas is a little bit different than importing
csv,
Prerequisites:-
1)Install MySQL
Debian Derivatives (Ubuntu)
sudo apt install mysql
2) install python libraries (sqlalchemy, pymysql)
pip install sqlalchemy
pip install pymysql
Рекомендации по теме
Комментарии
Автор

Hello Mangesh.
Can you please make a video on how to import and run a sqlite file on Jupyter. And also on how to set and change the working directory. ?

shubhammazumdar