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
Handle NaN in array_with_unit_to_datetime (#48705)
* Handle NaN in array_with_unit_to_datetime
Missing values in arrays can either be NaT (for integer types) or NaN (for
floating types). Make sure to also handle the latter. This fixes all
failing tests.
* Update pandas/_libs/tslib.pyx
Co-authored-by: Marco Edward Gorelli <[email protected]>
0 commit comments