Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewjmack/nosql-challenge
May 2024 DU analytics homework assignment
https://github.com/andrewjmack/nosql-challenge
Last synced: about 7 hours ago
JSON representation
May 2024 DU analytics homework assignment
- Host: GitHub
- URL: https://github.com/andrewjmack/nosql-challenge
- Owner: andrewjmack
- Created: 2024-05-06T16:01:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T23:02:56.000Z (6 months ago)
- Last Synced: 2024-05-21T01:10:15.473Z (6 months ago)
- Language: Jupyter Notebook
- Size: 2.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nosql-challenge
#### Andrew Mack | DU Data Analytics | April 2024## Summary
This repository contains the files to meet the requirements of the NoSQL Databases (module 12) homework challenge:
"The UK Food Standards Agency evaluates various establishments across the United Kingdom, and gives them a food hygiene rating. You've been contracted by the editors of a food magazine, Eat Safe, Love, to evaluate some of the ratings data in order to help their journalists and food critics decide where to focus future articles."
The ratings data evaluation process consisted of three parts:
- Part 1: Database and Jupyter Notebook Set Up
- Part 2: Updating the Database
- Part 3: Exploratory Analysis## Contents
- README.md
- NoSQL_setup.ipynb
- NoSQL_analysis.ipynb
- Resources
- /establishments.json## Resources
- Initial Jupyter notebook without code as well as .json dataset provided
- Class instruction and module activities
- Limited tutor assistance with regex implementation and refinement