diff --git a/topics/time-series/index.md b/topics/time-series/index.md new file mode 100644 index 000000000000..9b0d2b214d48 --- /dev/null +++ b/topics/time-series/index.md @@ -0,0 +1,9 @@ +--- +aliases: timeseries +display_name: Time Series +short_description: Data points collected over time for analysis, forecasting, monitoring, and understanding trends. +topic: time-series +wikipedia_url: https://en.wikipedia.org/wiki/Time_series +--- + +A time series is a sequence of data points collected or recorded over time. Time series data is used to analyze patterns, trends, seasonality, and changes in values across time. Developers and researchers use time series methods in areas such as forecasting, finance, weather analysis, monitoring, and machine learning. \ No newline at end of file