npri-tools / npri

A Python package providing easy-to-use code that returns recently reported emissions from facilities, socio-economic information for places, emissions records for specific companies and industries, and emissions trends over time
GNU General Public License v3.0
0 stars 0 forks source link

create lookups for identifiers #5

Open ericnost opened 9 months ago

ericnost commented 9 months ago

Currently using identifiers like NPRI IDs as indexes for data tables, but these aren't particularly meaningful. Facility names, on the other hand, are.

The IDs could still be the indexes, but when displayed on charts, they could prettyified to facility names. Same with SubstanceIDs, CompanyIDs, etc.

image