Flora & Fauna In The Indian Himalayan Region
Dataset of different flora and fauna found in the Indian Himalayan Region (IHR)
@kaggle.tahzeer_flora_and_fauna_in_the_indian_himalayan_region
Dataset of different flora and fauna found in the Indian Himalayan Region (IHR)
@kaggle.tahzeer_flora_and_fauna_in_the_indian_himalayan_region
The Indian Himalayan region, located in the northern part of India, spans over 2,400 kilometers and includes states like Jammu and Kashmir, Himachal Pradesh, Uttarakhand, Sikkim, and parts of Arunachal Pradesh, Assam, and West Bengal. It boasts awe-inspiring landscapes, from snow-capped peaks and glaciers to lush valleys and meandering rivers. This region holds cultural significance with ancient temples and monasteries. It is crucial in providing water resources and biodiversity to millions downstream.
State
: Indian state in the Himalayan RegionDistrict
: Unique district in the stateSpecies Identified
: Species of Flora/FaunaCategory of Species
: Flora/Fauna (divided the data frame based on this variable)CREATE TABLE himalaya_fauna (
"state" VARCHAR,
"district" VARCHAR,
"species_identified" VARCHAR,
"category_of_species" VARCHAR
);
CREATE TABLE himalaya_flora (
"state" VARCHAR,
"district" VARCHAR,
"species_identified" VARCHAR,
"category_of_species" VARCHAR
);
Anyone who has the link will be able to view this.