catalyst-cooperative/ferc-xbrl-extractor

Extracted datapackage description is not that useful compared to title

Open

#369 opened on Sep 22, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (3 forks)auto 404
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?

  • description field is descriptive

Next steps

  • ...

Contributor guide