Land Use Pattern India
2009 Niti Aayog Forest Land Use Pattern
@kaggle.ayushv322_land_use_pattern_india
2009 Niti Aayog Forest Land Use Pattern
@kaggle.ayushv322_land_use_pattern_india
The data refers to States/UTs-wise details of land usage patterns. It provides details of land use (area and percentage) under total geographical area, reporting area for land utilization, forests, not available for cultivation, permanent pastures and other grazing lands, land under miscellaneous tree crops & groves, culturable wasteland, fallow lands other than current fallows, current fallows and the net area is sown.
Data Source: https://data.gov.in/catalog/land-use-pattern/
CREATE TABLE land_use_pattern (
"unnamed_0" BIGINT -- Unnamed: 0,
"states_uts" VARCHAR,
"category" VARCHAR,
"total_geographical_area" DOUBLE,
"reporting_area_for_land_utilization" BIGINT,
"forests" DOUBLE,
"not_available_for_cultivation" DOUBLE,
"permanent_pastures_and_other_grazing_lands" DOUBLE,
"land_under_miscellaneous_tree_crops_groves" DOUBLE -- Land Under Miscellaneous Tree Crops \u0026 Groves,
"culturable_wasteland" DOUBLE,
"fallow_lands_other_than_current_fallows" DOUBLE,
"current_fallows" DOUBLE,
"net_area_sown" DOUBLE
);
Anyone who has the link will be able to view this.