Message Boards Message Boards

[?] Exporting ResourceData to local computer?

Posted 7 years ago

I am interested in working with the Tornadoes data available in Geo-spatial data tag in Wolfram data collection. Can I export this data into my local system and work on it? Is it possible and if yes, how can we do it? How to perform operations on this data?This is the data set I am working on

3 Replies

Exporting ResourceData to Local Computer

Following the inputs from the page you linked,

data = ResourceData["Tornadoes in the U.S., 1950-2015"];

The data in question is now loaded into memory (and stored as a LocalObject so you don't have to redownload it). Now you can do what you like with it. If you want to export the data, just use Export

Export["data.m", data];

As to how to perform operations on it - that depends what you want to do. The data is in the form of a Dataset so start with the documentation there.

POSTED BY: Jason Biggs

Hi that reply was really helpful. I am trying to apply machine learning on this data set to predict the "Magnitude". Could you give me some steps or ways regarding how to fill in the missing values and how to modify the data in desirable format. I am very new to Wolfram Mathematica. Could you please help me by suggesting some methods.

Thank you

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

Group Abstract Group Abstract