ENH: Add Series.to_list, alias for tolist · Issue #8826 · pandas-dev/pandas (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@s-celles

Description

@s-celles

Hello,

IPython autocomplete (tab) shows

In [1]: ts.to
ts.to_clipboard  ts.to_frame      ts.to_period     ts.to_string
ts.to_csv        ts.to_hdf        ts.to_pickle     ts.to_timestamp
ts.to_dense      ts.to_json       ts.to_sparse     ts.tolist
ts.to_dict       ts.to_msgpack    ts.to_sql

maybe tolist should be named to_list
and tolist should be marked as deprecated
because it seems that other methods follow
an implicit naming convention (to_...) .

Kind regards