Reproduce Kansas City COVID-311 paper on SF data - #14
Open
alexstorer wants to merge 1 commit into
Open
Conversation
Tests the four core claims of Tran et al. (2023, DOI 10.20517/dpr.2022.08) against SF 311, same Mar-Aug 2019-vs-2020 window. Results: - Aggregate decline reproduces: SF -10.9% (KC -13%). - Category heterogeneity reproduces: street-condition categories fall with reduced mobility while noise, DPH, and residential-building requests rise. - The paper's signature text-mining method does NOT generalize: SF's service_details is a categorical subtype label, not a narrative, so 0 of 18 COVID keywords discriminate (raw hits are generic-word false positives like 'ppe' in 'shipped', which is actually more common in 2019). - Channel shift is opposite: SF moved toward the Mobile/Open311 app, not phone. The novel angle in this repo's context is placing SF as a strong "noise-up" city (noise +80%, graffiti -14%) against the paper's NYC-up/Dallas-down split, which reframes our existing inverse graffiti-noise finding as a COVID-mobility mechanism. All-category counts come from Socrata aggregation queries (no bulk download); noise/graffiti windows are cross-checked against the committed raw files. Reference PDF is git-ignored and cited by DOI. Refs #13. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
5 tasks
Member
Author
|
The keyword probe here only checked Caveat that #17 asks to resolve: those 🤖 Generated with Claude Code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Reproduces Tran, Bani-Yaghoub & DeLisle (2023), "Non-emergency responses in the 311 system during the early stage of the COVID-19 pandemic: a case study of Kansas City" (DOI:10.20517/dpr.2022.08, CC-BY 4.0) against SF 311 data, same Mar–Aug 2019-vs-2020 window. Adds
scripts/covid_category_reproduction.py, three processed tables, a figure, and a README section.Scorecard
service_detailsis categorical; 0 of 18 keywords discriminateNovelty verdict
The paper's robust findings reproduce, which only adds SF as a confirming third city. The two things worth recording:
ppeinsideshipped, actually more common in 2019).Notes / caveats
Closes #13
🤖 Generated with Claude Code.