Banner
Menu


                      
                    

{ "packages":["pandas", "numpy", "folium", "scikit-learn", "altair==5.2.0","panel==1.3.8"] }

Sample Data and Queries

You can download these sample files to your system, or upload your own, and ask the Data Analyst agent to answer questions or perform analysis on the data within the CSV files.

Download sample CSV files and try out these queries:

  • Cities

    This file provides a list of City, State and their corresponding Latitude and Longitude (Degrees, Minutes,Seconds)

    • Can you visuzlize the data in the file on an interactive map
    • Using the file, show the distribution of cities per state in a visualization
  • Named Storms

    This file contains Year, Storm Name, Start Date, End Date, Max Wind Speed and Storm Type for every named storm from 1950-2022

    • Using the data in the file,what is the average length of a hurricane
    • Create a visual that correlates hurricane wind speed with length of hurricane, using the data in the file
    • Create a visual that shows distribution of hurricanes per month, based upon the hurricane start date using the data in the file
  • Annual Hurricane Summary

    This file contains Year, # of Storms, # of Hurricanes, Deaths, and Total Cost of all storms between 1950-2018

    • Using the data in the file,what is the average cost of storm damage yearly
    • Create a visual that correlates number of hurricanes a year with total damage cost, using the data in the file
    • Use the data provided to determine the number of hurricanes you might have had in a year, if you had 100 deaths due to storms.

Upload Your CSV File