Baselight

Employee Provident Fund Of India

EPFO is one of the two main social security organization under the Government

@kaggle.sachinpillai_employee_provident_fund_of_india

About this Dataset

Employee Provident Fund Of India

https://www.epfindia.gov.in/site_en/Estimate_of_Payroll.php

Since April, 2018 EPFO has been releasing payroll data covering the period September 2017 onward. The data of exited members is based on the claims submitted by the individuals/establishments and the exit data uploaded by employers, whereas number of new subscribers is based on the Universal Account Number (UAN) generated in the system and have received non-zero subscription. The number of exited members in the above table includes the members who joined prior to September 2017 and exited during the period September 2017 onward.

Tables

Epf

@kaggle.sachinpillai_employee_provident_fund_of_india.epf
  • 45.9 KB
  • 18635 rows
  • 5 columns
Loading...

CREATE TABLE epf (
  "fiscal_year" VARCHAR,
  "age_group" VARCHAR,
  "category" VARCHAR,
  "gender" VARCHAR,
  "value" BIGINT
);