Skip to content

Commit 1c124e1

Browse files
authored
doc additions (#46194)
Co-authored-by: JHM Darbyshire (MBP) <[email protected]>
1 parent b221a80 commit 1c124e1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pandas/io/formats/style.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2689,6 +2689,13 @@ def hide(
26892689
26902690
Notes
26912691
-----
2692+
.. warning::
2693+
This method only works with the output methods ``to_html``, ``to_string``
2694+
and ``to_latex``.
2695+
2696+
Other output methods, including ``to_excel``, ignore this hiding method
2697+
and will display all data.
2698+
26922699
This method has multiple functionality depending upon the combination
26932700
of the ``subset``, ``level`` and ``names`` arguments (see examples). The
26942701
``axis`` argument is used only to control whether the method is applied to row

0 commit comments

Comments
 (0)