Baselight

Female Employment Vs Socioeconimic Factors

Participation of Women in Total Workforce against Multiple Factors

@kaggle.mdmuhtasimbillah_female_employment_vs_socioeconimic_factors

Mlr2
@kaggle.mdmuhtasimbillah_female_employment_vs_socioeconimic_factors.mlr2

  • 10.75 KB
  • 25 rows
  • 12 columns
year

Year

perfememploy

PerFemEmploy

fertilityrate

FertilityRate

ratio_maletofemale

Ratio MaletoFemale

perfememployers

PerFemEmployers

agriculture

Agriculture

industry

Industry

services

Services

wage_salaried

Wage\u0026Salaried

contrfamworkers

ContrFamWorkers

ownaccount

OwnAccount

vulnerable

Vulnerable

199524.33.7128.330.184.797.667.5618.0366.815.0781.87
199624.573.5928.720.182.287.4610.2718.3866.3915.1481.52
199724.823.4829.180.181.197.5711.2418.7465.9515.2181.16
199825.113.3729.670.180.287.7711.9519.1165.5315.2680.79
199925.383.2730.170.179.528.1212.3619.565.0115.3980.4
200025.633.1730.660.178.788.6512.5719.964.5315.4780
200125.783.0731.020.177.449.0113.5520.3164.0715.5279.58
200225.892.9731.40.1175.969.5114.5320.8163.4615.6379.09
200325.962.8831.770.1174.2810.1115.6121.3162.8415.7478.58
200425.892.7832.130.1172.4810.8316.6921.7362.4215.7478.16

CREATE TABLE mlr2 (
  "year" BIGINT,
  "perfememploy" DOUBLE,
  "fertilityrate" VARCHAR,
  "ratio_maletofemale" DOUBLE,
  "perfememployers" DOUBLE,
  "agriculture" DOUBLE,
  "industry" DOUBLE,
  "services" DOUBLE,
  "wage_salaried" DOUBLE,
  "contrfamworkers" DOUBLE,
  "ownaccount" DOUBLE,
  "vulnerable" DOUBLE
);

Share link

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