ticketsDF {causact} | R Documentation |
Dataframe of 55,167 observations of the number of tickets written by NYC precincts each day Data modified from https://github.com/stan-dev/stancon_talks/tree/master/2018/Contributed-Talks/01_auerbach which originally sourced data from https://opendata.cityofnewyork.us/
Description
Dataframe of 55,167 observations of the number of tickets written by NYC precincts each day Data modified from https://github.com/stan-dev/stancon_talks/tree/master/2018/Contributed-Talks/01_auerbach which originally sourced data from https://opendata.cityofnewyork.us/
Usage
ticketsDF
Format
A data frame with 55167 rows and 4 variables:
- precinct
unique precinct identifier representing precinct of issuing officer
- date
the date on which ticket violations occurred
- month_year
the month_year extracted from date column
- daily_tickets
Number of tickets issued out of precinct on this day
[Package causact version 0.5.5 Index]