DataHerb:
UFO Events from National UFO Reporting Center
• [ #MISC ]
DataHerb Metadata
- DataHerb ID:
nuforc_ufo_events
- DataHerb Name: UFO Events from National UFO Reporting Center
- Contributors: National UFO Reporting Center
- Description: UFO events from National UFO Reporting Center
- GitHub Repository: DataHerb/nuforc-ufo-records
DataHerb Leaves: Files in Dataset
- Name: csv format of ufo events
-
File:
- Format: csv
- Size: 12M
Fields
- Date / Time: datetime in US format, with some exceptions
- City: city where the event occurred, sometimes with country name included if the city is not in the US
- State: US state abbreviations
- Shape: shape of the UFO object
- Duration: description of the UFO object
- Summary: summary of the event
- Posted: date of posting
Preview
Import Data
=IMPORTDATA("https://raw.githubusercontent.com/DataHerb/nuforc-ufo-records/master/dataset/nuforc_ufo_records.csv")
import pandas as pd
url = "https://raw.githubusercontent.com/DataHerb/nuforc-ufo-records/master/dataset/nuforc_ufo_records.csv"
df = pd.read_csv(url)
References: