You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title is self-explanatory. Picks up where #11157 left off.
Author: gfyoung <[email protected]>
Closes#13778 from gfyoung/remove-sparse-panel and squashes the following commits:
f3fa93b [gfyoung] CLN: Removed SparsePanel
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.0.txt
+2
Original file line number
Diff line number
Diff line change
@@ -330,6 +330,7 @@ API changes
330
330
~~~~~~~~~~~
331
331
332
332
333
+
- ``Panel.to_sparse`` will raise a ``NotImplementedError`` exception when called (:issue:`13778`)
333
334
- ``Index.reshape`` will raise a ``NotImplementedError`` exception when called (:issue:`12882`)
334
335
- Non-convertible dates in an excel date column will be returned without conversion and the column will be ``object`` dtype, rather than raising an exception (:issue:`10001`)
335
336
- ``eval``'s upcasting rules for ``float32`` types have been updated to be more consistent with NumPy's rules. New behavior will not upcast to ``float64`` if you multiply a pandas ``float32`` object by a scalar float64. (:issue:`12388`)
@@ -619,6 +620,7 @@ Deprecations
619
620
620
621
Removal of prior version deprecations/changes
621
622
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623
+
- The ``SparsePanel`` class has been removed (:issue:`13778`)
622
624
- The ``pd.sandbox`` module has been removed in favor of the external library ``pandas-qt`` (:issue:`13670`)
623
625
- The ``pandas.io.data`` and ``pandas.io.wb`` modules are removed in favor of
624
626
the `pandas-datareader package <https://github.com/pydata/pandas-datareader>`__ (:issue:`13724`).
0 commit comments