Process of inserting data from a csv file to postgres db using python code
--------------------------------------------------------------------------------------------------------------------
For this we have to follow 4 steps.
================================
1. Read data from CSV file
2. Creating Connection with Postgres DB
3. Creating and Executing Insert Query
4. Close the DB Connection
Thank You