Series[datetime64[ns, tz]].__setitem__ fails to coerce for ndarray value #23932
Labels
Datetime
Datetime data dtype
Dtype Conversions
Unexpected or buggy dtype conversions
ExtensionArray
Extending pandas with custom dtypes or arrays.
Indexing
Related to indexing on series/frames, not to indexes themselves
Uh oh!
There was an error while loading. Please reload this page.
What's the expected output for
On master, we coerce
self
toobject
and then set.Should we instead coerce
value
, rather than self?The text was updated successfully, but these errors were encountered: