No deprecation warning raised for index - list operation #10038
Labels
API Design
Deprecate
Functionality to remove in pandas
Indexing
Related to indexing on series/frames, not to indexes themselves
Milestone
Ilustration:
gives:
So a list is treated a an index-like (as it performs a set operation), but does not raise a warning as it should (the same for arrays, series).
We have an occurrence in the docs of this one.
The text was updated successfully, but these errors were encountered: