We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d9dca commit 935e427Copy full SHA for 935e427
pandas/core/generic.py
@@ -3339,7 +3339,7 @@ def to_latex(
3339
The subset of columns to write. Writes all columns by default.
3340
header : bool or list of str, default True
3341
Write out the column names. If a list of strings is given,
3342
- it is assumed to be aliases for the column names.
+ it is assumed to be aliases for the column names. Braces must be escaped.
3343
index : bool, default True
3344
Write row names (index).
3345
na_rep : str, default 'NaN'
0 commit comments