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 8b0c49d commit a046353Copy full SHA for a046353
pandas/io/formats/style.py
@@ -703,7 +703,7 @@ def to_latex(
703
>>> df = pd.DataFrame([[1]])
704
>>> df.style.set_properties(
705
... **{"font-weight": "bold /* --dwrap */", "Huge": "--latex--rwrap"}
706
- ... ).to_latex(css_convert=True)
+ ... ).to_latex(convert_css=True)
707
\begin{tabular}{lr}
708
{} & {0} \\
709
0 & {\bfseries}{\Huge{1}} \\
0 commit comments