ways to access SQL data from python by using SQLAlchemy package and do data migration &manipulation.
- 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