how to import StormEvents_2013.csv in MATLAB 2019a
Show older comments
I am doing courseera online course of Exploatory data analysis, I am not able import StormEvents_2013.csv data file for analysis
4 Comments
Walter Roberson
on 7 May 2020
Appropriate code is probably in https://www.scribd.com/document/438716087/Hail-ThunderstormWind-analysis-2013
Akshay Dev
on 13 Oct 2020
In week 1 there is a section called Reading: Data and code files. There is a link to the zip file which contains the file which you need.
Koorma Rajendra Babu
on 3 May 2022
Kindly check the Zip File on Exploratory Data Analysis (which is uploaded in Coursera). I am also unable to find 'StormEvents_2013.csv' file in the zip file. Please mention link here to download the same.
Sergey
on 23 Dec 2023
The same problem! StormEvents_2013.csv is missing.
Answers (2)
Cris LaPierre
on 26 Dec 2023
0 votes
Questions about your course are best asked in the course forum. They are actively monitored.
The most common cause for this is not following all the steps in the Data and Code Files reading. If you do not complete step 4. and run the setup function >> setupExploratoryDataAnalysis, the data files will not be downloaded. You will only have the course files without the data.
If you do not have a folder called Storm Events in your course folder, click the link above and complete step 4.

4 Comments
Oussama
on 23 Feb 2024
The same problem! StormEvents_2013.csv is missing
Cris LaPierre
on 23 Feb 2024
Same solution. You need to run the setup function (step 4 of the instructions)
Shamanthak Reddy
on 30 May 2025

I request you to please check the original ZIP file source has the function with the URL tyring to extract the data file is giving a status 503 error.
Cris LaPierre
on 30 May 2025
I just ran the setup script for this course. It worked for me, which suggests there may be some regional issues. MathWorks recently experienced an issue that affected segments of our online systems. Some of our online services were not available. Updates are being posted to status.mathworks.com
That page shows that Downloads is operating normally, so I'd suggest giving it a little time and then trying again.
Raheel
on 30 Nov 2024
0 votes
I think it would be helpful to explicit add the statement the following statement in the instructions even if the student would be working on an installed version of matlab on their computer, rather than matlab online.
Run the setup function by copying the following command into the Command Window.
>> setupExploratoryDataAnalysis>> setupExploratoryDataAnalysis
Categories
Find more on Parallel Computing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!