> ## Documentation Index
> Fetch the complete documentation index at: https://parabola.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Transforming data: key concepts

> An overview of Parabola's data transformation capabilities and best practices for cleaning data at the start of your Flow.

<Frame>
  <iframe src="https://www.youtube.com/embed/EnVzLzoi09g" title="Transforming data: key concepts" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

In this lesson, we explore the core of what makes Parabola so powerful: its data transformation capabilities.

## Pro tip: Start by cleaning your data

The best way to start your Flow is by ensuring your data is as clean as possible at the beginning. Think about doing things like:

* Removing unnecessary columns
* Removing duplicates
* Clearly naming your columns
* Filtering out unnecessary data
* Formatting dates

***

<Card icon="sparkles" title="Building challenge">
  This lesson doesn't have a challenge — continue onto the next lesson to continue the course.
</Card>
