Baselight

Employment Type

Data published by Reserve Bank of India on Employment type since 1971 to 2014

@kaggle.anupamsingh10_employment_type

Employment
@kaggle.anupamsingh10_employment_type.employment

  • 7.11 KB
  • 44 rows
  • 6 columns
fiscal_year

Fiscal Year

public_sector_employees_million

Public Sector Employees (million)

private_sector_employees_million

Private Sector Employees (million)

no_of_emp_on_live_reg_million

No. Of Emp. On Live Reg. (million)

population_million

Population (million)

prompts_time

Prompts Time

1970-71 11.16.735.15411970-71
1971-72 11.696.966.95541971-72
1972-73 12.46.728.225671972-73
1973-74 12.736.758.435801973-74
1974-75 13.136.799.335931974-75
1975-76 13.636.799.786071975-76
1976-77 14.186.9510.926201976-77
1977-78 14.737.1112.686341977-78
1978-79 15.587.2314.336481978-79
1979-80 15.127.2416.26641979-80

CREATE TABLE employment (
  "fiscal_year" VARCHAR,
  "public_sector_employees_million" DOUBLE,
  "private_sector_employees_million" DOUBLE,
  "no_of_emp_on_live_reg_million" DOUBLE,
  "population_million" DOUBLE,
  "prompts_time" VARCHAR
);

Share link

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