Time series analysis is where R shines compared to Python.

Can you substantiate your comment? What would you like to see in a python tool that R does uniquely well?

Not parent, but easy: https://cran.r-project.org/web/packages/forecast/index.html

/e: I'm a bit out of this game for 2-3 years now, but Python had nothing comparable. Prophet is suboptimal at best. Some things are implemented here or there, but it's all over the place. So I agree that R really shines here.

To be fair, Darts looks pretty good relative to forecast: https://github.com/unit8co/darts

I would generally prefer R for this kind of stuff as the experts generally write the code, but Darts seems OK and is well-tested, at the very least (haven't had a chance to use it in anger yet).