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

Missing values handling #3

Closed
5 tasks
dcmoura opened this issue Apr 5, 2021 · 0 comments · Fixed by #9
Closed
5 tasks

Missing values handling #3

dcmoura opened this issue Apr 5, 2021 · 0 comments · Fixed by #9
Assignees
Labels
core Core feature
Milestone

Comments

@dcmoura
Copy link
Owner

dcmoura commented Apr 5, 2021

  • reading NULL/None (e.g. on CSV and JSON)
  • handling NULL/None on expression evaluations: catch None exceptions and return None (e.g. arithmetics): also covered on Exception handling for data issues #6
  • writing NULL/None
  • coalesce function (quick way to return a value when NULL/None)
  • tests (NULL in Numeric data types, NULL in Strings, arithmetics, concatenations, etc)
@dcmoura dcmoura added this to the 1st release milestone Apr 5, 2021
@dcmoura dcmoura added the core Core feature label Apr 5, 2021
@dcmoura dcmoura self-assigned this Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Core feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant