Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
API: sparse.cumsum should default to stats axis #13048
Comments
jreback
added Sparse Compat
labels
May 1, 2016
jreback
added this to the
0.18.1
milestone
May 1, 2016
jreback
changed the title from
API: sparse.cumsum should default to stats axis ( to API: sparse.cumsum should default to stats axis
May 1, 2016
|
e.g. [6] works
|
|
@jreback : I'm not sure I fully understand. How do you want to handle the case when |
|
see the dense impl it needs to be 0 (which is the stats axis) |
|
Ah, I see. Just a simple: if axis is None:
axis = self._stat_axis_numberbefore making the |
|
yep but merging soon |
|
Yes, indeed, certainly! |
jreback
modified the milestone: 0.18.2, 0.18.1
May 2, 2016
gfyoung
referenced
this issue
May 3, 2016
Closed
BUG: Default to stat axis for SparseDataFrame when axis=None #13066
gfyoung
added a commit
to gfyoung/pandas
that referenced
this issue
May 6, 2016
|
|
gfyoung |
da30e21
|
jreback
closed this
in c089110
May 7, 2016
nps
added a commit
to nps/pandas
that referenced
this issue
May 17, 2016
|
|
gfyoung + nps |
06e5693
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedMay 1, 2016
xref #12810