From the course: Python for Time Series Forecasting
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Decomposing California solar energy using data from EIA - Python Tutorial
From the course: Python for Time Series Forecasting
Decomposing California solar energy using data from EIA
- [Instructor] Time series components. In this notebook, I'll walk you through data coming from the US Energy Administration, EIA. In this case, the hourly generation by fuel type in California. If we be see their dashboard online, here we can see the vast amount of information that they have to explore in Python. In our case, we are working with the generation mix where the data is located in the region of California, and these are the real-time energy fuel types that we get in California. At the end of this notebook, you will learn how to visually interpret the decomposition of the original time series. And not only that, but also the pre-processing steps because here we have the hourly information, but we work with the monthly aggregated information coming only from one source of energy, which in this case will be the solar. So, with solar monthly energy information, we can reach conclusions such as in the month of July, where we see the seasonal components for each one of the…
Contents
-
-
-
-
-
(Locked)
Decomposing California solar energy using data from EIA2m 27s
-
(Locked)
Data preprocessing for insightful decomposition5m 34s
-
(Locked)
Seasonal decompose with Statsmodels3m 33s
-
(Locked)
Interpret decomposition models: Additive vs. multiplicative4m 10s
-
(Locked)
Build DataFrame of components4m 25s
-
(Locked)
Compare models using Plotly interactive visualization5m 25s
-
(Locked)
-
-
-
-
-
-
-
-
-
-
-
-
-