Series.
to_string
Render a string representation of the Series.
Buffer to write to.
String representation of NaN to use, default ‘NaN’.
Formatter function to apply to columns’ elements if they are floats, default None.
Add the Series header (index name).
Add index (row) labels, default True.
Add the Series length.
Add the Series dtype.
Add the Series name if not None.
Maximum number of rows to show before truncating. If None, show all.
The number of rows to display in a truncated repr (when number of rows is above max_rows).
String representation of Series if buf=None, otherwise None.
buf=None