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: 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… updated Mar 7, 2017
4 tasks done
0.20.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… updated Jul 17, 2017
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… updated Jul 18, 2017 0.21.0
Fixes SparseSeries initiated with dictionary raising AttributeError Bug Sparse Sparse Data Type
#16960 by metllord was merged Jul 19, 2017 Loading… updated Jul 19, 2017
3 tasks done
0.21.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… updated Aug 12, 2017
2 of 4 tasks
0.21.0
BUG: Fix/test SparseSeries/SparseDataFrame stack/unstack Bug Sparse Sparse Data Type
#16616 by kernc was merged Sep 26, 2017 Loading… updated Sep 26, 2017
4 tasks done
0.21.0
BUG: Fix make_sparse mask generation Bug Sparse Sparse Data Type
#17574 by Licht-T was merged Sep 28, 2017 Loading… updated Sep 28, 2017
4 tasks done
0.21.0
BUG: Add SparseArray.all Bug Sparse Sparse Data Type
#17570 by Licht-T was merged Sep 28, 2017 Loading… updated Sep 28, 2017
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… updated Oct 31, 2017
3 of 4 tasks
0.23.0
BUG SparseDataFrame with dense Series (#19374) Bug Sparse Sparse Data Type
#19377 by datapythonista was merged Jan 27, 2018 Loading… updated Jan 27, 2018
4 tasks done
0.23.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… updated Feb 1, 2018
3 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… updated Feb 1, 2018
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… updated Feb 6, 2018
4 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… updated Feb 12, 2018
4 tasks done
0.23.0
Sparse Ops Cleanup Clean Sparse Sparse Data Type
#19782 by jbrockmendel was merged Feb 21, 2018 Loading… updated Feb 21, 2018 0.23.0
CLN: Remove Series._from_array Clean Sparse Sparse Data Type
#19893 by jaumebonet was merged Feb 27, 2018 Loading… updated Feb 27, 2018
2 of 3 tasks
0.23.0
BUG: Fix inconsistency between the shape properties of SparseSeries and SparseArray (#21126) Bug Sparse Sparse Data Type
#21198 by nprad was merged May 31, 2018 Loading… updated Jun 12, 2018
4 tasks done
0.23.1
DOC: update the pandas.DataFrame.to_sparse docstring Docs Sparse Sparse Data Type
#20193 by gioiab was merged Jul 10, 2018 Loading… updated Jul 10, 2018
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… updated Oct 23, 2018
4 tasks done
0.20.0
REF: collect ops dispatch functions in one place, try to de-duplicate SparseDataFrame methods Clean Numeric Operations Arithmetic, Comparison, and Logical operations Sparse Sparse Data Type
#23060 by jbrockmendel was merged Oct 28, 2018 Loading… updated Oct 28, 2018 0.24.0
BUG: astype fill_value for SparseArray.astype Sparse Sparse Data Type
#23547 by TomAugspurger was merged Nov 12, 2018 Loading… updated Nov 12, 2018 0.24.0
Fix nonzero of a SparseArray Sparse Sparse Data Type
#21175 by babky was merged Nov 17, 2018 Loading… updated Nov 17, 2018
4 tasks done
0.24.0
DOC: Fix PEP-8 issues in sparse.rst Code Style Code style, linting, code_checks Docs Sparse Sparse Data Type
#23907 by FHaase was merged Nov 25, 2018 Loading… updated Nov 25, 2018 0.24.0
BUG GH23744 ufuncs on DataFrame keeps dtype sparseness ExtensionArray Extending pandas with custom dtypes or arrays. Sparse Sparse Data Type
#23755 by JustinZhengBC was merged Nov 27, 2018 Loading… updated Nov 27, 2018
4 tasks done
0.24.0
API: Always return DataFrame from get_dummies API Design Reshaping Concat, Merge/Join, Stack/Unstack, Explode Sparse Sparse Data Type
#24284 by TomAugspurger was merged Dec 15, 2018 Loading… updated Dec 15, 2018 0.24.0
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.