def main():
    edited_rows = read_and_validate()
    write_to_file(edited_rows, 'bonus.csv')
Beispiel #2
0
def main():
    abbreviations = get_abbreviations()
    edited_rows = read_and_replace(abbreviations)
    write_to_file(edited_rows, 'fixed_state.csv')