codeforboston / clean-slate-data

MIT License
27 stars 13 forks source link

Addressing Questions 2-3 from CFJJ #170

Closed lukeschissler closed 3 years ago

lukeschissler commented 3 years ago

Working with the NW dataset and Laura's existing notebook to answer some of the questions posed by CFJJ.

laurafeeney commented 3 years ago

@lukeschissler we should look at whether the (nw['Disposition'] != 'Guilty') line is going to work for us: have you looked at the possible values for disposition? I don't think anyone cleaned that column.

lukeschissler commented 3 years ago

@laurafeeney Yeah, this is something I think could be discussed at the meeting, i.e. what what would fall under the guilty category. It looks like there are about 8-10ish disposition categories, I can pull those out and we can see what we're working with.