Closed nsaef closed 5 months ago
Ingest the CSV file with the preivously translated konvens data into the SQLite DB.
df = pandas.read_csv(csvfile) df.to_sql(table_name, conn, if_exists='append', index=False)
Ingest the CSV file with the preivously translated konvens data into the SQLite DB.