API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
Dataset Files
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
/core/tic-tac-toe/
https://datahub.io/core/tic-tac-toe/_r/-/README.md
https://datahub.io/core/tic-tac-toe/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/core/tic-tac-toe/_r/-/data/tic-tac-toe.csv
https://datahub.io/core/tic-tac-toe/_r/-/datapackage.json
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
datapackage.json— metadata & schema
https://datahub.io/core/tic-tac-toe/_r/-/datapackage.json
README.md— documentation
https://datahub.io/core/tic-tac-toe/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Previews
tic-tac-toe
Loading data...
Schema
| name | type | format |
|---|---|---|
| TL | string | default |
| TM | string | default |
| TR | string | default |
| ML | string | default |
| MM | string | default |
| MR | string | default |
| BL | string | default |
| BM | string | default |
| BR | string | default |
| class | boolean | default |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
tic-tac-toe | 22.4 kB | 3 months ago | tic-tac-toe |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 1 | 22.4 kB | csv | about 2 months ago | [UCI - Tic-Tac-Toe Endgame Data set |
Update Script Maintenance Report
Date: 2026-03-04
- Ran updater:
python scripts/main.py. - Root cause: updater existed but repository had no workflow automation.
- Fixes made: added first monthly + manual workflow with explicit
contents: writeand guarded commit step. - Validation summary: script executes successfully in current environment.