parsersΒΆ

Contains CVR parser functions.

Functions

add_parser(parser_dict)

Add custom parser functions to the module parser dictionary.

burlington2006(cvr_path)

Function to parse file format used in 2006 Burlington Mayoral Election.

candidate_column_csv(cvr_path)

Reads ballot ranking information stored in csv file called "cvr.csv".

candidate_column_csv2(cvr_path)

choice_pro_plus(cvr_path)

Parser for choice pro plus CVR files.

dominion5_10(cvr_path, office)

Reads ballot data from Dominion V5.10 CVRs for a single contest.

dominion5_10_Alaska2024(cvr_path, office)

Reads ballot data from Dominion V5.10 CVRs for a single contest.

dominion5_2(cvr_path, office)

Reads ballot data from Dominion V5.2 CVRs for a single contest.

dominion5_4(cvr_path, office)

Reads ballot data from Dominion V5.4 CVRs for a single contest.

ess1(cvr_path[, office])

Parser for one format of ES&S CVR files.

ess2(cvr_path)

Parser for another format of ES&S CVR files.

get_parser_dict()

Returns the module parser dictionary.

hart_redondo_beach(cvr_path, office)

minneapolis2009(cvr_path, office)

Parser for 2009 Minneapolis elections.

nyc2021(cvr_path, office[, other_data_cols])

Parser for NYC 2021 Primary Elections.

rank_column_csv(cvr_path)

Reads ballot ranking information stored in csv format.

santafe(cvr_path, column_id, contest_id)

unisyn(cvr_path)

Parser for CVRs received from unisyn systems.