Data Preparation#
Data preparation in Dataiku is achieved with recipes in the Flow. Recipes can be:
Recipe type |
Use case |
---|---|
Visual |
Quickly execute the most common data operations in a readable way |
Code |
Implement operations beyond the standard menu of visual recipes with the freedom provided by languages like Python, R, and SQL |
Plugin |
Wrap custom code behind a visual layer for wider usage |
Note
This section focuses on visual data preparation. You can learn more about code recipes and plugin recipes in their sections of the Knowledge Base.