-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General Discussion/Conversation #11
Comments
Here are the columns that I think we should include of opioids:
Please confirm or suggest if this seems okay or if we need to add anything. |
Looks good, we can parse the transaction_date into date type variable and continue to filter out datapoints that are outside our timespan of interest. |
That's fine with me. We just need to make sure Texas has transaction_dates by month, identify control states to use with Texas, and have those states' transaction_dates by month |
Good call. For the year range, I think we should take a good range which would be a few years before the earliest policy implement and then a few years after the latest implementation (irrespective of the states). This comes up to around 2002 to 2017-18. Also I needed to ask how you would like to pick the control states. There are a few approaches we could take:
|
Hey guys, Im working on the mortality dataset right now and it's a combination of alcohol/drug induced deaths. The project PDF summary doesn't say anything about removing alcohol-related deaths and only maintaining drug-induced deaths but I think we should subset it to only the relevant data (i.e., drug induced deaths). What do you guys think? |
Naive approach of finding # of year based on parquet file doesn't work as each parquet file of each state has years from 2006-2017. We need to do another approach, which I believe might work:
|
So we would have to do the slope calculation on each parquet file (and by extension, we'd have to do 50 merges)? |
Unless I can find a better way to do this, there would be 50 merges but the datasets are small enough to find them quickly. |
Yeah, sounds good. Im working on the Florida merge rn. So we could just iterate that code over the rest of the states. Im just smoothing it out right now cuz there are a few problems with it :)) |
By the way, this is a study I found about policy implementation (along with a timeline of when states implemented policies), in case we just wanna choose control states based on literature and not based on metrics: |
Florida merge completed, we can replicate the process for other treatment states and proceed |
Write all ideas and to-dos here.
The text was updated successfully, but these errors were encountered: