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
Pandas errors when writing measures data to feather format in production. The error is because the data frame's index is an instance of Index rather than RangeIndex. Whilst the latter can be serialized to feather, the former can't. It's unclear why we're observing this error now; possibly nobody has written measures data to feather format before?
Pandas errors when writing measures data to feather format in production. The error is because the data frame's index is an instance of
Index
rather thanRangeIndex
. Whilst the latter can be serialized to feather, the former can't. It's unclear why we're observing this error now;possibly nobody has written measures data to feather format before?See also #901.
Thanks for reporting this, @lemanska. Noted that you have been writing measures data to feather format for over a year.
The text was updated successfully, but these errors were encountered: