Baselight

List Of Real USA Addresses

USA Address list with city, state and zipcode 🔎

@kaggle.ahmedshahriarsakib_list_of_real_usa_addresses

Loading...
Loading...

About this Dataset

List Of Real USA Addresses

Context

Address geocoding, or simply geocoding, is the process of taking a text-based description of a location, such as an address or the name of a place, and returning geographic coordinates, frequently latitude/longitude pair, to identify a location on the Earth's surface - Wikipedia

What is meant by geocoding in GIS?
Geocoding is typically preceded by the data cleaning step of preprocessing and standardizing the format of the data. It is a crucial part of developing a GIS (Geographic Information Systems)

This dataset contains a list of 234 valid complete USA addresses that can be used to fetch geocode.

This dataset will come in very handy for testing purposes. Such as - testing performances of geocoding services or API

Content

This dataset comes with three files of the same content - text, CSV, and JSON for ease of use.

Each address has 4 components -

  • address string
  • city
  • state
  • zipcode

Example - "777 Brockton Avenue, Abington MA 2351"

Starter Notebook

Address Geocoding Solutions(Coordinates From Text)

Acknowledgements

The dataset was collected from this GitHub gist : https://gist.github.com/HeroicEric/1102788

Cover image - Photo by CardMapr on Unsplash

Tables

List Of Real Usa Addresses

@kaggle.ahmedshahriarsakib_list_of_real_usa_addresses.list_of_real_usa_addresses
  • 10.48 KB
  • 234 rows
  • 4 columns
Loading...

CREATE TABLE list_of_real_usa_addresses (
  "address" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "zip" BIGINT
);

Share link

Anyone who has the link will be able to view this.