Skip to content
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

How to safely do ZIP code in exports? #2515

Open
colinxfleming opened this issue Feb 20, 2022 · 6 comments
Open

How to safely do ZIP code in exports? #2515

colinxfleming opened this issue Feb 20, 2022 · 6 comments
Labels

Comments

@colinxfleming
Copy link
Member

Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.

  • What are we trying to do?

A fund has a standard practice of only collecting zip (instead of city/state), but our exports only spit out city/state, which makes it difficult-to-impossible for them to do any kind of geo analysis.

I think we've talked about including zip before and I'd like to revisit that - it might be a decision that's outlived its usefulness at this point? Are we still worried about this?

  • What feature or behavior is this required for?

fund reporting

  • How could we solve this issue? (Not knowing is okay!)

I'm not sure! Here are some opts:

  • yolo it and put ZIP in exports as is

  • have some kind of toggle where you can either export city/state OR zip (probably more trouble than it's worth, but an option)

  • maybe something else?

  • Anything else?

nah

@colinxfleming
Copy link
Member Author

cc @lomky @hkang06

@hkang06
Copy link

hkang06 commented Feb 22, 2022

we've been talking about zip vs. city/county and state in the NNAF OSU data steering committee conversations, and came to consensus that ZIP code + other basic demographic info would be too identifying in many rural areas. So I'd be a little wary of the yolo-export-ZIPs-regardless option looking to the future, but given future scope, maybe that's a bit too farsighted?

How much effort would it take to add an admin config toggle on the geographic preference to display/export?

(I'm sneaking in the question about "display" here because in Baltimore, we have a lot of trouble with the difference between Baltimore City and Baltimore County, and folks simply entering in "Baltimore" in either city/county field, where that doesn't actually give us the info we need. We got a request on breaking out our callers by Baltimore City, Baltimore County, elsewhere in MD, out-of-state, and couldn't really do it since the data are so muddled. Tannis at BRAF also mentioned some of the Virginia-specific weirdness around how to identify location with city vs. county. Just food for thought.)

@lomky
Copy link
Member

lomky commented Feb 28, 2022

I am still not onboard with the idea of exporting ZIP codes - they were not created with anonymous data analysis in mind and don't guarantee anonymity at all when you add in any other demographic information. The US Census doesn't use them for this reason, and HHS has guidance on when data exports are allowed to use even the first three of a zip in collections of data, let alone for individuals.

My first thought is can we some sort of lookup on export to set an equivalent county/city for a given zip code?

@elimbaum
Copy link
Contributor

Maybe we can use the canonical lookup! – a la https://tools.usps.com/zip-code-lookup.htm?citybyzipcode

Though I would still be a bit concerned (say, in rural areas) where USPS "city name" might be map to a tiny post office. Really want you want here is some population-constant geographic area which... isn't strictly available in general.

@colinxfleming
Copy link
Member Author

I think @hkang06 and @lomky make compelling enough points here that we shouldn't do this. I'll message this with the fund that's thinking about this stuff

@colinxfleming colinxfleming added the wontfix stuff we're not doing label Apr 30, 2022
@colinxfleming colinxfleming reopened this Apr 30, 2022
@colinxfleming
Copy link
Member Author

I should have read these comments a little closer, ha. let's keep open and see if canonical citystate might work for a zip code as an alt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants