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

DEPR: index argument to SparseArray Constructors Series/DataFrame/Index/pd.array Constructors Deprecate Functionality to remove in pandas Sparse Sparse Data Type
#43523 by mzeitlin11 was merged Sep 12, 2021 Loading…
4 tasks done
1.4
TYP: sparse.pyi Sparse Sparse Data Type Typing type annotations, mypy/pyright type checking
#43514 by mzeitlin11 was merged Sep 12, 2021 Loading… 1.4
TYP: SparseArray Sparse Sparse Data Type Typing type annotations, mypy/pyright type checking
#43513 by mzeitlin11 was merged Sep 12, 2021 Loading… 1.4
BUG: df.sparse.to_coo() raising on duplicate colnames Bug Sparse Sparse Data Type
#43491 by mzeitlin11 was merged Sep 10, 2021 Loading…
4 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…
4 tasks done
1.4
Min max sparse fillna Bug Reduction Operations sum, mean, min, max, etc. Sparse Sparse Data Type
#41691 by taytzehao was merged Jun 2, 2021 Loading…
4 tasks done
1.3
Min max sparse Reduction Operations sum, mean, min, max, etc. Sparse Sparse Data Type
#41159 by taytzehao was merged Apr 28, 2021 Loading…
4 tasks done
1.3
TST Add test for loc on sparse dataframes Indexing Related to indexing on series/frames, not to indexes themselves Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
#40593 by EricLeer was merged Apr 2, 2021 Loading…
3 tasks done
1.3
TST: strictify xfails in sparse tests Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
#39445 by jbrockmendel was merged Jan 28, 2021 Loading…
4 tasks
1.3
BUG: astype_nansafe with copy=False Dtype Conversions Unexpected or buggy dtype conversions Sparse Sparse Data Type
#38835 by jbrockmendel was merged Dec 31, 2020 Loading…
5 tasks done
1.3
BUG: .sparse.to_coo() with numeric col index without a 0 Bug Dtype Conversions Unexpected or buggy dtype conversions Sparse Sparse Data Type
#38567 by mzeitlin11 was merged Dec 22, 2020 Loading…
5 tasks done
1.3
Tests .loc on sparse DataFrame #34687 Dtype Conversions Unexpected or buggy dtype conversions Sparse Sparse Data Type Stale Testing pandas testing functions or related to the test suite
#38540 by weikhor was closed Feb 11, 2021 Loading…
BUG: Series(dt64, dtype="Sparse[object]") Dtype Conversions Unexpected or buggy dtype conversions Sparse Sparse Data Type
#38508 by jbrockmendel was closed Dec 16, 2020 Loading…
3 of 5 tasks
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…
5 tasks
1.1.5
ENH: Add is_sparse method to check for sparse columns in a DataFrame (GH26706) DataFrame DataFrame data structure Enhancement Needs Discussion Requires discussion from core team before further action Sparse Sparse Data Type
#37279 by avinashpancham was closed Jul 10, 2021 Loading…
5 tasks done
TST: add test case for sort_index on multiindexed Frame with sparse cols Reshaping Concat, Merge/Join, Stack/Unstack, Explode Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
#36236 by ylin00 was merged Sep 12, 2020 Loading…
4 of 5 tasks
1.2
"Backport PR #35838 on branch 1.1.x" Bug Constructors Series/DataFrame/Index/pd.array Constructors Datetime Datetime data dtype Sparse Sparse Data Type
#35915 by dsaxton was merged Aug 27, 2020 Loading… 1.1.2
Fix Series construction from Sparse["datetime64[ns]"] Bug Constructors Series/DataFrame/Index/pd.array Constructors Datetime Datetime data dtype Sparse Sparse Data Type
#35838 by dsaxton was merged Aug 27, 2020 Loading…
5 tasks done
1.1.2
Update SparseDtype user guide doc Docs Sparse Sparse Data Type
#35837 by dsaxton was merged Aug 31, 2020 Loading… 1.2
BUG: Fix is_categorical_dtype for Sparse[category] Categorical Categorical Data Type Dtype Conversions Unexpected or buggy dtype conversions Sparse Sparse Data Type
#35797 by dsaxton was closed Sep 19, 2020 Loading…
5 tasks done
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… 1.1
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…
4 of 5 tasks
1.1
BUG: incorrect type when indexing sparse dataframe with iterable Indexing Related to indexing on series/frames, not to indexes themselves Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
#34908 by suvayu was merged Jul 8, 2020 Loading…
4 tasks done
1.1
2
9
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…
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…
5 tasks done
1.1
ProTip! Exclude everything labeled bug with -label:bug.