aboutsummaryrefslogtreecommitdiffstats
path: root/covid19_tool.py
Commit message (Collapse)AuthorAgeFilesLines
* add dedupe and query-fatcat commandsBryan Newbold2020-04-091-0/+30
|
* refactor parse_cord19_csv.py into toolBryan Newbold2020-04-081-18/+34
|
* fixes from prodBryan Newbold2020-04-031-5/+13
|
* tool: reorder commandsBryan Newbold2020-04-031-24/+18
|
* refactor enrich into fatcat_covid19Bryan Newbold2020-04-031-2/+14
|
* refactor elastic transform into CLI toolBryan Newbold2020-04-031-0/+14
|
* refactor derivatives into CLI toolBryan Newbold2020-04-031-4/+17
|
* document scripts and tools a bitBryan Newbold2020-04-031-0/+6
|
* WIP: top-level helper scriptBryan Newbold2020-04-021-0/+55
Goal is to refactor most other covid19-specific commands into this tool, with code living in the fatcat_covid19 module.