- [ ] The get_eia_data function must collect hourly demand and forecast data from the EIA API V2. - [ ] Data should be stored as a cleaned DataFrame with columns: period, respondent, type-name, and value. - [ ] Function must print the total number of rows retrieved and the date range.
The get_eia_data function must collect hourly demand and forecast data from the EIA API V2.
Data should be stored as a cleaned DataFrame with columns: period, respondent, type-name, and value.
Function must print the total number of rows retrieved and the date range.