You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
Yes, the index is a special column that is not represented in ctable containers, so roundtrips are currently not possible. Perhaps adding some special attribute to designate the index column in a ctable could be the way to support this. The attribute could be named something like: dataframe_index_column (or similar). Interested in sending a PR?
Taking a pandas dataframe with a timedate index and converting it to ctable then converting it back to a dataframe the index values are lost.
Converting to a ctable and back.
New dataframe does not have the index information.
I could store the index values as a column, but it would make more sense to store the index values automatically.
The text was updated successfully, but these errors were encountered: