Group Abstract Group Abstract

Message Boards Message Boards

8
|
29.6K Views
|
22 Replies
|
15 Total Likes
View groups...
Share
Share this post:

[WSG20] COVID-19 Data Analysis and Visualization Study Group

Patient Travel History Hey everyone!

For anyone interested in COVID-19 data analysis, I will be running a study group on that very topic, starting Monday, September 28! It will accompany my course on Wolfram U, which I highly encourage you to watch. Sign up here for the study group.

Do you have anything specific you would like to see covered? Let me know.

POSTED BY: Hamza Alsamraee
22 Replies

ResourceSearch["COVID-19"] is returning non-COVID-19 datasets like "Spacecraft Materials Outgassing Data", "The Second Swift Burst Alert Telescope Gamma[Hyphen]Ray Burst \Catalog" and "VGG-19 Trained on ImageNet Competition Data". Is ResourseSearch[] supposed to do this?

POSTED BY: Jay Morreale

Having "COVID-19" seems to be getting you things where "19" appears, too

POSTED BY: Mohammad Bahrami

Is there a better way to extract the keys in each of the COVID-19 datasets. I used the following but it does not work very well as I need to separate out the ResourceType Function from the list of datasets. I'm looking for a data set with patient related data like blood type.

covidlist = ResourceSearch["COVID-19"];
TableForm[
     Table[{covidlist[[i, 1]], 
       ResourceData[covidlist[[i, 1]]][1 /* Keys]}, {i, 1, len}]]
POSTED BY: Jay Morreale
covidlist = ResourceSearch["COVID19"];
covidlist[GroupBy["ResourceType"]]["DataResource"]

Note that 5th one has a different structure compared to other datasets

covidlist[GroupBy["ResourceType"]]["DataResource"][5, 
 ResourceData[#Name] &]
POSTED BY: Mohammad Bahrami

On the Quiz @ P1, it seems the answer is missing the constraint ...'for the 10 states with the most COVID-19 confirmed cases". Using the hint from Challenge#1 above, I believe the 'All' should be replaced by:

TakeLargestBy[#ConfirmedCases["LastValue"] &, 10]

Thanks for your comment Martin. We will take a look and update the quiz if necessary.

POSTED BY: Hamza Alsamraee

Hi Hee-Young,

Thanks a lot for letting us know. The quotation marks seem to have been lost with deployment. Question 2 is also meant to not include the "nucleotide status is complete" requirement. We will get this straightened out as soon as possible.

POSTED BY: Hamza Alsamraee

Dear Hamza,

Thanks for the prompt response. It will be great if you and your team send out the corrected quiz question via email when it is ready.

Best wishes,

POSTED BY: Hee-Young Shin
POSTED BY: Hee-Young Shin

I expect it would be "Quarantined".

POSTED BY: Daniel Lichtblau
POSTED BY: Hamza Alsamraee
POSTED BY: Hee-Young Shin
POSTED BY: Hee-Young Shin
Posted 5 years ago

What are the links to the study groups associated with the earlier COVID presentations of Monday and Tuesday? Or is this the one for all of them?

POSTED BY: tom.lough

We use this community post for all of them. Feel free to ask any question related to our COVID19 Study Group

POSTED BY: Mohammad Bahrami
Posted 5 years ago

Thank you for this rapid response! Looks like it worked.

Attachment

Attachments:
POSTED BY: tom.lough
POSTED BY: Mohammad Bahrami

GeoPosition of the counties is included.

One down. Two to go!

POSTED BY: Lori Johnson
Posted 5 years ago

503 error for study group file

Attachment

Attachments:
POSTED BY: tom.lough

Thanks Tom. We looked into this error and deployed a fix. Can you please try again and let me know if the issue is resolved?

POSTED BY: Mohammad Bahrami

Correlations (if any) between infection rates and death rates at the county, state or provence level.

POSTED BY: Richard Frost
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard