Skip to content

Commit 95ab565

Browse files
committed
DOC: Added versionchanged
1 parent e57acc2 commit 95ab565

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/generic.py

+3
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,9 @@ def to_xarray(self):
15161516
Render an object to a tabular environment table. You can splice
15171517
this into a LaTeX document. Requires \\usepackage{booktabs}.
15181518
1519+
.. versionchanged:: 0.20.2
1520+
Added to Series
1521+
15191522
`to_latex`-specific options:
15201523
15211524
bold_rows : boolean, default True

0 commit comments

Comments
 (0)