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
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.20.0.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -433,7 +433,7 @@ Deprecate Panel
433
433
434
434
``Panel`` is deprecated and will be removed in a future version. The recommended way to represent 3-D data are
435
435
with a ``MultiIndex``on a ``DataFrame`` via the :meth:`~Panel.to_frame` or with the `xarray package <http://xarray.pydata.org/en/stable/>`__. Pandas
436
-
provides a :meth:`~Panel.to_xarray` method to automate this conversion (:issue:`13563`).
436
+
provides a :meth:`~Panel.to_xarray` method to automate this conversion. See the documentation :ref:`Deprecate Panel <dsintro.deprecate_panel>`. (:issue:`13563`).
437
437
438
438
.. ipython:: python
439
439
:okwarning:
@@ -445,7 +445,7 @@ Convert to a MultiIndex DataFrame
0 commit comments