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… updated May 11, 2023
4 tasks done
BUG: Operations with SparseArray return SA with wrong indices Bug Sparse Sparse Data Type
#45125 by bdrum was merged Jan 8, 2022 Loading… updated Jan 9, 2022
2 of 4 tasks
1.4
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
#44955 by bdrum was merged Dec 27, 2021 Loading… updated Dec 29, 2021
4 tasks
1.4
BUG: SparseArray.__floordiv__ not matching non-Sparse Series behavior Numeric Operations Arithmetic, Comparison, and Logical operations Sparse Sparse Data Type
#44928 by jbrockmendel was merged Dec 19, 2021 Loading… updated Dec 19, 2021
3 of 4 tasks
1.4
SparseArray is an ExtensionArray API Design ExtensionArray Extending pandas with custom dtypes or arrays. Sparse Sparse Data Type
#22325 by TomAugspurger was merged Oct 13, 2018 Loading… updated Nov 30, 2021
4 tasks done
0.24.0
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… updated Oct 4, 2021
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… updated Oct 2, 2021 1.4
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
#43777 by mzeitlin11 was merged Sep 28, 2021 Loading… updated Sep 28, 2021 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… updated Sep 28, 2021
4 tasks done
1.4
PERF: sparse take Indexing Related to indexing on series/frames, not to indexes themselves Performance Memory or execution speed performance Sparse Sparse Data Type
#43654 by mzeitlin11 was merged Sep 21, 2021 Loading… updated Sep 21, 2021 1.4
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
#43527 by mzeitlin11 was merged Sep 12, 2021 Loading… updated Sep 12, 2021
3 tasks done
1.4
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… updated Sep 5, 2021
4 tasks done
1.4
Min max sparse Reduction Operations sum, mean, min, max, etc. Sparse Sparse Data Type
#41159 by taytzehao was merged Apr 28, 2021 Loading… updated Apr 28, 2021
4 tasks done
1.3
REGR: Fix Index construction from Sparse["datetime64[ns]"] Datetime Datetime data dtype Index Related to the Index class or subclasses Sparse Sparse Data Type
#38332 by simonjayhawkins was merged Dec 7, 2020 Loading… updated Dec 7, 2020
5 tasks
1.1.5
Update SparseDtype user guide doc Docs Sparse Sparse Data Type
#35837 by dsaxton was merged Aug 31, 2020 Loading… updated Aug 31, 2020 1.2
TST: added tests for sparse and date range quantiles Algos Non-arithmetic algos: value_counts, factorize, sorting, isin, clip, shift, diff Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
#35236 by sanders41 was merged Jul 16, 2020 Loading… updated Jul 16, 2020
4 of 5 tasks
1.1
Fix indexing, reindex on all-sparse SparseArray. Regression Functionality that used to work in a prior pandas version Sparse Sparse Data Type
#35287 by TomAugspurger was merged Jul 16, 2020 Loading… updated Jul 16, 2020 1.1
BUG: conversion of empty DataFrame to SparseDtype (#33113) Reshaping Concat, Merge/Join, Stack/Unstack, Explode Sparse Sparse Data Type
#33118 by choucavalier was merged Jun 25, 2020 Loading… updated Jun 25, 2020
5 tasks done
1.1
TST: Add test to verify 'dropna' behaviour on SparseArray Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
#34879 by MBrouns was merged Jun 20, 2020 Loading… updated Jun 20, 2020
5 tasks done
1.1
REGR: use dtype.fill_value in ExtensionBlock.fill_value where available Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Sparse Sparse Data Type
#34158 by scottgigante was merged Jun 1, 2020 Loading… updated Jun 4, 2020
5 tasks done
1.1
TST: sparse and dense concat test GH30667 Reshaping Concat, Merge/Join, Stack/Unstack, Explode Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
#34355 by ricalanis was merged May 25, 2020 Loading… updated May 25, 2020
5 tasks done
1.1
BUG: Summing a sparse boolean series raises TypeError Bug Sparse Sparse Data Type
#34220 by simonjayhawkins was merged May 18, 2020 Loading… updated May 18, 2020
5 tasks
1.1
BUG: Fix wrong reading sparse matrix Sparse Sparse Data Type
#31991 by m7142yosuke was merged Apr 16, 2020 Loading… updated Apr 16, 2020
5 tasks done
1.1
PERF: optimize DataFrame.sparse.from_spmatrix performance Performance Memory or execution speed performance Sparse Sparse Data Type
#32825 by rth was merged Mar 22, 2020 Loading… updated Mar 22, 2020 1.1
PERF: fix SparseArray._simple_new object initialization Performance Memory or execution speed performance Sparse Sparse Data Type
#32821 by jorisvandenbossche was merged Mar 19, 2020 Loading… updated Mar 19, 2020 1.1
ProTip! Filter pull requests by the default branch with base:main.