User Guide¶
This section contains guides and practical recipes to help you parse and analyze swim meet results with tunas.
Sections¶
- Getting Started: Install
tunasand parse your first meet results file. - Parsing & Errors: Learn about strict vs. lenient parsing, parallel execution, and the error recovery model.
- Data Model: Learn about the slotted object graph (
Meet,Club,Swimmer,Swim) and scoping rules. - Recipes Cookbook: Browse copy-pasteable recipes for common querying and data-aggregation tasks.