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
Post a Comment