focusconsulting / housing-insights

Bringing open data to affordable housing decision makers in Washington DC. A D3/Javascript based website to visualize data related to affordable housing in Washington DC. Data processing with Python.
http://housinginsights.org
MIT License
58 stars 110 forks source link

Exploratory Visualizations #141

Closed NealHumphrey closed 7 years ago

NealHumphrey commented 7 years ago

Make exploratory visualizations using drag and drop tools like Tableau. We will show these to users to find out what is actually most important for us to include in the tool.

Starter list of exploratory visualizations to create

juliaall commented 7 years ago

Just snooping around the Project and Subsidy tables a bit. I'll be doing a join and export that to Tableau public.

emkap01 commented 7 years ago

I added some csvs to Drive that anyone can use for creating custom polygon maps by Ward and by ANC in Tableau.

louvis commented 7 years ago

I'm working with the REAC Score data. I have some visualizations started in Tableau Public and hope to add some maps.

NealHumphrey commented 7 years ago

Hey all (@juliall, @emkap01, @louvis ) - send me links to your visualizations so I can have them pulled up for the Tuesday night demos!

juliaall commented 7 years ago

Hi Neal,

Unfortunately, I don't have anything to share. My db connection dropped at the last meeting, and I never made it a priority to get it fixed nor had time to look at the csvs loaded.

I cannot make it tonight, but am sure the visualizations look good thus far.

-Julia

On May 2, 2017, at 12:02 AM, Neal Humphrey notifications@github.com wrote:

Hey all (@juliall, @emkap01, @louvis ) - send me links to your visualizations so I can have them pulled up for the Tuesday night demos!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

louvis commented 7 years ago

Here's what I have so far: Average REAC Scores by Ward, REAC Scores and Properties by Ward, REAC Score Property Map

I was working to setup a custom polygon map like @emkap01 had provided but didn't get that far. Depending on when I leave work today I might be able to make a few edits.

NealHumphrey commented 7 years ago

Cool thanks @louvis. Looks like a good start.

Just a bit of feedback on next steps based on a quick glance: one thing to consider would be putting a diverging color scheme on that REAC score map. Specifically, a 59 or below is a failing score so might be worth sticking a different color on that. When there are multiple inspections it might also be interesting to do something other than averaging - i.e. min score, max score, or most recent score.

joawu commented 7 years ago

Here are some visualizations for project.csv:

Number of Expiring Units by Ward and Cluster

Expiring Subsidy Timeline

Notes:

joawu commented 7 years ago

Buildings with Expiring Subsidies in Each Ward

Nunie123 commented 7 years ago

Below is the excel file I used to build a few visualizations (which I posted in Slack). To get the data I ran the code in analysis.txt, which relied on tables built using the scripts in transformations.txt.

hi_chart_prototypes.xlsx

transformations.txt analysis.txt