How to get old MCOE table with all generator attributes? #3336
-
In the This method returned a dataframe with 110 columns with all generator attributes. Which new PUDL tables should I use to grab all generator attributes? These are the columns in I am using the database from the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The new MCOE generators table in the latest version ( |
Beta Was this translation helpful? Give feedback.
The new MCOE generators table in the latest version (
out_eia__yearly_generators
) does seem to truly have all the generator attributes. The previous version (mcoe_generators_yearly
) only had the EIA generator attributes fromdenorm_generators_eia
+ the MCOE attributes that get merged on. The actual merge that's performed hasn't changed, only the input EIA generators attribute table, so it seems like thedenorm_generators_eia
table didn't have as many attributes as_out_eia__yearly_generators
has. I'm not sure where those generator attributes would have lived in the older version if not in that denorm table, maybe the core table? What are some of the missing attributes and do they appear in…