Function: Simple regex based script that strips the Canadian census data of the locale and population information, and stores it in a text file.
$$python scrubber.py -s [raw csv data] -d [path of existing destination text file]
An exercise in regex, a simple script made to process population data from the Canadian census reports.
PythonMIT
Function: Simple regex based script that strips the Canadian census data of the locale and population information, and stores it in a text file.
$$python scrubber.py -s [raw csv data] -d [path of existing destination text file]