-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
BUG: Sparse master issue #10627
Comments
not sure why this is an issue |
For
|
well are the same issue then |
hmm I suppose so, since that was the issue I was looking at. I checked the history and the difference between |
#10079 is also the same issue (construction doesn't error, |
@jreback : Maybe I'll join the party here once I "finish" with |
I don't think I made an issue for this, but we are open to taking |
These other issues will be fixed by this
from_coo
issues (same as TypeError in SparseSeries.__repr__ when series longer than max_rows #10560)__repr__
broken, PR BUG: Sparse misc fixes including __repr__ #12779SparseSeries
, PR BUG: SparseSeries concat results in dense #12844SparseDataFrame
? PR BUG: Sparse concat may fill fill_value with NaN #12966SparseSeries
withMultiIndex
indexing (BUG: Misc fixes for SparseSeries indexing with MI #13163)SparseDataFrame/Series
withMultiIndex
indexing (Wrong result of pandas.sparse.series.SparseSeries.loc with indexer of length 1 #15447)SparseSeries
with non-unique index indexingSparseDataFrame
with non-unique index indexingSparseDataFrame
to return subclass (BUG: Slicing subclasses of SparseDataFrames. #13787)The fundamental issue is that slicing is broken in sparse.
The text was updated successfully, but these errors were encountered: