BUG: concat_{categorical, compat} leads to erroneous result on non-ns datetime-EA #33331
Open
Labels
Bug
ExtensionArray
Extending pandas with custom dtypes or arrays.
Needs Tests
Unit test(s) needed to prevent regressions
Non-Nano
datetime64/timedelta64 with non-nanosecond resolution
Reshaping
Concat, Merge/Join, Stack/Unstack, Explode
Code to reproduce:
This happens as
concat_datetime
/_convert_datetimelike_to_object
assumes that datetimes are nanoseconds only.The text was updated successfully, but these errors were encountered: