diff --git a/pandas/core/generic.py b/pandas/core/generic.py index d9264e8a18f2e..93d831105339d 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -3351,7 +3351,8 @@ def to_latex( {returns} See Also -------- - Styler.to_latex : Render a DataFrame to LaTeX with conditional formatting. + io.formats.style.Styler.to_latex : Render a DataFrame to LaTeX + with conditional formatting. DataFrame.to_string : Render a DataFrame to a console-friendly tabular output. DataFrame.to_html : Render a DataFrame as an HTML table.