overall = {
const co2data = await FileAttachment('https://raw.githubusercontent.com/wf-id/us-mpx/main/output/us-incidence.csv')
.csv({ typed: true });
return co2data.map(d => {
d["Date"] = Date(d["ReportDT"]);
return d;
});
}
MPX in the US
About
These data provide a longitudinal view of MPX cases by state in the United states. These data are pulled from the Centers for Disease Control and Prevention Monkeypox dashboard and stored in this repository.
Overall Incidence
Graphics
Select one or more states below to see the table of cases information and an associated graph of cumulative cases. Please note that individual state metrics may disagree with those posted on the CDC dashboard due to reporting delays.