DataHerb
Flora Add Data Articles
Ecosystem
Python Package
Community
Telegram
About

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

  • Metadata
  • Usage
  • Name: csv format of ufo events
  • File:
  • Format: csv
  • Size: 12M

Fields

  1. Date / Time: datetime in US format, with some exceptions
  2. City: city where the event occurred, sometimes with country name included if the city is not in the US
  3. State: US state abbreviations
  4. Shape: shape of the UFO object
  5. Duration: description of the UFO object
  6. Summary: summary of the event
  7. Posted: date of posting

Preview

Import Data

Copy the following code and paste into a Google Spreadsheet cell.
=IMPORTDATA("https://raw.githubusercontent.com/DataHerb/nuforc-ufo-records/master/dataset/nuforc_ufo_records.csv")
Load data into a Pandas DataFrame:
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:

  • National UFO Reporting Center Report Index by Month
explorer@dataherb: ~
The DataHerb Terminal — Type help.
➜ ~

The DataHerb Index by DataHerb.