- I want to start off with the input file from
EpiEstim
and use it on theEpiEstim
package. - I want to start off with the input file from
EpiNow2
and use it on theEpiEstim
package. - Convert
EpiNow2
data to be compatible withEpiEstim
tool.
- Start with a
csv
file. - Extract the schema only and exclude other descriptors.
Otherwise, you will also get
# to YAML frictionless describe file.csv --yaml --type schema # to JSON frictionless describe file.csv --json --type schema
name
,type
,path
etc. - The
transform_by_schema.py
module is used to transform theEpiNow2
data toEpiEstim
data.