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
Description of problem and/or code sample that reproduces the issue
Hi All,
Looking for some guidance here. Was using Arctic Version Store to store dataframes. Recently updated my system and now getting errors when I try to write to library.
First message is: "Pandas dataframe contains Objects, saving as Blob"
with the final error message being: "NameError: name 'Panel' is not defined"
The text was updated successfully, but these errors were encountered:
There are quite some posts on this issue See #903 or #887 or #884 . The easiest solution for now is to downgrade pandas to e.g. 1.0.3 until the PRs that address this issue are accepted.
As for your first message, I think that happens when the dtype of a column or dataframe is object, in which case the data is stored as a blob (which is much slower).
Arctic Version
Arctic Store
Platform and version
Python 3.8
Pandas 1.2.1
Description of problem and/or code sample that reproduces the issue
Hi All,
Looking for some guidance here. Was using Arctic Version Store to store dataframes. Recently updated my system and now getting errors when I try to write to library.
First message is: "Pandas dataframe contains Objects, saving as Blob"
with the final error message being: "NameError: name 'Panel' is not defined"
The text was updated successfully, but these errors were encountered: