cmkimber / Elections_Ontario_App

Webapp to explore Elections Ontario data
0 stars 0 forks source link

inconsistent formatting of candidate names #4

Closed cmkimber closed 2 months ago

cmkimber commented 2 months ago

The format of the field NameOfCandidates currently differs between the files loaded as electoral_results_2022 and electoral_results_2018, with one being in all caps. The format should be homogenized before the call to union_all() to make rendering consistent in the map popup and data table.

cmkimber commented 2 months ago

This has been corrected by adding a string_to_upper() call to the pipe after the union_all() that combines the dfs for the two years.