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.
Examples
>>> ser = pd.Series([1, 2, 3]).to_string() >>> ser '0 1\n1 2\n2 3'
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4