diff --git a/doc/source/html-styling.ipynb b/doc/source/html-styling.ipynb index fc59c3ca88100..6f4569ab32f89 100644 --- a/doc/source/html-styling.ipynb +++ b/doc/source/html-styling.ipynb @@ -2525,7 +2525,7 @@ "source": [ "Above we used `Styler.apply` to pass in each column one at a time.\n", "\n", - "
*Debugging Tip*: If you're having trouble writing your style function, try just passing it into df.apply
. Styler.apply
uses that internally, so the result should be the same.
*Debugging Tip*: If you're having trouble writing your style function, try just passing it into DataFrame.apply
. Internally, Styler.apply
uses DataFrame.apply
so the result should be the same.