Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
skipped doc test
  • Loading branch information
willie3838 committed Jul 25, 2021
commit 7d57434a5a8ea707b12bc6ddbea1ab1cdbba59b9
2 changes: 1 addition & 1 deletion pandas/io/formats/style.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def to_latex(
>>> df = pd.DataFrame([[1,2], [3,4]])
>>> s = df.style.highlight_max(axis=None,
... props='background-color:red; font-weight:bold;')
>>> s.render()
>>> s.render() # doctest: +SKIP

The equivalent using LaTeX only commands is the following:

Expand Down