# Chicago Parks Public Art

## Local file

- Dataset file: `chicago_parks_public_art.csv`
- Topic: Arts, culture, and parks
- Format: CSV
- Retrieved: 2026-07-02
- Size: 31,665 bytes, about 30.9 KB
- Shape: 194 data rows, 10 columns
- SHA-256: `208a4d3c044a52cbe756ef3d6a6f4b93018b6691b47c090236c635c247f4312d`

## Source

- Found at: https://catalog.data.gov/dataset/parks-public-art
- Publisher: data.cityofchicago.org
- Parent organization: City of Chicago
- Direct download used: https://data.cityofchicago.org/api/views/sj6t-9cju/rows.csv?accessType=DOWNLOAD

## What it is

This dataset lists public art located in Chicago parks. Each record identifies a park, artwork title, artist, owner, and location information.

The local CSV fields are:

- `PARK NAME`
- `PARK NUMBER`
- `ART`
- `ARTIST`
- `OWNER`
- `X COORDINATE`
- `Y COORDINATE`
- `LATITUDE`
- `LONGITUDE`
- `LOCATION`

## Notes for static website use

- The file is very small and safe to include directly in a static build.
- It is suitable for a map, park-by-park artwork directory, or searchable public-art list.
- Use `LATITUDE` and `LONGITUDE` for web maps. The `X COORDINATE` and `Y COORDINATE` fields are projected coordinates and are less convenient for browser mapping.
- Some artwork or artist names may need standard text escaping in HTML output.
- The CSV was downloaded as-is from the source. No filtering, sorting, or transformations were applied.
