pandas.Series.to_list — pandas 0.25.3 documentation (original) (raw)
Series.
to_list
(self)[source]¶
Return a list of the values.
These are each a scalar type, which is a Python scalar (for str, int, float) or a pandas scalar (for Timestamp/Timedelta/Interval/Period)
Returns: | list |
---|
See also