Dataset Overview

neighborhoods_data.csv

Tabular dataset imported from csv source.

Import Type:
FILE
Source Type:
csv
Table Name:
tabular_data_68e2c5ad89dd6
Status:
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
idpri_neighsec_neighshape_areashape_lencreated_at
1ClearingMIDWAY AIRPORT71145192.382745363.2861752025-10-05 19:23:25.571836
2Garfield RidgeMIDWAY AIRPORT117890778.42960080.447972025-10-05 19:23:25.5728
3Magnificent MileSTREETERVILLE882405.086169154.5671152025-10-05 19:23:25.573563
4Millenium ParkMILLENIUM PARK2775228.379277567.385582025-10-05 19:23:25.574219
Export Options
CSV Export

Download data as comma-separated values

Export CSV
Excel Export

Download data as Excel spreadsheet

Export Excel
JSON Export

Download data as JSON format

Export JSON
SQL Export

Download data as SQL INSERT statements

Export SQL
API Endpoints
REST API Endpoints
GET /api/tabular.php?id=1

Get all data from the tabular dataset

GET /api/tabular.php?id=1&limit=100&offset=0

Get paginated data with limit and offset

GET /api/tabular.php?id=1&columns=column1,column2

Get specific columns from the dataset

POST /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.