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_all_2001_2005_june2023_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,
"alt_full_spp_code" VARCHAR,
"how_many" DOUBLE,
"plus_code" DOUBLE,
"valid" DOUBLE,
"reviewed" DOUBLE,
"day1_am" DOUBLE,
"day1_pm" DOUBLE,
"day2_am" DOUBLE,
"day2_pm" DOUBLE,
"effort_hrs_atleast" DOUBLE,
"snow_dep_atleast" DOUBLE,
"data_entry_method" VARCHAR
);
Anyone who has the link will be able to view this.