-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
REGR: iloc not possible for sparse DataFrame Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version Sparse Sparse Data Type
PERF: efficient argmax/argmin for SparseArray ExtensionArray Extending pandas with custom dtypes or arrays. Performance Memory or execution speed performance Sparse Sparse Data Type
TST/CLN: organize SparseArray tests Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
DEPR: SparseArray.astype(dtype) respect non-sparse dtype Astype Deprecate Functionality to remove in pandas Sparse Sparse Data Type
PERF: Faster SparseArray.__getitem__ for boolean masks (#23122) Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance Sparse Sparse Data Type
BUG: SparseArray.__floordiv__ not matching non-Sparse Series behavior Numeric Operations Arithmetic, Comparison, and Logical operations Sparse Sparse Data Type
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
REF: use _unary_method for SparseArray.__abs__ Numeric Operations Arithmetic, Comparison, and Logical operations Refactor Internal refactoring of code Sparse Sparse Data Type
PERF: materialize less on slice in sparse __getitem__ Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance Sparse Sparse Data Type
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
PERF: sparse take Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance Sparse Sparse Data Type
TYP: SparseArray methods Sparse Sparse Data Type Typing type annotations, mypy/pyright type checking
BUG/PERF: sparse min/max don't densify Bug Performance Memory or execution speed performance Reduction Operations sum, mean, min, max, etc. Sparse Sparse Data Type
CLN: remove sparse op helper unused Clean Sparse Sparse Data Type
#43525 by mzeitlin11 was merged Sep 12, 2021 Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.