From 7d57434a5a8ea707b12bc6ddbea1ab1cdbba59b9 Mon Sep 17 00:00:00 2001 From: William Wai Lim Chan Date: Sun, 25 Jul 2021 16:35:17 -0400 Subject: [PATCH] skipped doc test --- pandas/io/formats/style.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/formats/style.py b/pandas/io/formats/style.py index 91a301b665f7c..58dc9d780d181 100644 --- a/pandas/io/formats/style.py +++ b/pandas/io/formats/style.py @@ -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: