pola-rs / pyo3-polars

Plugins/extension for Polars
MIT License
238 stars 39 forks source link

Updated polars version, and defined new exception #6

Closed SimonG85 closed 1 year ago

caniko commented 1 year ago

Please note this also solves #4

Requesting feedback The issue related to this PR came after #4, yet it got an infinite amount of more attention. Please provide a reason so I can improve my workflow.

SimonG85 commented 1 year ago

Please note this also solves #4

Requesting feedback The issue related to this PR came after #4, yet it got an infinite amount of more attention. Please provide a reason so I can improve my workflow.

If you want to test this pr you can use in your project linking it in your Cargo.toml: pyo3-polars = { git = "https://github.com/SimonG85/pyo3-polars.git", version = "0.1" }

We are waiting for @ritchie46 feedback!

caniko commented 1 year ago

Already doing this.

ritchie46 commented 1 year ago

Looks good! Thanks for the PR.

ritchie46 commented 1 year ago

I shall release right away.