-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
InternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationPerformanceMemory or execution speed performanceMemory or execution speed performance
Description
see #6974
for Panel
- like to remove
NDFrame.slice_shift
and roll it into the Block itself as a bit cleaner - see if can fix
pct_change
perf as its doing aisnull
on by slice; maybe can just do that once then slice the mask
Metadata
Metadata
Assignees
Labels
InternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationPerformanceMemory or execution speed performanceMemory or execution speed performance