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

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

c++ - Visual Leak Detector detects leak on new blank MFC project -

php - facebook and github login HWIOAuthBundle and FOSUserBundle in Symfony2.1 -