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
AFAIK, the mapping from duckdb to narwhals has to go through one of pandas (.df()), polars (.pl()), or pyarrow (.arrow()), but we could choose which is relevant based on nw.get_native_namespace(df).
And return a narwhals dataframe.
AFAIK, the mapping from duckdb to narwhals has to go through one of pandas (
.df()), polars (.pl()), or pyarrow (.arrow()), but we could choose which is relevant based onnw.get_native_namespace(df).