viewof job_indicators_data_v1 = job_indicators_data.select(
{'country_name': 'country'},
{'subsample': 'subsample' },
{'income_level_name': 'income_level'},
{'year_of_survey': 'year_of_survey'},
{'youth_aged_15_24': 'share_of_youth_population'},
{'not_in_labor_force_or_education_rate_among_youth_aged_15_24': 'youth_not_in_labor_force_or_education'},
{'youth_employment_rate_aged_15_24': 'youth_employment_rate'},
{'youth_unemployment_rate_aged_15_24': 'youth_unemployment_rate'},
{'labor_force_aged_15_64': 'labor_force'},
{'unemployment_rate_aged_15_64': 'unemployment_rate_aged'},
{'youth_non_agricultural_wage_employment_aged_15_24': 'youth_non_agricultural_wage_employment'},
)
.view()