When using pandas to insert data from a dataframe into an sqlite database can you feed it a column to create as the primary key for indexing? is this done automatically when pandas inserts the data or can you supply a parameter?
Asked
Active
Viewed 70 times
1
-
possible answer here http://stackoverflow.com/questions/30867390/python-pandas-to-sql-how-to-create-a-table-with-a-primary-key ? – VictorGGl Apr 30 '17 at 09:15