-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Closed
Labels
CleanDtype ConversionsUnexpected or buggy dtype conversionsUnexpected or buggy dtype conversionsIndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselves
Milestone
Description
we have some code repitiion in *Index.astype
, IOW each subclass implements a lot of the same boilerplate / logic. I think we could make this a bit simpler (maybe have a class attribute which Index.astype
can check for valid types, and override this in sub-classes). just a thought.
xref #18677
Metadata
Metadata
Assignees
Labels
CleanDtype ConversionsUnexpected or buggy dtype conversionsUnexpected or buggy dtype conversionsIndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselves