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
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.
The text was updated successfully, but these errors were encountered:
jsimon1080
changed the title
feature request: na_filter or null_filter equivalent
feature request: na_filter/na_values equivalent
Feb 26, 2024
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.
The text was updated successfully, but these errors were encountered: