Introduction
In this section we present a few example scripts, showing how to use the aindo.rdml
library
to generate synthetic data, in some common use cases:
- Adult: The simplest scenario, a single table dataset.
- Basket: A multi-table relational dataset with three tables.
- Airbnb: A relational dataset with two tables, and with one text column per table.
- Basket - event: The same dataset used in the muti-table relational case, but in the context of continuing event series.
- LLM: A single fictitious table, generated with an LLM-based model.