Sunday, February 11, 2018

Nice video for time series data analysis on Python

These days, I have watched some videos about time series analysis. I'll write here about one of my recommendations.
Roughly, the video is about time series data manipulation on Python, to say more concretely, on Pandas.



On this video, you can know
  • how to deal with time stamp data type
  • simple time series data processing
Those are fundamental and necessary knowledges to deal with time series data on Python. This video lets us know those manipulation on Pandas.
If you are new to time series analysis on Python, you can get the knowledge about basic manipulation by this video.