I currently develop a csv uploader to a postgres-database with python and psycopg2. Per file it should create an own table with the headers of the csv-file as attributes. Do