Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

BUG: SparseSeries init from dict fixes Bug Duplicate Report Duplicate issue or pull request Sparse Sparse Data Type
#16906 by kernc was closed Jul 19, 2017 Loading…
4 tasks done
DOC: update the pandas.DataFrame.to_sparse docstring Docs Sparse Sparse Data Type
#20193 by gioiab was merged Jul 10, 2018 Loading…
BUG: Fix/test SparseSeries/SparseDataFrame stack/unstack Bug Sparse Sparse Data Type
#16616 by kernc was merged Sep 26, 2017 Loading…
4 tasks done
0.21.0
BUG: fix SparseSeries reindex by using Series implementation Indexing Related to indexing on series/frames, not to indexes themselves Sparse Sparse Data Type
#15461 by toobaz was closed Mar 7, 2017 Loading…
4 tasks done
0.20.0
ENH: Native conversion from/to scipy.sparse matrix to SparseDataFrame Dtype Conversions Unexpected or buggy dtype conversions Enhancement Sparse Sparse Data Type
#15497 by kernc was closed Mar 10, 2017 Loading…
4 tasks done
0.20.0
TST: Move more frame tests to SharedWithSparse Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
#17227 by kernc was merged Aug 12, 2017 Loading…
2 of 4 tasks
0.21.0
BUG: Add SparseArray.all Bug Sparse Sparse Data Type
#17570 by Licht-T was merged Sep 28, 2017 Loading…
4 tasks done
0.21.0
TST: Add tests for sparse quantile/where Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
#17568 by Licht-T was merged Oct 31, 2017 Loading…
3 of 4 tasks
0.23.0
BUG: Fix make_sparse mask generation Bug Sparse Sparse Data Type
#17574 by Licht-T was merged Sep 28, 2017 Loading…
4 tasks done
0.21.0
COMPAT: np.full not available in all versions, xref #16773 Compat pandas objects compatability with Numpy or Python functions Sparse Sparse Data Type
#17000 by jreback was merged Jul 18, 2017 Loading… 0.21.0
Fixes SparseSeries initiated with dictionary raising AttributeError Bug Sparse Sparse Data Type
#16960 by metllord was merged Jul 19, 2017 Loading…
3 tasks done
0.21.0
PERF: SparseDataFrame._init_dict uses intermediary dict, not DataFrame Performance Memory or execution speed performance Sparse Sparse Data Type
#16883 by kernc was merged Jul 17, 2017 Loading…
4 tasks done
0.21.0
Fix nonzero of a SparseArray Sparse Sparse Data Type
#21175 by babky was merged Nov 17, 2018 Loading…
4 tasks done
0.24.0
BUG: fix issue with concat creating SparseFrame if not all series are sparse. Bug Sparse Sparse Data Type
#18924 by hexgnu was merged Feb 1, 2018 Loading…
3 tasks done
0.23.0
BUG: assign doesnt cast SparseDataFrame to DataFrame Dtype Conversions Unexpected or buggy dtype conversions Indexing Related to indexing on series/frames, not to indexes themselves Sparse Sparse Data Type
#19178 by hexgnu was merged Feb 12, 2018 Loading…
4 tasks done
0.23.0
BUG: Fix problem with SparseDataFrame not persisting to csv IO CSV read_csv, to_csv Sparse Sparse Data Type
#19441 by hexgnu was merged Feb 1, 2018 Loading…
4 tasks done
0.23.0
BUG: don't assume series is length > 0 Bug Sparse Sparse Data Type
#19438 by hexgnu was closed Feb 6, 2018 Loading…
4 tasks done
0.23.0
BUG SparseDataFrame with dense Series (#19374) Bug Sparse Sparse Data Type
#19377 by datapythonista was merged Jan 27, 2018 Loading…
4 tasks done
0.23.0
Sparse Ops Cleanup Clean Sparse Sparse Data Type
#19782 by jbrockmendel was merged Feb 21, 2018 Loading… 0.23.0
CLN: Remove Series._from_array Clean Sparse Sparse Data Type
#19893 by jaumebonet was merged Feb 27, 2018 Loading…
2 of 3 tasks
0.23.0
PERF: Sparse Series to scipy COO sparse matrix Performance Memory or execution speed performance Sparse Sparse Data Type
#42925 by TLouf was merged Sep 5, 2021 Loading…
4 tasks done
1.4
BUG/ERR: sparse array cmp methods mismatched len Bug Error Reporting Incorrect or improved errors from pandas Numeric Operations Arithmetic, Comparison, and Logical operations Sparse Sparse Data Type
#43863 by mzeitlin11 was merged Oct 4, 2021 Loading…
3 tasks done
1.4
REF: use _unary_method for SparseArray.__abs__ Numeric Operations Arithmetic, Comparison, and Logical operations Refactor Internal refactoring of code Sparse Sparse Data Type
#43846 by jbrockmendel was merged Oct 1, 2021 Loading… 1.4
BUG: to_coo silently converting non-zero fill values Error Reporting Incorrect or improved errors from pandas Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Sparse Sparse Data Type
#43763 by saehuihwang was merged Sep 28, 2021 Loading…
4 tasks done
1.4
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.