/scrubber.py

An exercise in regex, a simple script made to process population data from the Canadian census reports.

Primary LanguagePythonMIT LicenseMIT

scrubber.py

Function: Simple regex based script that strips the Canadian census data of the locale and population information, and stores it in a text file.

Usage

$$python scrubber.py -s [raw csv data] -d [path of existing destination text file]