2018 Central Park Squirrel Census - Squirrel Data
City of New York
@usgov.city_of_new_york_2018_central_park_squirrel_census_squirrel
City of New York
@usgov.city_of_new_york_2018_central_park_squirrel_census_squirrel
The Squirrel Census (https://www.thesquirrelcensus.com/) is a multimedia science, design, and storytelling project focusing on the Eastern gray (Sciurus carolinensis). They count squirrels and present their findings to the public. This table contains squirrel data for each of the 3,023 sightings, including location coordinates, age, primary and secondary fur color, elevation, activities, communications, and interactions between squirrels and with humans.
Organization: City of New York
Last updated: 2020-11-10T17:05:45.754610
Tags: squirrel-census
CREATE TABLE table_1 (
"x" DOUBLE,
"y" DOUBLE,
"unique_squirrel_id" VARCHAR,
"hectare" VARCHAR,
"shift" VARCHAR,
"date" BIGINT,
"hectare_squirrel_number" BIGINT,
"age" VARCHAR,
"primary_fur_color" VARCHAR,
"highlight_fur_color" VARCHAR,
"combination_of_primary_and_highlight_color" VARCHAR,
"color_notes" VARCHAR,
"location" VARCHAR,
"above_ground_sighter_measurement" VARCHAR,
"specific_location" VARCHAR,
"running" BOOLEAN,
"chasing" BOOLEAN,
"climbing" BOOLEAN,
"eating" BOOLEAN,
"foraging" BOOLEAN,
"other_activities" VARCHAR,
"kuks" BOOLEAN,
"quaas" BOOLEAN,
"moans" BOOLEAN,
"tail_flags" BOOLEAN,
"tail_twitches" BOOLEAN,
"approaches" BOOLEAN,
"indifferent" BOOLEAN,
"runs_from" BOOLEAN,
"other_interactions" VARCHAR,
"lat_long" VARCHAR
);Anyone who has the link will be able to view this.