This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
api: plan for narwhals.stable.v2
#1656
Labels
You can continue the conversation there. Go to discussion →
narwhals.stable.v2
#1656
I think we can aim for
narwhals.stable.v2
some time in 2025The main things I'd like to achieve are:
Series
and have a defined row order (pandas, polars.DataFrame, pyarrow.Table, modin.DataFrame, cudf.DataFrame)collect
, adding/removing/subsetting columns, filtering rows. Initially, at least, row-order-dependent operations (such asnw.cum_sum
) will be left out. This will include Polars.LazyFrame, DuckDBPyRelation, pyspark.DataFrame, ibis.Table, dask.DataFrameCandidate changes:
from_native
. It will get simpler once we remove interchange-level things, but it's still fairly complicated. Not sure how much I like it to be completely honestUsage of
narwhals.stable.v1
should remain unaffectedThe text was updated successfully, but these errors were encountered: