Connecticut Neighboring Towns
State of Connecticut
@usgov.state_of_connecticut_connecticut_neighboring_towns
State of Connecticut
@usgov.state_of_connecticut_connecticut_neighboring_towns
This dataset provides the neighboring relationships between towns, with each row representing a unique town-to-neighbor connection. It includes columns for the town's name and the corresponding neighboring town name. Most towns have more than one neighbor, so there will be multiple rows for each town.
See the "Attachments" section below to download a pivoted version of this dataset named "CT Neighboring Towns in Wide Format". This includes one row for each town, a column for each neighboring town, and a total sum of neighboring towns.
Organization: State of Connecticut
Last updated: 2024-07-13T05:48:18.269098
Tags: boundaries, boundary, ct, towns
CREATE TABLE table_1 (
"town" VARCHAR,
"neighbor_town" VARCHAR
);Anyone who has the link will be able to view this.