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 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
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 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: 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
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
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
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
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
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
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
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
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
ProTip! Filter pull requests by the default branch with base:main.