Pet Cats New Zealand
Characteristics such as age, sex, neuter status, hunting habits & GPS timestamps
@kaggle.joebeachcapital_pet_cats_new_zealand
Characteristics such as age, sex, neuter status, hunting habits & GPS timestamps
@kaggle.joebeachcapital_pet_cats_new_zealand
CREATE TABLE pet_cats_new_zealand (
"event_id" BIGINT,
"visible" BOOLEAN,
"timestamp" TIMESTAMP,
"location_long" DOUBLE,
"location_lat" DOUBLE,
"algorithm_marked_outlier" VARCHAR,
"manually_marked_outlier" VARCHAR,
"sensor_type" VARCHAR,
"individual_taxon_canonical_name" VARCHAR,
"tag_local_identifier" VARCHAR,
"individual_local_identifier" VARCHAR,
"study_name" VARCHAR
);
CREATE TABLE pet_cats_new_zealand_reference_data (
"tag_id" VARCHAR,
"animal_id" VARCHAR,
"animal_taxon" VARCHAR,
"deploy_on_date" TIMESTAMP,
"deploy_off_date" TIMESTAMP,
"animal_comments" VARCHAR,
"animal_life_stage" VARCHAR,
"animal_reproductive_condition" VARCHAR,
"animal_sex" VARCHAR,
"attachment_type" VARCHAR,
"data_processing_software" VARCHAR,
"deployment_end_type" VARCHAR,
"deployment_id" VARCHAR,
"duty_cycle" VARCHAR,
"manipulation_comments" VARCHAR,
"manipulation_type" VARCHAR,
"study_site" VARCHAR,
"tag_manufacturer_name" VARCHAR,
"tag_mass" DOUBLE,
"tag_model" VARCHAR,
"tag_readout_method" VARCHAR
);
Anyone who has the link will be able to view this.