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
Currently the polars data frame is not supported. Is this perhaps something we can expect in the near future? Perhaps something like this could be implemented since polars already supports it: https://data-apis.org/dataframe-api/draft/purpose_and_scope.html. Current status on the other side:
But note that it's pandas.api.interchange.from_dataframe 😉
at the cost of casting
This can be reduced by telling beforehand which columns need to be casted, and only interchanging those, see the plotly PR linked above (the interchange protocol has a standardised select_columns_by_name method)
Currently the
polars
data frame is not supported. Is this perhaps something we can expect in the near future? Perhaps something like this could be implemented sincepolars
already supports it: https://data-apis.org/dataframe-api/draft/purpose_and_scope.html. Current status on the other side:The text was updated successfully, but these errors were encountered: