Package 'nycdogs'

Title: New York City dog licenses and bite incidents by zip code
Description: A data package containing three data sets covering dog ownership in New York City.
Authors: Kieran Healy [aut, cre]
Maintainer: Kieran Healy <[email protected]>
License: MIT + file LICENSE
Version: 0.1.4
Built: 2025-02-06 22:19:03 UTC
Source: https://github.com/kjhealy/nycdogs

Help Index


New York City Dog Reported Dog bites

Description

Reported dog bite incidents in New York city between April 10th 2014 and January 25th 2018.

Usage

nyc_bites

Format

A tibble containing 8,707 rows and 11 columns

uniqueid

Incident identified.

date_of_bite

Date of bite.

species

Species of animal (all "Dog").

breed

Breed of dog.

age

Age of dog.

gender

Sex of dog.

spay_neuter

Spayed or neutered (True/False)

borough

Borough where bite occurred.

zip_code

Zip code where bite occurred.

year

Year

breed_rc

Recoded breed (simplier caegories)

Source

New York City public data


Licensed Dogs in New York City as of January 1st 2017

Description

Dogs in New York city with licenses issued between September 12th 2014 and December 31st 2016.

Usage

nyc_license

Format

A tibble containing 122,203 rows and 14 columns

animal_name

Name of dog.

animal_gender

Sex of dog.

animal_birth_month

Birth month.

breed_rc

Breed of dog (simplier categories).

borough

Borough of owner.

zip_code

Zip code of owner.

community_district

Community district of owner

nta

Neighborhood Tabulation Area.

city_council_district

City council district.

congressional_district

Congressional district

state_senatorial_district

State Senatorial district

license_issued_date

Date license issued

license_expired_date

Date license expired

Source

New York City Public Data


New York City zip codes

Description

A simple features object containing polygons for the 262 zip code areas in New York city, along with additional geographic information.

Usage

nyc_zips

Format

A simple feature collection with 262 features (rows) and 11 fields (12 columns).

objectid

Object identifier.

zip_code

Zip code.

po_name

Post office region name.

state

State (all NY).

borough

City borough.

st_fips

State FIPS code (all 36).

cty_fips

County FIPS code.

bld_gpostal_code

Building postal code.

shape_leng

Shape length.

shape_area

Shape area

vstrat

Variance stratum

x_id

x_id

geometry

POLYGON [°] description of the shape of the zip code area.

Source

.