gravatar

ccastillo44

CARLOS ALBERTO ALBERTO CASTILLO DAZA

Recently Published

NOAA Storm Data Analysis
NOAA Storm Data Analysis
his analysis explores the NOAA Storm Database to identify which weather event types have the greatest impact on public health and the economy in the United States between 1950 and 2011. Using variables such as fatalities, injuries, property damage, and crop damage, we summarize and visualize the impact of different event types. Data transformations include converting monetary values to numeric and grouping events. Tornadoes are found to be the most harmful to population health, while floods and hurricanes cause the highest economic damage. All data processing and plotting were performed in R, using packages such as `dplyr`, `ggplot2`, and `knitr`. The analysis begins with the raw data file and is fully reproducible. Figures are limited to three and include appropriate captions. This report aims to inform stakeholders involved in disaster preparedness. The final figures illustrate the top harmful and costly weather events. The code and results are included in this document.