I'm a big fan of darts (https://github.com/unit8co/darts). But I don't know how to change TimeSeries into the list / dataframe / Series.
I want to extract [771426.]:
![I want to extract [771426.]](https://i.stack.imgur.com/URZwj.png)
Until now, I used 2 ways. Make a new csv file from TimeSeries, and just use regex. If you know how to convert darts TimeSeries to a list(or anyother type), please help me!

I had the same question, and after reading the documentation, I managed to do it using the method univariate_values, as shown in the example below:
I hope it helps you too.