- What is time series data?
Data recorded over a period of time is time series data
- What are some examples of time series data?
Stock price over a period of time.
Weather over a period of time.
CPU usage over a period of time.
- How does time series data look like?
For CPU usage over a period of time, an example might look like this:
75% at 10am
74% at 10:10am
73% at 10:20am
- Based on the example, seems like time series data is recorded over a constant interval of time. Is that true?
Not sure.
- What are the different ways in which we can represent time series data?
One way is to just write ✍️ down the values with corresponding time values. That would be a simple written representation like the above CPU usage example. Another way is to plot the data values against time values on a graph. The time is on the X axis and the data is on few Y axis