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