home / current_collection

branch_locations

4 rows where chpl_branch_location_name in ["Deer Park", "Oakley", "Blue Ash", "Pleasant Ridge"]

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: global_plus_code

rowid ▼ chpl_branch_location_name code_num address latitude longitude global_plus_code
4 Blue Ash 4 Blue Ash Branch 4911 Cooper Rd. Cincinnati, Ohio 45242 39.2299695 -84.3743428 86FQ6JHG+X7
11 Deer Park 11 Deer Park Branch 3970 E. Galbraith Rd. Cincinnati, Ohio 45236 39.2095778 -84.40206359999999 86FQ6H5X+R5
31 Oakley 31 Oakley Branch 4033 Gilmore Ave. Cincinnati, Ohio 45209 39.1524128 -84.43043689999999  
33 Pleasant Ridge 33 Pleasant Ridge Branch 6233 Montgomery Rd. Cincinnati, Ohio 45213 39.1843004 -84.4240311  

Advanced export

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

CSV options:

CREATE TABLE [branch_locations] (
   [rowid] INTEGER PRIMARY KEY,
   [chpl_branch_location_name] TEXT,
   [code_num] INTEGER,
   [address] TEXT,
   [latitude] FLOAT,
   [longitude] FLOAT,
   [global_plus_code] TEXT
);
Powered by Datasette · Queries took 11.767ms