diegogentilepassaro / min_wage_rent

GNU General Public License v3.0
0 stars 0 forks source link

Create minimum wage measures at the zcta-year level #278

Open santiagohermo opened 1 month ago

santiagohermo commented 1 month ago

In this issue we want to:

santiagohermo commented 3 weeks ago

Hi @diegogentilepassaro! I started here. To recap, we need to:

  1. Create a zcta-year statutory minimum wage variable in derived/min_wage_panels
  2. Create the residence, workplace, and leave-out workplace minimum wage measures in derived/min_wage_measures

I started with the first step.

In https://github.com/diegogentilepassaro/min_wage_rent/commit/da2c34b48d75466b54c4ed094faf00dd93eba761 I duplicated the code that creates the usps zip panel in derived/min_wage_panels. Now, in that folder we have:

Unfortunately, I can't even load the census block master in my computer, so I need your help. Can you do the following?

First, can you check whether we need these lines of codes?

You need to check whether those zipcodes are also in zcta, and whether it makes sense to impute the federal MW for them. You also need to check whether there are any census blocks with missing minimum wage after you run the function in this line.

Second, and after you checked the previous step, can you run the full code?

santiagohermo commented 1 week ago

What to do: