worldbank / ESG_gaps_research

See draft publication here: https://worldbank.github.io/ESG_gaps_research/
2 stars 5 forks source link

Remove "Retirement Age" from the analysis? #6

Closed tgherzog closed 4 years ago

tgherzog commented 4 years ago

"Retirement Age" is the one indicator without a CETS code and that does not exist in the API. We should either remove it from the area of study, or its metadata needs to be sufficient that we can do a proper analysis on it. "Retirement Age" comes from this database which was last updated in 2/2019 and has values for 2018. But currently it is flagged as discontinued (expl_a=1).

tgherzog commented 4 years ago

@andreiilas @randrescastaneda let me know your thoughts on this. I'm fine to remove it for the sake of simplicity.

andreiilas commented 4 years ago

If you tracked it to a database and it is updated, I would keep it. I modified it to 0 for all expl

tgherzog commented 4 years ago

I modified it to 0 for all expl

@andreiilas I don't think that's the correct approach though. I updated the coverage.py so that it can run from data sources not in the API. It's showing the WBL has retirement age data for 41 countries, well short of the "ideal" case.

I think that Retirement Age should be TRUE for EXP_F (survey dependence) and EXP_G (low coverage/irrelevant for high income countries). The series is missing data for 86% of HICs; one could argue that the established retirement age is not an issue there.

andreiilas commented 4 years ago

Thanks again. I coded it as true for F and G.

tgherzog commented 4 years ago

Closing this issue. The data builder function includes this data series now.