DataDesigner/docs/code_reference/processors.md
Andre Manoel d50a8aef95
docs: add processors (#147)
* first draft

* adding to code reference as well

* docstrings

* addressing comments

* forgot opening line

* docstring too
2025-12-17 15:47:33 -03:00

247 B

Processors

The processors module defines configuration objects for post-generation data transformations. Processors run after column generation and can modify the dataset schema or content before output.

::: data_designer.config.processors