home / goamines / location_aliases

Menu

location_aliases

Maps every raw location string to a canonical_name in locations.

1 row where canonical_name = "CODLI MINE AMLG"

✎ View and edit SQL

This data as json, CSV (advanced)

raw_name ▼ canonical_name
CODLI MINE AMLG CODLI MINE AMLG

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE location_aliases (
  raw_name TEXT PRIMARY KEY,
  canonical_name TEXT REFERENCES locations(canonical_name)
);
Powered by Datasette · Queries took 1.2ms