Skip to content

PERF: pct_change perf / cleanup up NDFrame.slice_Shift #6995

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jreback opened this issue Apr 28, 2014 · 0 comments
Closed

PERF: pct_change perf / cleanup up NDFrame.slice_Shift #6995

jreback opened this issue Apr 28, 2014 · 0 comments
Labels
Internals Related to non-user accessible pandas implementation Performance Memory or execution speed performance

Comments

@jreback
Copy link
Contributor

jreback commented Apr 28, 2014

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 a isnull on by slice; maybe can just do that once then slice the mask
@jreback jreback added this to the 0.14.1 milestone Apr 28, 2014
@jreback jreback modified the milestones: 0.15.0, 0.14.1 Jun 17, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 6, 2015
@jschendel jschendel modified the milestones: Contributions Welcome, No action Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internals Related to non-user accessible pandas implementation Performance Memory or execution speed performance
Projects
None yet
Development

No branches or pull requests

2 participants