Question
COLUMN NAME DESCRIPTION DATA TYPE NOTES Year Year that the WNV test is performed int64 Week Week that the WNV test is performed int64 Mosquito
COLUMN NAME | DESCRIPTION | DATA TYPE | NOTES | |
Year | Year that the WNV test is performed | int64 | ||
Week | Week that the WNV test is performed | int64 | ||
Mosquito number | Number of mosquitoes caught in this trap | int64 | These test results are organized in such a way that when the number of mosquitoes exceed 50, they are split into another record (another row in the dataset), such that the number of mosquitoes are capped at 50. | |
WNV Present | Whether West Nile Virus was present in these mosquitos | int32 | ||
Lat | Latitude of trap | float64 | ||
Lon | Longitude of trap | float64 | ||
Month | Month of capture | Int64 | ||
Trap Type_CDC | Type of Trap | int32 | Dummy Variable | |
Trap Type_GRAVID | Type of Trap | int32 | Dummy Variable | |
Trap Type_SENTINEL | Type of Trap | int32 | Dummy Variable | |
Species_CULEX PIPIENS | Mosquito Species | int32 | Dummy Variable | |
Species_CULEX RESTUANS | Mosquito Species | int32 | Dummy Variable | |
Species_CULEX SALINARIUS | Mosquito Species | int32 | Dummy Variable | |
Species_CULEX TERRITANS | Mosquito Species | int32 | Dummy Variable | |
Part 2 - Statistical Analysis
Is there a statistically significant difference between the different mosquito species when looking at the occurrence of West Nile Virus?
Which columns are positively correlated with the number of mosquitoes caught? Which columns are negatively correlated? Are these correlations statistically significant?
Requirements
Please submit your Jupyter notebook which should include commented code and markdown cells explaining your methodology and findings.
Hey peeps. if you can help me from the Statistical Analysis part it will be hugely appreciated. My mom was ill during these classes were taught, and i am seriously struggling. Pls help.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started