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/v0.15.0.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,8 @@ users upgrade to this version.
57
57
58
58
API changes
59
59
~~~~~~~~~~~
60
-
- :func:`describe` on mixed-types DataFrames is more flexible. Type-based column filtering is now possible via the ``include``/``exclude`` arguments (:issue:`8164`).
60
+
- :func:`describe` on mixed-types DataFrames is more flexible. Type-based column filtering is now possible via the ``include``/``exclude`` arguments.
61
+
See the :ref:`docs <basics.describe>` (:issue:`8164`).
0 commit comments