Skip to content

Commit 5733627

Browse files
authored
DOC: GH48089 Update doc for df to latex (#48102)
Update doc for df to latex
1 parent 9b1238f commit 5733627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/generic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3351,7 +3351,8 @@ def to_latex(
33513351
{returns}
33523352
See Also
33533353
--------
3354-
Styler.to_latex : Render a DataFrame to LaTeX with conditional formatting.
3354+
io.formats.style.Styler.to_latex : Render a DataFrame to LaTeX
3355+
with conditional formatting.
33553356
DataFrame.to_string : Render a DataFrame to a console-friendly
33563357
tabular output.
33573358
DataFrame.to_html : Render a DataFrame as an HTML table.

0 commit comments

Comments
 (0)