I have been workin with time-series data. I haven't been able to find any way of analysing automatically if a given time-series has a seasonal behaviour (when I say automatically, I mean in a way I can program an algorithm to take the time-series as an input and return a True or False, instead of someone having to manually analyse the graphical representation).
Does anyone have any code suggestions (preferably in Python) or references to good papers on that matter? If it is applied to big data even better, but if not anything will help.