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
At this point using polars on new code just seems old school since when starting a new project, we'd recommend users to start with polars anyway. It has better API and is faster, and narwhals basically mirrors its API.
Modern examples at this point should be using
polars
instead really, instead ofpandas
. For instance, here: https://github.com/probabl-ai/skore/blob/main/examples/plot_01_getting_started.pyThe text was updated successfully, but these errors were encountered: