cdc_casesby_week data.frame 742x4
I suggest it should be called cdc_cases_per_week
cdc_dengue_agesex data.frame 140x5
Perhaps it could be called cdc_dengue_agesex_percent
cdc_dengue_casesbyjurisdiction data.frame 616x6
Do we need the Legend column?
cdc_dengue_countyyear data.frame 3900x7
Last column without a name. Whats the meaning of the Country column? Are column names Legend and Notes switched?
cdc_local_dengue_cases data.frame 14x3
Perhaps this should be called cdc_local_dengue_cases_per_annum
cdc_travel_associated_dengue_cases data.frame 14x3
Perhaps this should be called cdc_travel_associated_dengue_cases_per_annum
-cdc_usa_dengue_infection data.frame 9039x6
It would be cool to encode area consistent with cdc_dengue_casesbyjurisdiction$Jurisdiction above, perhaps as a separate column. I can make a mapping table. Should the totals per annum add up here to cdc_dengue_countyyear?
Maybe last two should be combined into cdc_dengue_cases_per_annum
A few comments to CDC data.
cdc_cases_per_week
cdc_dengue_agesex_percent
cdc_local_dengue_cases_per_annum
cdc_travel_associated_dengue_cases_per_annum
-cdc_usa_dengue_infection data.frame 9039x6 It would be cool to encodearea
consistent withcdc_dengue_casesbyjurisdiction$Jurisdiction
above, perhaps as a separate column. I can make a mapping table. Should the totals per annum add up here tocdc_dengue_countyyear
?Maybe last two should be combined into
cdc_dengue_cases_per_annum