Relative Content

Tag Archive for pandasdataframesqlitepandas-to-sql

Pandas Dataframe.to_sql using SQLite

I have one strange issue here with importing data to SQLite db. So here is the story. I use Dataframe.to_sql multiple time in past with no issues. Now I have this issue and cannot find the source of it: Dataframe.to_sql import the integer data as bite only for defined columns and only in first line of import.