Time series, a series of data points ordered in time. Pretty intuitive, isn’t it? Time series analysis helps in businesses in analyzing past data, predict trends, seasonality, and numerous other use cases. Some examples of time series analysis in our day to day lives include:
- Measuring weather
- Measuring number of taxi rides
- Stock prediction
In this blog, we will be dealing with stock market data and will be using Python 3, Pandas and Matplotlib.
Continue reading “Time Series Analysis using Pandas”