From the course: Data Pipeline Automation with GitHub Actions Using R and Python

Challenge: Query the API

(upbeat music) - [Instructor] We will conclude this chapter with practicing what we learned so far, using the EIA dashboard to extract metadata and querying the data from the API using R or Python. This time we're going to pull data of the San Diego Gas and Electricity balancing authority subregion. Start by going to the EIA dashboard to extract the metadata of the San Diego Gas and Electricity balancing authority subregion. This subregion is under the California Independent System Operator parent. Then with R or Python, set a GET request to pull observation between January 1st and January 31st, 2024. Last but not least, use the eia_backfill function to pull the data from January 1st, 2020 to February 1st, 2024.

Contents