sql - python - create table and insert data from csv -


i have numerous different .csv files structured -

"company", "column2", "column3" "abc corp", "john doe", "212,345" "dbe ltd", "victor smith", "234,345" 

i understand how write these csv files table, want write these new table may not know columns need dynamically scan .csv file column names first row create table portion.


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -