diff options
Diffstat (limited to 'bin/parse_cord19_csv.py')
-rwxr-xr-x | bin/parse_cord19_csv.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/parse_cord19_csv.py b/bin/parse_cord19_csv.py index 536e5d3..55cd81b 100755 --- a/bin/parse_cord19_csv.py +++ b/bin/parse_cord19_csv.py @@ -1,5 +1,10 @@ #!/usr/bin/env python3 +""" +Trivial helper to transform the CORD-19 CSV file to JSON, and rename a couple +of the column keys. +""" + import sys import csv import json |