- I want to start off with the input file from
EpiEstimand use it on theEpiEstimpackage. - I want to start off with the input file from
EpiNow2and use it on theEpiEstimpackage. - Convert
EpiNow2data to be compatible withEpiEstimtool.
- Start with a
csvfile. - 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 schemaname,type,pathetc. - The
transform_by_schema.pymodule is used to transform theEpiNow2data toEpiEstimdata.