-
Notifications
You must be signed in to change notification settings - Fork 1
NDH-417 Add Jupyter Notebook to Perform Mapping from Halloween CSVs to API DB #241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I would prefer to see how we could replicate this structure on top of the #237 branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Roger
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