BUG: std with array_manager and NaT results #51446
Labels
Bug
DataFrame
DataFrame data structure
Dtype Conversions
Unexpected or buggy dtype conversions
Reduction Operations
sum, mean, min, max, etc.
When a reduction results in NaT, the array manager reduction assumes the output dtype is the same as the input dtype. This is not correct for
std
(and from what I can tell, onlystd
is incorrect).The text was updated successfully, but these errors were encountered: