I am using Pandas DataFrame.to_SQL() to insert data from dataframe to table. Nothing gets loaded if even a single record has loading issues, for example: if a integer column has character data in one row or date format is not valid in one record etc.
How to ignore these errors? I want to load atleast the data which is valid instead of not loading anything at all in this case.
