The Correlation of Disease and Travel Frequency In The US
Alex Shen, Olivia Liu, Yahan Yang
September 2024
Carolina Data Challenge
Introduction
01
Datasets in Use
Disease and Travel
SELECT
Provisional Death Counts for Influenza, Pneumonia, and COVID-19: 2019-2023, Health Science
AND
Trips By Distance : U.S Department of Transportation: Bureau of Transportation Statistics Provided by Maryland Transportation Institute and Center for Advanced Transportation Technology Laboratory at the University of Maryland
Why Supplement?
Results
02
Findings and Impacts
Data Visualization
We transformed our databases into graphs
relating deaths caused by the diseases and the amount of travel based on the trip distances.
CA Disease Deaths vs Local Travel
Scatter Plots with the Line of Best Fit
NC Disease Deaths vs Interstate Travel
Scatter Plots with the Line of Best Fit
WY Disease Deaths vs Long Distance Travel
There was no known influenza deaths in Wyoming from 2019 to 2023
Conclusion
—------------------------------------------
| California | North Carolina | Georgia | New York | Wyoming | Florida |
Local Trips Covid | -3.33e+14 to -1.04e+14 | -6.41e+13 to -1.40e+12 | -4.70e+13 to -7.34e+12 | -1.62e+14 to -1.33e+13 | -1.26e+8 to 1.28e+7 | -1.36e+14 to -3.42e+13 |
Local Trips Influenza | -1.21e+15 to 7.29e+15 | -9.66e+14 to 1.08e+15 | -1.66e+15 to 1.95e+15 | -2.06e+15 to 1.66e+15 | | -2.06e+15 to 1.66e+15 |
Inter Trips Covid | -8.14e+11 to -3.20e+11 | -83.3654 to -23.1237 | -3.61e+8 to -1.09e+8 | -3.61e+11 to -1.17e+11 | -1.91e-17 to -5.67e-18 | -3.64e+11 to -1.05e+11 |
Inter Trips Influenza | -6.55e+12 to 2.25e+13 | -613.8083 to 1495.756 | -3.22e+11 to 6.43e+11 | -4.47e+12 to 2.19e+12 | | -3.03e+12 to 1.09e+13 |
Long Trips Covid | -1.02e+8 to -4.13e+6 | -9.04e+9 to 7.86e+8 | -3743.26 to 36.98 | -9.52 to -1.07 | -0.0001 to -1.97e-05 | -7.55e+09 to 2.22e+09 |
Long Trips Influenza | -1.54e+7 to 7.92e+6 | -9.97e+10 to 2.14e+11 | -6391126 to 2833700 | -468.27 to 352.2414 | | -2.50e+11 to 4.11e+11 |
| California | North Carolina | Georgia | New York | Wyoming | Florida |
Local Trips Covid | -3.33e+14 to -1.04e+14 | -6.41e+13 to -1.40e+12 | -4.70e+13 to -7.34e+12 | -1.62e+14 to -1.33e+13 | -1.26e+8 to 1.28e+7 | -1.36e+14 to -3.42e+13 |
Local Trips Influenza | -1.21e+15 to 7.29e+15 | -9.66e+14 to 1.08e+15 | -1.66e+15 to 1.95e+15 | -2.06e+15 to 1.66e+15 | ---------------- | -2.06e+15 to 1.66e+15 |
Inter Trips Covid | -8.14e+11 to -3.20e+11 | -83.3654 to -23.1237 | -3.61e+8 to -1.09e+8 | -3.61e+11 to -1.17e+11 | -1.91e-17 to -5.67e-18 | -3.64e+11 to -1.05e+11 |
Inter Trips Influenza | -6.55e+12 to 2.25e+13 | -613.8083 to 1495.756 | -3.22e+11 to 6.43e+11 | -4.47e+12 to 2.19e+12 | ---------------- | -3.03e+12 to 1.09e+13 |
Long Trips Covid | -1.02e+8 to -4.13e+6 | -9.04e+9 to 7.86e+8 | -3743.26 to 36.98 | -9.52 to -1.07 | -0.0001 to -1.97e-05 | -7.55e+09 to 2.22e+09 |
Long Trips Influenza | -1.54e+7 to 7.92e+6 | -9.97e+10 to 2.14e+11 | -6391126 to 2833700 | -468.27 to 352.2414 | ---------------- | -2.50e+11 to 4.11e+11 |
—Disease Correlations—
The number of deaths caused by Covid 19 has a negative correlation with most types of travel frequencies of people in certain U.S. States while the number of deaths by Influenza does not.
—Travel By Region—
Major states in the U.S. such as California, New York, and Florida were more heavily impacted by disease, while rural areas such as Wyoming saw decreased trip frequencies on a much smaller scale.
—Travel by Distance—
The Disease vs Local Trips plots showed higher magnitudes of negative slope compared to other distance of travel.
Impact
Business and Social Anticipation (Local/State)
Business and Social Anticipation (Long Distance)
Process
03
Parameters and Manipulations
Start Week: Split into Year and Month
Treating Null Values
Average_Death_Counts by States
Parameters and Conversion Continue
Trips_Per_Month_By_States
Tool and Techniques
Things we used to make meaning out of data
SQL and Superintendent.app
R, R Studio, and Data Visualization
Workflow
Abnormal Normality
Confidence Interval
Challenges
The obstacles we faced along the way