pudl.extract.ferc714#

Routines used for extracting the raw FERC 714 data.

Module Contents#

Functions#

extract_ferc714(context)

Extract the raw FERC Form 714 dataframes from their original CSV files.

Attributes#

logger

FERC714_FILES

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

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.extract_ferc714(context)[source]#

Extract the raw FERC Form 714 dataframes from their original CSV files.

Parameters:

context – dagster keyword that provides access to resources and config.

Returns:

A tuple of extracted FERC-714 dataframes.