By Jack Walker | Updated Dec. 29, 2025
--
Project Description: In this repository we analyze trends in 311 calls requesting Christmas tree removals in D.C. from 2020 to 2025. D.C. trash collectors pick up trees placed on the curb in January and February, so calls reflect requests related to pickups that the city missed. We explore a spike in calls in 2025, and whether a period of inclement weather shortly after the holiday played a role in the uptick.
Want to run this code?
Required packages/libraries: pandas
- Download the data.
- Create a
/jack-datadirectory (in the project root). - Install python 3.13.
- Install pandas
- If using the Jupyter Notebook:
- Install jupyter notebook.
- From the project root, run
311_to_csv.ipynb.
- OR if running the python file:
- From the project root, run
python_code.py.
- From the project root, run
- Upload the generated .CSV files (
complaints.csvandzipcodes.csv) into a visualization program like DataWrapper.