> ## 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.

# How do I remove a header row from my dataset?

> The best way to remove a header row from your dataset is to use a **Custom transform** step.

**Steps:**

<Steps>
  <Step>
    Drag a **Custom transform** step onto the canvas.
  </Step>

  <Step>
    Connect the desired data to this step.
  </Step>

  <Step>
    Open the **Custom transform** step, and in the step instructions, write "Remove the row that includes headers entirely. The first row of values should become the new header row."
  </Step>

  <Step>
    Click *Update results*
  </Step>
</Steps>
