pudl.output.censusdp1tract#

Functions for reading data out of the Census DP1 SQLite Database.

Attributes#

Classes#

LayerParams

Simple class defining the expected structure of the layer processing params.

Functions#

census_asset_factory(→ dagster.AssetsDefinition)

An asset factory for finished EIA tables.

Module Contents#

pudl.output.censusdp1tract.logger[source]#
class pudl.output.censusdp1tract.LayerParams[source]#

Bases: TypedDict

Simple class defining the expected structure of the layer processing params.

plural: str[source]#
rename: dict[str, str][source]#
pudl.output.censusdp1tract.census_asset_factory(layer: Literal['state', 'county', 'tract']) dagster.AssetsDefinition[source]#

An asset factory for finished EIA tables.

pudl.output.censusdp1tract.census_dp1_layers[source]#