Skip to content

Commit 82ae1dc

Browse files
committed
DOC: Add the reference to Styler.where on Styler.applymap document
1 parent 781337c commit 82ae1dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/io/formats/style.py

+4
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,10 @@ def applymap(self, func, subset=None, **kwargs):
618618
-------
619619
self : Styler
620620
621+
See Also
622+
--------
623+
Styler.where
624+
621625
"""
622626
self._todo.append((lambda instance: getattr(instance, '_applymap'),
623627
(func, subset), kwargs))

0 commit comments

Comments
 (0)