Baselight

The BeeImage Dataset: Annotated Honey Bee Images

Apis mellifera with location, date, health, and more labels

@kaggle.jenny18_honey_bee_annotated_images

Bee Data
@kaggle.jenny18_honey_bee_annotated_images.bee_data

  • 38.69 KB
  • 5172 rows
  • 9 columns
file

File

date

Date

time

Time

location

Location

zip_code

Zip Code

subspecies

Subspecies

health

Health

pollen_carrying

Pollen Carrying

caste

Caste

041_066.pngTue Aug 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:07Alvin, TX, USA77511-1hive being robbedworker
041_072.pngTue Aug 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:07Alvin, TX, USA77511-1hive being robbedworker
041_073.pngTue Aug 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:07Alvin, TX, USA77511-1hive being robbedworker
041_067.pngTue Aug 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:07Alvin, TX, USA77511-1hive being robbedworker
041_059.pngTue Aug 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:07Alvin, TX, USA77511-1hive being robbedworker
041_071.pngTue Aug 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:07Alvin, TX, USA77511-1hive being robbedworker
041_065.pngTue Aug 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:07Alvin, TX, USA77511-1hive being robbedworker
041_064.pngTue Aug 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:07Alvin, TX, USA77511-1hive being robbedworker
041_070.pngTue Aug 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:07Alvin, TX, USA77511-1hive being robbedworker
041_058.pngTue Aug 28 2018 00:00:00 GMT+0000 (Coordinated Universal Time)16:07Alvin, TX, USA77511-1hive being robbedworker

CREATE TABLE bee_data (
  "file" VARCHAR,
  "date" TIMESTAMP,
  "time" VARCHAR,
  "location" VARCHAR,
  "zip_code" BIGINT,
  "subspecies" VARCHAR,
  "health" VARCHAR,
  "pollen_carrying" BOOLEAN,
  "caste" VARCHAR
);

Share link

Anyone who has the link will be able to view this.