Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
PERF: Very slow clip performance #15400
Comments
wesm
added the
Bug
label
Feb 14, 2017
wesm
added this to the
0.20.0
milestone
Feb 14, 2017
|
I wondered where this huge difference came from. Not that I want to say that this big difference is not a problem, but this seems a consequence of its implemention / several slower functions that are used under the hood.
So it seems that several individual steps in the current implementation (creation of the mask, the alignment, ..) already take way longer than the actual When you look at a larger series, the difference is not that huge anymore:
|
jreback
added Difficulty Intermediate Effort Low Performance and removed Bug
labels
Feb 14, 2017
|
Profile results of 100 runs
A single call to |
cpcloud
added the
HackIllinois 2017
label
Feb 25, 2017
jreback
modified the milestone: 0.20.0, 0.21.0, Next Minor Release
Mar 23, 2017
jreback
modified the milestone: 0.20.2, Interesting Issues
May 16, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
May 16, 2017
|
|
jreback |
daff5ea
|
jreback
added a commit
to jreback/pandas
that referenced
this issue
May 16, 2017
|
|
jreback |
6efa1c8
|
jreback
added a commit
to jreback/pandas
that referenced
this issue
May 16, 2017
|
|
jreback |
62843f8
|
jreback
closed this
in #16364
May 16, 2017
jreback
added a commit
that referenced
this issue
May 16, 2017
|
|
jreback |
42e2a87
|
pcluo
added a commit
to pcluo/pandas
that referenced
this issue
May 22, 2017
|
|
jreback + pcluo |
a4730d5
|
TomAugspurger
added a commit
to TomAugspurger/pandas
that referenced
this issue
May 29, 2017
|
|
jreback + TomAugspurger |
41d90dc
|
TomAugspurger
added a commit
that referenced
this issue
May 30, 2017
|
|
jreback + TomAugspurger |
f16141f
|
stangirala
added a commit
to stangirala/pandas
that referenced
this issue
Jun 11, 2017
|
|
jreback + stangirala |
4c6b1c9
|
wesm commentedFeb 14, 2017
Code Sample, a copy-pastable example if possible
Problem description
There is more than 1000x performance difference between
Series.clipandnumpy.clip:Output of
pd.show_versions()pandas 0.19.2