Series.to_string(buf=None, na_rep='NaN', float_format=None, header=True, index=True, length=False, dtype=False, name=False, max_rows=None) [source]
Render a string representation of the Series Parameters:
buf : StringIO-like, optional buffer to write to na_rep : string, optional string representation of NAN to use, default ?NaN? float_format : one-parameter function, optional formatter function to apply to columns? elements if they are floats default None header: boolean, default Tru