Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: na_filter/na_values equivalent #410

Open
jsimon1080 opened this issue Feb 26, 2024 · 1 comment
Open

feature request: na_filter/na_values equivalent #410

jsimon1080 opened this issue Feb 26, 2024 · 1 comment

Comments

@jsimon1080
Copy link

Hi,

I am using the calamine engine with the Polars python Library and I noticed that "None" values in my Excel files are being converted to null values. This is probably fine in general, but in my case I need to preserve "None" as a string value and actually only interpret empty cells as null values.

Is there any plan to add some options to control the interpretation of null values, for example "na_filter" and "na_values" as with pandas and openpyxl?

Thank you.

@jsimon1080 jsimon1080 changed the title feature request: na_filter or null_filter equivalent feature request: na_filter/na_values equivalent Feb 26, 2024
@tafia
Copy link
Owner

tafia commented Mar 12, 2024

There is no such plan but I'd be happy to merge such PR if anyone wants it.

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

No branches or pull requests

2 participants