This console app quite simply exists to help myself and others downsample csv files.
On running the console app a few inputs are required:
- The csv path
- The number of header rows to ignore during the downsampling routine (these rows are also preserved in the new file created)
- The downsample ratio to use during the downsampling routine
These inputs are then used to perform the downsampling.