Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
94814ad
eeo4 specific changes
anthua20 Jan 18, 2026
a390a13
eeo4 skeleton
anthua20 Jan 19, 2026
5c9acfe
eeo4_filter.py combines the json files together. eeo4_handler.py is …
anthua20 Jan 21, 2026
e358e8a
eeo4_handler wip
anthua20 Jan 21, 2026
8da3759
eeo4_handler.py works now
anthua20 Jan 23, 2026
4759e7b
minor edit
anthua20 Jan 23, 2026
55a8778
adjusted for function number
anthua20 Jan 23, 2026
f325ad0
dedup version like eeo5 in case it is needed
anthua20 Jan 24, 2026
55f5fd0
melt like eeo5 if needed
anthua20 Jan 26, 2026
e481e87
edited to empty paths
anthua20 Jan 27, 2026
2909697
added instructions for how to run on eeo4 pdf files
anthua20 Jan 27, 2026
d6d44ac
fixed checkbox settings
anthua20 Jan 28, 2026
f4f0553
update to instructions
anthua20 Jan 28, 2026
084f230
updated eeo5 coordinates
anthua20 Jan 28, 2026
037daf1
validator
anthua20 Feb 17, 2026
67cfb7f
Added (mostly) complete instructions for setting up the repo on the a…
ThisIsStas50 Feb 20, 2026
aa374fb
working re_render script as running on eolwd1 machine
ThisIsStas50 Feb 26, 2026
237965e
updated .yaml with more accurate parameters
anthua20 Mar 2, 2026
831c7e4
slightly adjusted horizontal params for histf columns
anthua20 Mar 2, 2026
bc6c7f6
slightly adjusted horizontal params for histf columns
anthua20 Mar 2, 2026
9c4d6e5
alternate eeo4 params for handwritten or tight column restrictions
anthua20 Mar 11, 2026
c318b6f
json_validator for eeo4
anthua20 Mar 19, 2026
2020c53
munis form attempt
anthua20 Mar 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ __pycache__/
logs*
files/offset
.idea
files
files
wheels
22 changes: 22 additions & 0 deletions data_aggregation/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,28 @@
"Table C Total"
]

EEO4_TABLE_JOB_CATEGORIES = [
"Officials - Administrators",
"Professionals",
"Technicians",
"Protective Service",
"Paraprofessionals",
"Administrative Support",
"Skilled Craft",
"Service - Maintenance",
"Table Total"
]
EEO4_TABLE_A_SALARY_RANGES = [
"$0.1 - 15.9",
"$16.0 - 19.9",
"$20.0 - 24.9",
"$25.0 - 32.9",
"$33.0 - 42.9",
"$43.0 - 54.9",
"$55.0 - 69.9",
"$70.0 PLUS",
]

RACE_GENDER_COLUMNS = [
"Hispanic or Latino Male",
"Hispanic or Latino Female",
Expand Down
Loading