Baselight

Wheat Cultivation Data For Districts Of India

@kaggle.shubhamgupta012_wheat_cultivation_data_for_districts_of_india

Loading...
Loading...

About this Dataset

Wheat Cultivation Data For Districts Of India

District-wise yearly area, yield and production.
This file group has two files: 1. Area, production and yield and 2. High yielding varieties The area, production yield file includes data on 20 major crops that include cereals, pulses, oilseeds, cotton, sugarcane, total fruits and vegetables. Yield is calculated based on area and production.

The data are for the annual area and production under the crops. The percent area under each crop is calculated by dividing crop area by Gross Cropped Area (GCA variable generated using a defined methodology).

Tables

Wheat

@kaggle.shubhamgupta012_wheat_cultivation_data_for_districts_of_india.wheat
  • 206.27 KB
  • 16146 rows
  • 8 columns
Loading...

CREATE TABLE wheat (
  "dist_code" BIGINT,
  "year" BIGINT,
  "state_code" BIGINT,
  "state_name" VARCHAR,
  "dist_name" VARCHAR,
  "wheat_area_1000_ha" DOUBLE,
  "wheat_production_1000_tons" DOUBLE,
  "wheat_yield_kg_per_ha" DOUBLE
);

Share link

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