civis-python
civis-python copied to clipboard
Pushing Tables with Index
I think it would be good to raise a warning when a user tries to push a table with io.dataframe_to_civis
that has a named index, i.e. they set the index from a column and thus it is likely necessary to understand the data. The warning would say that they need to reset the index for those columns to appear.