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)
Examples
>>> arr = pd.array([1, 2, 3]) >>> arr.tolist() [1, 2, 3]