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 2.x allows the use of PyArrow backed DataFrames instead of Numpy. Adding this as an option would improve interoperability and in some cases performance as well. This should be possible by leveraging the current query_arrow and insert_arrow functionality.
The text was updated successfully, but these errors were encountered:
Pandas 2.x allows the use of PyArrow backed DataFrames instead of Numpy. Adding this as an option would improve interoperability and in some cases performance as well. This should be possible by leveraging the current
query_arrow
andinsert_arrow
functionality.The text was updated successfully, but these errors were encountered: