catalyst-cooperative/ferc-xbrl-extractor
View on GitHubExtracted datapackage description is not that useful compared to title
Open
#369 opened on Sep 22, 2025
documentationgood first issuemetadata
Repository metrics
- Stars
- (15 stars)
- PR merge metrics
- (Avg merge 1d) (8 merged PRs in 30d)
Description
Overview
When we're extracting metadata from the taxonomy, we see these descriptions and titles:
"title": "001 - Schedule - Corporate Officer Certification - duration",
"description": "ferc:ScheduleIdentificationAbstract",
The title is kind of useful, and the description is not at all useful.
We should probably put the string that's in "title" in the "description" too.
Currently we're working around this in eel-hole by using the title field to populate the displayed description.
Success Criteria
How will we know that we're done?
-
descriptionfield is descriptive
Next steps
- ...