We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e74fb commit a463a53Copy full SHA for a463a53
pandas/io/formats/style.py
@@ -893,7 +893,10 @@ def apply(
893
``func`` should take a Series or DataFrame (depending
894
on ``axis``), and return an object with the same shape.
895
Must return a DataFrame with identical index and
896
- column labels or an ndarray of appropriate shape when ``axis=None``.
+ column labels or an ndarray with same shape as input when ``axis=None``.
897
+
898
+ .. versionchanged:: 1.3.0
899
900
axis : {0 or 'index', 1 or 'columns', None}, default 0
901
Apply to each column (``axis=0`` or ``'index'``), to each row
902
(``axis=1`` or ``'columns'``), or to the entire DataFrame at once
0 commit comments