NYC Public Wifi Locations

Description: location of all the public wifi location spots in New York City

Source: Kaggle

Processing: trimmed down the original .csv data by removing unnecessary columns and renaming some for clarity

Columns:

  • Provider (string): name of the internet provider offering internet service at that WiFi spot
  • Location (string): street address of that WiFi spot
  • Latitude (numerical): geographical latitude of that wifi spot
  • Longitude (numerical): geographical longitude of that wifi spot
  • Access Location (string): description of where one can access wifi, such as “outdoor kiosk”, “indoor”, “outdoor”
  • Borough (string): New York City borough (distict) where the wifi spot is located
  • Neighborhood (string): neighborhood within NYC borough (district) that wifi spot is located
  • Postal Code (numerical): zip code of the wifi spot

Found a bug in the documentation? Let us know at documentation@code.org