pudl.transform.ferccid#

Clean the FERC Company Identifier table.

Functions#

clean_cid_string_cols(→ pandas.Series)

Clean string columns: remove unicode, strip whitespace, enforce single spaces, standardize NAs.

core_ferc__entity_companies(→ pandas.DataFrame)

Clean the FERC Company Identifier table.

Module Contents#

pudl.transform.ferccid.clean_cid_string_cols(col: pandas.Series) pandas.Series[source]#

Clean string columns: remove unicode, strip whitespace, enforce single spaces, standardize NAs.

pudl.transform.ferccid.core_ferc__entity_companies(raw_ferc__entity_companies: pandas.DataFrame) pandas.DataFrame[source]#

Clean the FERC Company Identifier table.