USEPA / FrEDI

FrEDI estimates annual physical and economic impacts from climate change to the U.S., through the 21st century
https://usepa.github.io/FrEDI
Other
11 stars 5 forks source link

Import inputs column enhancement #176

Closed knoiva-indecon closed 2 months ago

knoiva-indecon commented 2 months ago

Added flexibility to column names: Now, if the driver column is not found, the import_inputs helper function will try to string match the input type against column names. If it finds a match:

The function will then rename the matched column to the expected column.

No flexibility enhancements were made for ID columns.