Export Excel or CSV files to PostgreSQL
pip install csv-excel-to-postgres
PyPi: https://pypi.org/project/csv-excel-to-postgres/
- This package automatically parses the data types.
- Creates a new database with the specified name or uses the existing one.
- Creates a new table with the specified name or uses the existing one.
- Inserts all the records from the specified CSV/Excel into the table.