Employment Type
Data published by Reserve Bank of India on Employment type since 1971 to 2014
@kaggle.anupamsingh10_employment_type
Data published by Reserve Bank of India on Employment type since 1971 to 2014
@kaggle.anupamsingh10_employment_type
It contains Employment type whether public or private in nature out of population in millions in India . it contains data from 1971 to 2014 . It is a csv file which have six columns . First column is date time . download to see all the functionalities.
CREATE TABLE employment (
"fiscal_year" VARCHAR,
"public_sector_employees_million" DOUBLE -- Public Sector Employees (million),
"private_sector_employees_million" DOUBLE -- Private Sector Employees (million),
"no_of_emp_on_live_reg_million" DOUBLE -- No. Of Emp. On Live Reg. (million),
"population_million" DOUBLE -- Population (million),
"prompts_time" VARCHAR
);
Anyone who has the link will be able to view this.