Colab Python Pandas notebook with some initial data for challenge #3 #18
kodiakpony
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Hey @kodiakpony, thanks for sharing your notebook. I took a look at it and very good stuff. From your Venn diagram, is there a way to identify the zip code or town where the economic distress and investment areas overlap? You've identified 512 of those areas, and I thought that might be a great way to start to illustrate the investment that has been happening in those areas. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I mentioned this in Slack but figured I should do it here, too. Here's a Google Colab notebook that I'm planning to use to explore the dataset using python pandas, which may be a useful starting point for others of you taking this approach. So far it just:
Initial observations:
A lot of the "investment_areas" are in geoids that are not economically distressed. (377 entries have economic_distress_pop_agg=0 and investment_areas=1 vs 512 with both=1). This is less true for qct and opzone.
There is quite a bit of overlap - entries that are in more than one of investment_areas, qct, and opzone
Here are a couple of screen shots to see what I'm up to:
Beta Was this translation helpful? Give feedback.
All reactions