BUG: concat with copy=False of ExtensionArray fails #20756
Labels
ExtensionArray
Extending pandas with custom dtypes or arrays.
good first issue
Needs Tests
Unit test(s) needed to prevent regressions
Milestone
this fails because of:
pandas/pandas/core/internals.py
Lines 5396 to 5403 in 3a2e9e6
so if
copy=False
, it takes aview
of the data, which is not defined on the extension array interface.I am not fully sure why the view is needed here.
The text was updated successfully, but these errors were encountered: