Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/borysthe/Elementary-and-Secondary-School-Civil-Rights-Survey-Results
/ functions
Functions
8 in github.com/borysthe/Elementary-and-Secondary-School-Civil-Rights-Survey-Results
⨍
Functions
8
◇
Types & classes
0
↓ 3 callers
Function
parse_record
Parses the beginning of a byte block according to a schema. It will stop parsing when the schema is exhausted, ignoring any remaining bytes.
code/convert1976.py:4519
↓ 3 callers
Function
parse_record
(byte_block, schema)
code/convert.py:891
↓ 2 callers
Function
clean_value
Removes a specific suffix (like 'county' or 'city') and leading/trailing spaces.
code/county.py:7
↓ 2 callers
Function
normalize_text
Converts text to lowercase and removes all spaces for matching.
code/county.py:15
↓ 2 callers
Function
perform_search
Performs a tiered search within a single, specified state. Returns (match_series, match_level_string) or (None, "None").
code/county.py:31
↓ 1 callers
Function
get_next_state
Finds the next state in an alphabetically sorted list.
code/county.py:21
↓ 1 callers
Function
process_file
Parses a binary file by searching for specific record markers and processes the fixed-size data blocks that follow each marker. This vers
code/convert1976.py:4539
↓ 1 callers
Function
process_file
(filepath, out_systems_csv="systems.csv", out_schools_csv="schools.csv", out_classrooms_csv="classrooms.csv")
code/convert.py:907