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
While it's pretty memory-wasteful, it might be better to preserve the intent of the data type when converting to pandas data structures. It also allows the data to round trip successfully
Wes McKinney / @wesm:
We can minimize memory use by passing the date32[day] values through a hash table. This should be easier with the new hashing machinery
Uwe Korn / @xhochy:
We currently have the parameter date_as_object on the conversion to Pandas. This is set to false. Although I would like to have true as the default, this would be a heavy breaking change. We should add a DeprecationWarning that we will change that in the next release and then do it a release later.
This issue was raised here:
wesm/feather#359
I explored this minimally against Arrow master:
https://gist.github.com/wesm/2ebe0ca2461d1ecfba6185777238ad1f
While it's pretty memory-wasteful, it might be better to preserve the intent of the data type when converting to pandas data structures. It also allows the data to round trip successfully
Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm
Related issues:
Note: This issue was originally created as ARROW-3899. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: