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
and differences between different Polars versions are handled directly in narwhals.dataframe.py and narwhals.series.py. I think it'd be cleaner if there was an extra _polars directory, i.e.:
The current structure is:
and differences between different Polars versions are handled directly in
narwhals.dataframe.py
andnarwhals.series.py
. I think it'd be cleaner if there was an extra_polars
directory, i.e.:and that differences between Polars versions could all be handled in there
We could probably then remove
_is_polars
and_backend_version
fromnarwhals.DataFrame
The text was updated successfully, but these errors were encountered: