Suppose you are given this dataset on storm events in 2019 from NOAA.
Using this data, you're asked to calculate the following:
The code below will help trim down the dataset so you can focus on a few columns. Below are descriptions for the included fields:
EVENT_ID: Unique ID for the storm eventSTATE: State where the event occuredEVENT_TYPE: Type of storm eventBEGIN_DATE_TIME: The end time of the event. Format is MM/DD/YYYY 24 hour time AM/PMBEGIN_YEARMONTH: The year and month of the event...New to InterviewQs? Sign up now.
By proceeding, you agree to our Terms and Conditions and Privacy Policy.
Loading editor...