Ads Sengupta
Results
1
issues of
Ads Sengupta
In my dataframe, I have a line ```df['Time'] = pandas.to_datetime(df['Time'])``` but when i run ``` bdf = bcpy.DataFrame(df) bdf.to_sql(sql_table, use_existing_sql_table=True) ``` and I get ``` SQLState = 22008, NativeError =...