This repository contains a CSV file with postal code data, including postcode, eastings, northings, latitude, longitude, town, region, country, and country_string.
- Filename:
master.csv
- Columns:
postcode
: The postal code.eastings
: The eastings coordinate.northings
: The northings coordinate.latitude
: The latitude coordinate.longitude
: The longitude coordinate.town
: The town associated with the postal code.region
: The region associated with the postal code.country
: The country associated with the postal code.country_string
: A string representation of the country.
You can use this data for various purposes, such as geospatial analysis, mapping, or location-based applications.
This data is provided under the license included in this repository.
Feel free to explore the data and use it in your projects!