Skip to content

Commit

Permalink
Document run all
Browse files Browse the repository at this point in the history
  • Loading branch information
vkoves committed Dec 11, 2024
1 parent 9b66dbc commit 163917b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run_all.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
###
### Our Data Pipeline - This shell script contains all of the Python scripts that we use to go from
### the source Chicago Data Portal CSV export to the final CSV and JSON files we use, including
### overall rankings, rankings by property type, and separate JSON files of the city-wide and
### property type specific averages, medians, and so forth
###

# /bin/bash

python3 -m src.data.scripts.clean_and_pare_down_data_all_years
Expand Down

0 comments on commit 163917b

Please sign in to comment.