https://github.com/afeld/data-cleaning
Data Cleaning Techniques workshop materials
https://github.com/afeld/data-cleaning
Last synced: 9 months ago
JSON representation
Data Cleaning Techniques workshop materials
- Host: GitHub
- URL: https://github.com/afeld/data-cleaning
- Owner: afeld
- License: mit
- Created: 2022-03-07T19:43:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-10T16:39:56.000Z (over 4 years ago)
- Last Synced: 2025-03-29T18:41:40.401Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://www.icloud.com/keynote/0ceRF6Dirs__xvOV2mrP0NYBw#Data_Cleaning_Techniques
- Size: 11.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Data Cleaning Techniques workshop
[](https://mybinder.org/v2/gh/afeld/data-cleaning/HEAD)
From the [NYC Open Data Week 2022 event page](https://2022.open-data.nyc/event/data-cleaning-techniques/):
> You’ve got your data loaded, you start on your analysis, and… WHAM, missing values. WHAM, junk entries. WHAM, capitalization inconsistencies.
>
> Data cleaning often feels like a chore, and we will often do as little as necessary. What if we took a more systemic approach? In this hands-on workshop, we’ll explore some common data issues to look for, tools, and techniques for cleaning it up, giving us better understanding of our data in the process and clearing the path for smoother data analysis and manipulation.
These examples use [NYC's 311 dataset](https://data.cityofnewyork.us/Social-Services/311-Service-Requests-from-2010-to-Present/erm2-nwe9/data).
## Running locally
1. [Install repo2docker](https://repo2docker.readthedocs.io/en/latest/install.html)
1. `cd` into this directory and run `jupyter-repo2docker -E .`
1. After you open the provided URL, change the path in your browser to `/lab`.