Add new Commerce EDA USASpending import - #2171
Open
shvngisingh wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a new automated importer for U.S. Economic Development Administration (EDA) investment datasets sourced from USASpending.gov, including preprocessing scripts, configuration files, and documentation. Feedback on the changes suggests improving the robustness of the preprocessing script by raising exceptions on API failures, adding guard checks for date parsing, and removing redundant code that attempts to update a commented-out metadata field. Additionally, it is recommended to explicitly map the 'Total' category in the PV map to properly represent aggregation.
shvngisingh
force-pushed
the
commerce_eda_usaspending_import
branch
5 times, most recently
from
August 21, 2026 13:19
63a311b to
b78097b
Compare
shvngisingh
force-pushed
the
commerce_eda_usaspending_import
branch
from
August 21, 2026 13:24
b78097b to
68b26e6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new import pipeline commerce_eda_usaspending to import EDA (Economic Development Administration) financial investment data from USAspending.
Data Source:
Economic Development Administration (EDA) awards/grants from the USAspending API.
Coverage:
Financial investments aggregated by State/Territory, Year, and EDA Program category (Public Works, Technical Assistance, Regional Innovation Strategies, Planning, Economic Adjustment Assistance, and Total).
PR_check_list: link