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
Needs some investigation, but I think we have a feasible path to replacing pyarrow with arro3 internally. The only thing we use pyarrow for is to create a recordbatchreader and convert that into the appropriate end dataframe libraries.
If we can replace that with arro3, it should save a good deal of installation size
The text was updated successfully, but these errors were encountered:
Needs some investigation, but I think we have a feasible path to replacing pyarrow with arro3 internally. The only thing we use pyarrow for is to create a recordbatchreader and convert that into the appropriate end dataframe libraries.
If we can replace that with arro3, it should save a good deal of installation size
The text was updated successfully, but these errors were encountered: