pudl.extract.ferc714

Routines used for extracting the raw FERC 714 data.

Module Contents

Functions

raw_ferc714_asset_factory(→ dagster.AssetsDefinition)

Generates an asset for building the raw FERC 714 dataframe.

Attributes

logger

FERC714_FILES

Dictionary mapping PUDL tables to FERC-714 filenames and character encodings.

raw_ferc714_assets

pudl.extract.ferc714.logger[source]
pudl.extract.ferc714.FERC714_FILES: collections.OrderedDict[str, dict[str, str]][source]

Dictionary mapping PUDL tables to FERC-714 filenames and character encodings.

pudl.extract.ferc714.raw_ferc714_asset_factory(table_name: str) dagster.AssetsDefinition[source]

Generates an asset for building the raw FERC 714 dataframe.

pudl.extract.ferc714.raw_ferc714_assets[source]