Skip to content

Commit 704fd94

Browse files
authored
TutorTask401_EIA_metadata_downloader_pipeline (#408)
1 parent 375d259 commit 704fd94

10 files changed

Lines changed: 2138 additions & 129 deletions
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# EIA Metadata Tutorial
2+
3+
<!-- toc -->
4+
5+
- [EIA Tutorial Overview](#eia-tutorial-overview)
6+
- [Files](#files)
7+
8+
<!-- tocstop -->
9+
10+
## EIA Tutorial Overview
11+
12+
This tutorial demonstrates how to extract and analyze electricity metadata from
13+
the U.S. EIA v2 API. It provides a modular metadata-only pipeline for exploring
14+
dataset coverage, metrics, frequencies, and facet structures without pulling
15+
actual time series values.
16+
17+
## Files
18+
19+
- `eia_utils.py`: Wrapper for the EIA v2 API
20+
- `download_eia_metadata.py`: Script to extract metadata and upload it to S3
21+
- `download_eia_metadata.API.ipynb`: Notebook showing how to use the API wrapper
22+
- `download_eia_metadata.API.md`: Markdown explaining the API design and wrapper
23+
- `download_eia_metadata.example.ipynb`: Notebook exploring the output metadata
24+
- `download_eia_metadata.example.md`: Markdown explaining the analysis and
25+
insights
26+
- `README.md`: This file

causal_automl/TutorTask401_EIA_metadata_downloader_pipeline/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)