-
- 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: Made SparseDataFrame.fillna() fill all NaNs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Sparse Sparse Data Type
#16178 by keitakurita was closed Jul 12, 2017 Loading…
3 tasks done
ENH: SparseDataFrame/SparseSeries value assignment Sparse Sparse Data Type
#17785 by kernc was closed Nov 26, 2018 Loading…
4 tasks done
BUG: Preserve sparse dtype when reindexing Regression Functionality that used to work in a prior pandas version Sparse Sparse Data Type
#26183 by alex-hutton was closed Jun 8, 2019 Loading…
1 of 4 tasks
REF: de-duplicate DataFrame/SparseDataFrame arithmetic code Clean Sparse Sparse Data Type
#23414 by jbrockmendel was closed Nov 26, 2018 Loading…
CLN GH23123 Move SparseArray to arrays Refactor Internal refactoring of code Sparse Sparse Data Type
#23147 by JustinZhengBC was merged Oct 16, 2018 Loading…
3 of 4 tasks
added check if categoricalDtype for issue #19278 Categorical Categorical Data Type Sparse Sparse Data Type
#20644 by xchoudhury was closed Oct 11, 2018 Loading…
2 of 4 tasks
DOC: Update is_sparse docstring Docs Sparse Sparse Data Type
#19983 by sechilds was merged Nov 13, 2018 Loading…
1 of 4 tasks
TST: add explicit csr explicit zero tests for GH28992 Sparse Sparse Data Type Testing pandas testing functions or related to the test suite
#34182 by bakitybacon was closed Jul 24, 2020 Loading…
4 tasks
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
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
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: Made SparseDataFrame.fillna() fill all NaNs Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Sparse Sparse Data Type
DEPR: remove get_values, SparseArray.values Clean Deprecate Functionality to remove in pandas Sparse Sparse Data Type
BUG-16807-1 SparseFrame fills with default_fill_value if data is None Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Sparse Sparse Data Type
BUG: preserve categorical & sparse types when grouping / pivot & preserve dtypes on ufuncs Bug Categorical Categorical Data Type ExtensionArray Extending pandas with custom dtypes or arrays. Groupby Sparse Sparse Data Type
Remove SparseSeries and SparseDataFrame Deprecate Functionality to remove in pandas Sparse Sparse Data Type
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.