UFO Sightings 2015

Dataset of UFO sightings in the United States in 2015

Originator: National UFO Reporting Center

Data on UFO sightings reported to the National UFO Reporting Center in 2015, including the date, time, location, and duration of the sighting, as well as summary information about the shape and other details of the object sighted.

(7 columns, 4163 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["UFO Sightings 2015"]
Out[1]=

View the data:

In[2]:=
ResourceData["UFO Sightings 2015"]
Out[2]=

Visualization

Show the distribution of UFO sightings in the continental U.S.:

In[3]:=
GeoHistogram[ResourceData["UFO Sightings 2015"][All, "Position"], 40, GeoRange -> EntityClass["AdministrativeDivision", "ContinentalUSStates"]]
Out[3]=

Show which months had the most UFO sightings:

In[4]:=
BarChart[
 Last /@ Sort[
   Tally[DateValue[#"Date", "Month"] & /@ ResourceData["UFO Sightings 2015"]]], ChartLabels -> {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"}]
Out[4]=

Chart the top 5 states for UFO sightings:

In[5]:=
BarChart[
 Reverse@TakeLargest[5][
   CountsBy[ResourceData["UFO Sightings 2015"], "State"]], BarOrigin -> Left, ChartLabels -> Automatic]
Out[5]=

Wolfram Research, "UFO Sightings 2015" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.14711.data

License Information

Copyright National UFO Reporting Center

Data Resource History

Source Metadata

Data Downloads

Publisher Information