create spot fixer as generic transformer & apply to missing plant names #1980
Closed
Labels
data-repair
Interpolating or extrapolating data that we don't actually have.
ferc1
Anything having to do with FERC Form 1
rmi
xbrl
Related to the FERC XBRL transition
With our new ferc1 transform process we are less intense about dropping records. Because of that, I came across a fair amount of records in the steam table that have
""
or0
as a plant name. Most of these records are truly trash (they have no other data points in them) and thus can be dropped. But some of them actually have some information. I investigated a far number of those bad-name-but-data-full records and was able to pretty easily identify plant names.a generic-ish spot-fixer
the params would need to include:
the func/meth would be a table-wide transformer bc it requires having multiple columns. probably we'd find the records and use map or something like that to replace the values in the specific columns
a steam specific application
Using something like the dictionary below:
a hydro specific application
The text was updated successfully, but these errors were encountered: