-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
EnhancementInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationPerformanceMemory or execution speed performanceMemory or execution speed performanceRefactorInternal refactoring of codeInternal refactoring of code
Description
A lot of time is spent in Index.new in some computations. I do not think there's an essential need to create Index objects when you could just have an array of integers referring back to the single Index having all the column names for the DataFrame. This would also facilitate renaming as renaming would only need to happen in one place. Definitely not a trivial refactor and would unfortunately break legacy pickles yet again. "For the greater good"
Metadata
Metadata
Assignees
Labels
EnhancementInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationPerformanceMemory or execution speed performanceMemory or execution speed performanceRefactorInternal refactoring of codeInternal refactoring of code