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

NA handling for CSV input datasets #9

Open
timothyjgraham opened this issue Dec 8, 2020 · 0 comments
Open

NA handling for CSV input datasets #9

timothyjgraham opened this issue Dec 8, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@timothyjgraham
Copy link
Collaborator

Currently, missing values in CSV data need to be empty string '' values.

However, in many datasets the missing values will have NA values.

This creates additional wrangling and potential bugs, because if any NA values slip through they can affect the output (e.g. creating a new node in the network called 'NA').

Could we please modify the code to handle NA values?

@timothyjgraham timothyjgraham added the enhancement New feature or request label Dec 8, 2020
@betsybookwyrm betsybookwyrm added the good first issue Good for newcomers label Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants