Skip to content

ksv-muralidhar/csv_excel_to_postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

csv_excel_to_postgres

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.

About

Python package to import data from Excel/CSV into Postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages