-
- Notifications
You must be signed in to change notification settings - Fork 19.1k
Open
Labels
IndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationPerformanceMemory or execution speed performanceMemory or execution speed performance
Description
Repeated calls to df.iloc[n]
go through fast_xs which will call interleaved_dtype
each time with the same arguments. We could cache the result of that and save some time. Would need to be careful about cache invalidation.
xref #61747
Metadata
Metadata
Assignees
Labels
IndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesInternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationPerformanceMemory or execution speed performanceMemory or execution speed performance