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

Suggestion: Option to normalize treatment of missing values #512

Open
rosensama opened this issue Dec 6, 2021 · 0 comments
Open

Suggestion: Option to normalize treatment of missing values #512

rosensama opened this issue Dec 6, 2021 · 0 comments

Comments

@rosensama
Copy link

rosensama commented Dec 6, 2021

A Dataset from an Excel file will store None for any empty cell. In CSV the convention is to not distinguish between ,, and ,"", and treat all empty cells as empty strings. It would be nice to add a feature like that in pandas.read_csv() where ,, is treated as NaN, but None here for symmetry with Excel. I know that toggling the na_filter argument in read_csv() is one way to govern this in pandas.

Anyways, thanks for the useful tool.

@hugovk hugovk changed the title SUGGESTION - Offer optoin to normalize treatment of missing values Suggestion: Option to normalize treatment of missing values Dec 6, 2021
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

1 participant