Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 442 Bytes

File metadata and controls

7 lines (5 loc) · 442 Bytes

SQL-Python-data-migration-Manipulation

ways to access SQL data from python by using SQLAlchemy package and do data migration &manipulation.

steps to import data from the interface postgresql to jupyternotebook through python

  • i import pandas and sqlalchemy and then from sqlalchemy i imported create_engine
  • connect the engine postgresql through python and loaded my data after that i can read the data by using pandas dataframe