Export Image
Export Code

Unemployment Rate Box Plot

oabouhas

Last edited Oct 30, 2024
Created on Oct 30, 2024

Unemployment Rate Box Plot Visualization This project visualizes unemployment rate data across various U.S. states for the year 2020. Using D3.js, it presents a box plot to highlight the distribution of unemployment rates, showing median, quartiles, and range (min-max) for each state. This is part of a data visualization project aimed at making statistical data on employment more accessible and insightful.

Project Structure -index.js: Main file where the D3 visualization is built. -Data Source: The unemployment data is imported from @oabouhas/unemployment, containing various employment metrics for each U.S. state by month and year. -Container: The visualization is rendered inside an HTML container.

Data Overview This dataset includes:

-Year: Year of the data record. -Month: Month of the data record. -State/Area: U.S. state or region. Percent (%) of Labor Force Unemployed in State/Area: Unemployment rate for each state. The data is structured with Year and Month as separate fields, which are combined into a date format for easier filtering and visualization.

MIT Licensed