Dataset Overview
neighborhoods_data.csv
Tabular dataset imported from csv source.
FILE
csv
tabular_data_68e2c5ad89dd6
Completed
Table Structure
| Column | Data Type | Nullable |
|---|---|---|
id |
integer | No |
pri_neigh |
text | Yes |
sec_neigh |
text | Yes |
shape_area |
text | Yes |
shape_len |
text | Yes |
created_at |
timestamp without time zone | Yes |
Data Preview
Showing first 100 rows of 4 total rows| id | pri_neigh | sec_neigh | shape_area | shape_len | created_at |
|---|---|---|---|---|---|
| 1 | Clearing | MIDWAY AIRPORT | 71145192.3827 | 45363.286175 | 2025-10-05 19:23:25.571836 |
| 2 | Garfield Ridge | MIDWAY AIRPORT | 117890778.429 | 60080.44797 | 2025-10-05 19:23:25.5728 |
| 3 | Magnificent Mile | STREETERVILLE | 882405.08616 | 9154.567115 | 2025-10-05 19:23:25.573563 |
| 4 | Millenium Park | MILLENIUM PARK | 2775228.37927 | 7567.38558 | 2025-10-05 19:23:25.574219 |
Export Options
API Endpoints
REST API Endpoints
/api/tabular.php?id=1
Get all data from the tabular dataset
/api/tabular.php?id=1&limit=100&offset=0
Get paginated data with limit and offset
/api/tabular.php?id=1&columns=column1,column2
Get specific columns from the dataset
/api/tabular.php?id=1&action=query
Query data with custom filters (POST body: JSON filters)
Response Format
{
"success": true,
"data": [...],
"total_rows": 4,
"limit": 100,
"offset": 0
}
Authentication
API endpoints require authentication. Include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
Related Documents
No Documents Available
No documents have been uploaded for this tabular dataset yet.