Skip to content

helloworlddata/nypd-stop-and-frisk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NYPD Stop and Frisk Database

Notes

Year 2006

The 2006 data file has many cleanliness issues.

detailCM column missing

Doing a quick frequency count shows that instead of detailCM, the 2006 data has two identical columns -- detail1_ and details_ -- that seem to share the same kind of values as the detailCM columns in all the other years.

csvcut -c \
    detail1_ data/fetched/nypd-stop-and-frisk/csv/2006.csv \
    | sort | uniq -c | sort -rn | head -n 10

wepfound column

No other year has a wepfound column. So we omit it from the compiled file.

About

NYPD Stop and Frisk Database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors