Damage due to natural disasters

Hard

Suppose you are given this dataset on storm events in 2019 from NOAA.

Using this data, you're asked to calculate the following:

  • Total monetary damage in 2019
  • Top 5 states in 2019 with highest monetary damage
  • Plot the total monetary damage by month

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 event
  • STATE: State where the event occured
  • EVENT_TYPE: Type of storm event
  • BEGIN_DATE_TIME: The end time of the event. Format is MM/DD/YYYY 24 hour time AM/PM
  • BEGIN_YEARMONTH: The year and month of the event...

Sign in to InterviewQs to view this question

Or

New to InterviewQs? Sign up now.

By proceeding, you agree to our Terms and Conditions and Privacy Policy.

Loading editor...