Target Store Locations

Description: all target store locations in the United States as of April 2017

Source: Kaggle

Processing: cleaned original .csv by removing unnecessary columns, such as Target store ID or additional address fields, renamed some columns for clarity, and added state column.

Columns

  • Address (string): street address of the store
  • City (string): name of the city where the store is located
  • County (string): name of the county where the store is located
  • Latitude (numerical): geographic latitude of store's location
  • Longitude (numerical): geographical longitude of store's location
  • Postal Code (numerical): zip code of the store
  • State Code (string): two letter state abbreviation of the state in which the store is located
  • State (string): state in which the store is located

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