openelections / openelections-data-wv

Converted CSVs of West Virginia election results
6 stars 7 forks source link

Avoid writing row numbers when creating ticket files #48

Open warwickmm opened 3 years ago

warwickmm commented 3 years ago

We should avoid writing the index (row numbers) when creating the ticket files. The row numbers aren't helpful, and make the file more difficult to maintain and consume.

This can be done by providing index=False to the invocations of to_csv here:

https://github.com/openelections/openelections-data-wv/blob/cd93ec9d1c686ab7f532a39dc84fcd1789f27667/scripts/tickets.py#L278-L284

This is related to https://github.com/openelections/openelections-data-sd/issues/31.