pudl.metadata.fields

Field metadata.

Module Contents

pudl.metadata.fields.FIELD_METADATA :Dict[str, Dict[str, Any]][source]

Field attributes by PUDL identifier (field.name).

Keys are in alphabetical order.

pudl.metadata.fields.FIELD_METADATA_BY_GROUP :Dict[str, Dict[str, Any]][source]

Field attributes by resource group (resource.group) and PUDL identifier.

If a field exists in more than one data group (e.g. both eia and ferc1) and has distinct metadata in those groups, this is the place to specify the override. Only those elements which should be overridden need to be specified.

pudl.metadata.fields.FIELD_METADATA_BY_RESOURCE :Dict[str, Dict[str, Any]][source]