Skip to content

Add option to hide index in pandas.Series.to_string #11729

Closed
@ccsv

Description

@ccsv

In the Dataframes.to_string function there is a option to not print the index:

index : bool, optional

whether to print index (row) labels, default True

Can this be added to the Series function to_string?

http://pandas.pydata.org/pandas-docs/version/0.17.0/generated/pandas.Series.to_string.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    Compatpandas objects compatability with Numpy or Python functionsOutput-Formatting__repr__ of pandas objects, to_string

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions