-
- 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
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
DOC: update the pandas.DataFrame.to_sparse docstring Docs Sparse Sparse Data Type
#20193 by gioiab was merged Jul 10, 2018 Loading…
ENH: Native conversion from/to scipy.sparse matrix to SparseDataFrame Dtype Conversions Unexpected or buggy dtype conversions Enhancement Sparse Sparse Data Type
PERF: SparseDataFrame._init_dict uses intermediary dict, not DataFrame Performance Memory or execution speed performance Sparse Sparse Data Type
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
PERF: Sparse Series to scipy COO sparse matrix Performance Memory or execution speed performance 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
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
Previous Next
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.