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
@@ -435,7 +435,7 @@ Deprecate Panel
435
435
436
436
``Panel`` is deprecated and will be removed in a future version. The recommended way to represent 3-D data are
437
437
with a ``MultiIndex``on a ``DataFrame`` via the :meth:`~Panel.to_frame` or with the `xarray package <http://xarray.pydata.org/en/stable/>`__. Pandas
438
-
provides a :meth:`~Panel.to_xarray` method to automate this conversion (:issue:`13563`).
438
+
provides a :meth:`~Panel.to_xarray` method to automate this conversion. See the documentation :ref:`Deprecate Panel <dsintro.deprecate_panel>`. (:issue:`13563`).
439
439
440
440
.. ipython:: python
441
441
:okwarning:
@@ -447,7 +447,7 @@ Convert to a MultiIndex DataFrame
0 commit comments