You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Describe the bug
Max with null in one of the datetime columns gives nulls instead of actual results
Steps/Code to reproduce bug
Expected behavior
Environment overview (please complete the following information)
The text was updated successfully, but these errors were encountered: