You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It currently merges all of the storm reports together with the headers from original CSV file. There are 2 things to fix with this:
The dataframe column header for all 3 reports need to be re-organized so that the column name for F-scale (tornado), Speed (wind), Size (hail) is relabeled to "Scale", and there aren't any headers based upon hazard inside the dataframe (see image below).
There should be another column identifying what kind of hazard it is (tornado, wind, etc). This is so that the user can filter it based off of the cell value using pandas (maybe future integration as well?)
The text was updated successfully, but these errors were encountered:
Hi @WxBDM ! I hope you are doing good! :) Is this issue still open or is it being worked on by somebody else? :) If it's still open, maybe I could look into it.
It currently merges all of the storm reports together with the headers from original CSV file. There are 2 things to fix with this:
The text was updated successfully, but these errors were encountered: