Project FeederWatch
A November-April survey of birds that visit backyards, nature centers, etc.
@kaggle.joebeachcapital_project_feederwatch
A November-April survey of birds that visit backyards, nature centers, etc.
@kaggle.joebeachcapital_project_feederwatch
CREATE TABLE pfw_2021_public (
"loc_id" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"subnational1_code" VARCHAR,
"entry_technique" VARCHAR,
"sub_id" VARCHAR,
"obs_id" VARCHAR,
"month" BIGINT,
"day" BIGINT,
"year" BIGINT,
"proj_period_id" VARCHAR,
"species_code" VARCHAR,
"how_many" BIGINT,
"valid" BIGINT,
"reviewed" BIGINT,
"day1_am" BIGINT,
"day1_pm" BIGINT,
"day2_am" BIGINT,
"day2_pm" BIGINT,
"effort_hrs_atleast" DOUBLE,
"snow_dep_atleast" DOUBLE,
"data_entry_method" VARCHAR
);
Anyone who has the link will be able to view this.