Hello everyone. I was looking to use the data posted at https://datarepository.wolframcloud.com/resources/Patient-Medical-Data-for-Novel-Coronavirus-COVID-19 for an ML analysis. If you scroll down to the bottom of the page, there seems to be a download button with CSV, TSV, JSON, and WL options, except when you click on any of these options, the download does not start. Is this something on my or Wolfram's end, and if possible how can I still obtain this dataset?
Hi Dylan,
I see the same behavior. Is there a reason you need CSV? Why not just
data = ResourceData["Patient Medical Data for Novel Coronavirus COVID-19"];
You can export the dataset to CSV if needed.