-
-
Notifications
You must be signed in to change notification settings - Fork 51.1k
Replace Pandas with Polars #15395
Copy link
Copy link
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementThis PR modified some existing filesThis PR modified some existing fileshelp wanted
Description
Activity
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency fileenhancementThis PR modified some existing filesThis PR modified some existing fileshelp wanted
Feature description
Please create a pull request that removes Pandas and replaces it with Polars?
https://docs.pola.rs/user-guide/migration/pandas
To find at least 8 algorithms that will need to be fixed, use:
%
git grep "import pandas" && git grep "pandas import"uv sync --upgrade && uv lock#15397pyproject.toml.