codeforamerica / classifyr

A tool for aggregating and crowd-sourcing the classification emergency call data
MIT License
0 stars 1 forks source link

#109: Update example generation to use the csv gem. #116

Closed jamesiarmes closed 2 years ago

jamesiarmes commented 2 years ago

Overview

This addresses an issue where sed is inexact and will match rows where the call type value can be found in any column. This also reduces the time to generate examples slightly.

Type of change

Related tickets

Fixes #109

Changes

Notes