NDH-417 Add Jupyter Notebook to Perform Mapping from Halloween CSVs to API DB#241
Merged
spopelka-dsac merged 29 commits intomainfrom Jan 30, 2026
Merged
NDH-417 Add Jupyter Notebook to Perform Mapping from Halloween CSVs to API DB#241spopelka-dsac merged 29 commits intomainfrom
spopelka-dsac merged 29 commits intomainfrom
Conversation
Contributor
Backend Django Test Results59 tests - 39 56 ✅ - 42 0s ⏱️ -1s For more details on these errors, see this check. Results for commit 8012223. ± Comparison against base commit 784f8dc. This pull request removes 43 and adds 4 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Contributor
Author
|
@wbprice @rmillergv I recognize that this will be superseded (hopefully during this sprint), but I'd like to get this merged in so I don't have to switch branches whenever I need to load the larger dataset locally for testing performance improvement mods |
wbprice
approved these changes
Jan 30, 2026
Contributor
|
What a wonderful Rossetta stone, thanks Sarah. |
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.
module-name: Add Jupyter Notebook to Perform Mapping from Halloween CSVs to API DB
Jira Ticket #NDH-417
Problem
The Halloween CSV to API DB mapping in the npd_Puffin repo contained some issues that prevented us from being able to fully connect the API to the data, including:
Solution
This PR introduces a python notebook that, among other things:
Result
I would not recommend deploying this in Dagster, as our load processes will change once we land the core data model. However, in the event that we need to load Halloween CSV data before we finalize the core data model, this Jupyter Notebook represents a more robust way to do so.
Test Plan