pudl.output.eia930#
Functions for compiling derived aspects of the EIA 930 data.
For a narrative overview of the timeseries imputation process, see the documentation at Timeseries Imputation
Attributes#
Functions#
|
|
|
Adds timezone column and combined ID with BA/subregion used for imputation. |
|
Adds timezone column and combined ID with BA/subregion used for imputation. |
|
|
|
Combine subregion and BA demand into a single DataFrame to perform imputation. |
Split combined imputed demand into separate BA/subregion tables. |
|
|
Aggregate imputed demand from the BA level to region, interconnect, and contiguous US. |
Module Contents#
- pudl.output.eia930._add_timezone(df: pandas.DataFrame, core_eia__codes_balancing_authorities: pandas.DataFrame) pandas.DataFrame[source]#
- pudl.output.eia930._out_eia930__hourly_operations(core_eia930__hourly_operations: pandas.DataFrame, core_eia__codes_balancing_authorities: pandas.DataFrame) pandas.DataFrame[source]#
Adds timezone column and combined ID with BA/subregion used for imputation.
- pudl.output.eia930._out_eia930__hourly_subregion_demand(core_eia930__hourly_subregion_demand: pandas.DataFrame, core_eia__codes_balancing_authorities: pandas.DataFrame) pandas.DataFrame[source]#
Adds timezone column and combined ID with BA/subregion used for imputation.
- pudl.output.eia930._out_eia930__combined_demand(_out_eia930__hourly_operations: pandas.DataFrame, _out_eia930__hourly_subregion_demand: pandas.DataFrame) pandas.DataFrame[source]#
Combine subregion and BA demand into a single DataFrame to perform imputation.