State-Wise Investment And Employment In India
Consolidated data from Aug-1991 to Nov-2022
@kaggle.ravivarmaodugu_state_wise_investment_and_employment_in_india
Consolidated data from Aug-1991 to Nov-2022
@kaggle.ravivarmaodugu_state_wise_investment_and_employment_in_india
The dataset has state-wise IEM part-A consolidated data on Investment and Employment in India from August 1991 to November 2022.
The dataset helps in identifying the investment and employment patterns in India, at macro level.
Kagglers using this dataset can also explore another similar dataset, which has industry-wise data with the same timeline as in the current dataset. Link to the dataset is here.
By exploring both the datasets, one can understand the most latest state-wise as well as industry-wise investment and employment scenario in India.
Source: data.gov.in
CREATE TABLE statewisedatasupto_dipp (
"name_of_the_state" VARCHAR,
"number" BIGINT,
"n__investment" BIGINT -- INVESTMENT,
"employment" BIGINT,
"last_updated" VARCHAR
);Anyone who has the link will be able to view this.