Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs for working with missing data (#7010)
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