#Data Wrangling with MongoDB Final Project
audit.py
: Audits street names in database returning irregular namesdata.py
: Cleans and shapes a JSON file given an OSM XML filemapparser.py
: Creates a dictionary of top-level tags and their countsosm_sampler.py
: Samples the large .osm file, returning a more managable filequeries.py
: Query the database for summary statistics and number of parks, universities, and embassiessampled_dc.json
: Reduced size JSON filesampled_dc.osm
: Reduced size OSM XML filetags.py
: Creates a dictionary with tags that have problematic namesusers.py
: Analyzes how many users have edited the OSM file