-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/HezhiWang/Big_Data_project
- Loading branch information
Showing
2 changed files
with
30 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
# Big_Data_project | ||
# Big_Data_project Part 1 | ||
|
||
## Contributors | ||
Hezhi Wang (hw1567) | ||
|
||
Han Zhao (hz1411) | ||
|
||
Jin U Bak (jub205) | ||
|
||
## Dataset | ||
Dataset is downloaded from the following links: | ||
|
||
Dataset for 2009: | ||
[https://data.cityofnewyork.us/Social-Services/new-311/9s88-aed8](https://data.cityofnewyork.us/Social-Services/new-311/9s88-aed8) | ||
|
||
Dataset for 2010-present: | ||
[https://data.cityofnewyork.us/Social-Services/311/wpe2-h2i5]https://data.cityofnewyork.us/Social-Services/311/wpe2-h2i5 | ||
|
||
Two datasets are combined as one and analyzed. | ||
|
||
Dataset is also available on NYU HPC HDFS, **/user/jub205/311all.csv** | ||
|
||
## Data Quality Issues | ||
We first generated columns.txt for base type and semantic type of each columns, which can be accessed at **/user/jub205/columns.txt**. | ||
|
||
Then for the summary of data quality, which is counting the number of empty/missing/invalid values in each column, sign in to dumbo, and run | ||
```sh | ||
$ spark-submit data_quality.py | ||
``` | ||
|
This file contains 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