Baselight

Bird Sightings Dataset

Birdsoftheworld-unprocessed

@kaggle.anoopjohny_birdsoftheworld_unprocessed

Loading...
Loading...

About this Dataset

Bird Sightings Dataset

The Bird Sightings ๐Ÿฆ Dataset is a comprehensive collection of bird sightings recorded across various geographical locations on Earth. The dataset includes information on different bird species, their locations, dates, and times of sighting, as well as descriptions of the birds ๐Ÿชน. Additional details such as the sex of the birds and their feather colors ๐Ÿชถ are also provided when available.

This dataset serves as a valuable resource for ornithologists, birdwatchers, researchers, and anyone interested in studying avian biodiversity and distribution patterns ๐Ÿ‘จโ€๐Ÿ”ฌ ๐Ÿคฉ. The dataset is presented in CSV format, allowing for easy integration and analysis in various data processing tools and applications.

Tables

Birdsoftheworld

@kaggle.anoopjohny_birdsoftheworld_unprocessed.birdsoftheworld
  • 61.65 KB
  • 1310 rows
  • 12 columns
Loading...

CREATE TABLE birdsoftheworld (
  "species" VARCHAR,
  "location" VARCHAR,
  "time" VARCHAR,
  "description_of_bird" VARCHAR,
  "sex" VARCHAR,
  "feather_color" VARCHAR,
  "unnamed_6" VARCHAR,
  "unnamed_7" VARCHAR,
  "unnamed_8" VARCHAR,
  "unnamed_9" VARCHAR,
  "unnamed_10" VARCHAR,
  "unnamed_11" VARCHAR
);

Share link

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