Getting Started¶
This section gets you from zero to a working inference.
What You'll Learn¶
- How to run Datasculpt on a dataset
- What the output means (shape, grain, roles)
- How to handle ambiguous datasets
- Where Datasculpt fits in your data pipeline
Prerequisites¶
- Python 3.11+
- pandas 2.0+
Reading Order¶
- Quickstart — Run your first inference
- Mental Model — Understand the core concepts
- Examples — See inference in action on different dataset shapes