Skip to contents

This dataset, birds_watching_tbl_df, is a tibble containing detailed information on bird species observed in India, including species names, scientific names, the date of last observation, and total recorded sightings. The dataset preserves the original structure from its source on Kaggle.

Usage

data(birds_watching_tbl_df)

Format

A tibble with 490 observations and 4 variables:

name

Common name of the bird species (character)

scientific name

Scientific name of the bird species (character)

last observation

Date of last recorded observation (character)

total observations

Total number of recorded sightings (numeric)

Details

The dataset name has been kept as 'birds_watching_tbl_df' to maintain consistency with the naming conventions in the IndiAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.