Skip to content

Commit

Permalink
Add docs for working with missing data (#7010)
Browse files Browse the repository at this point in the history
Fixes: #6963 

This PR introduces a "Working with missing data" doc page where we clearly outline how we can work with missing data in cudf. 

The behavior shown in #6963 is correct due to the fact that cudf treats `NaT` as `<NA>` values. Hence highlighted the difference in behavior of having `NaT` in datetime/timedelta values between pandas and cudf.

Authors:
  - GALI PREM SAGAR (@galipremsagar)

Approvers:
  - Ram (Ramakrishna Prabhu) (@rgsl888prabhu)

URL: #7010
  • Loading branch information
galipremsagar authored Feb 4, 2021
1 parent 54cddb1 commit 2e71b36
Show file tree
Hide file tree
Showing 2 changed files with 3,467 additions and 0 deletions.
Loading

0 comments on commit 2e71b36

Please sign in to comment.