From 935e427f88f94418694dd6f72b5c5f8aff22426f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregers=20R=C3=B8rdam?= Date: Thu, 24 Oct 2024 22:25:39 +0200 Subject: [PATCH] DOC: to_latex braces in headers must be escaped (#60063) --- pandas/core/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 42516f0a85e07..1759e1ef91d85 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -3339,7 +3339,7 @@ def to_latex( The subset of columns to write. Writes all columns by default. header : bool or list of str, default True Write out the column names. If a list of strings is given, - it is assumed to be aliases for the column names. + it is assumed to be aliases for the column names. Braces must be escaped. index : bool, default True Write row names (index). na_rep : str, default 'NaN'