Skip to content

Conversation

@chrisschopp
Copy link
Contributor

In 2. How to do ABSolutely nothing, I was getting error:

error[E0433]: failed to resolve: could not find `export` in `polars_core`
 --> src\expressions.rs:2:39
  |
2 | use pyo3_polars::export::polars_core::export::num::Signed;
  |                                       ^^^^^^ could not find `export` in `polars_core`

Based on src/expressions.rs and Cargo.toml, I think Signed should be imported from num_traits.

Copy link
Owner

@MarcoGorelli MarcoGorelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @chrisschopp !

@MarcoGorelli MarcoGorelli merged commit d9c3fce into MarcoGorelli:main Oct 27, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants