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

# Flip table

> The **Flip table** step flips an entire table on its side, turning it 90 degrees. Imagine your column headers transform into rows. This step's functionality is similar to the TRANSPOSE function in Excel.

## Input/output

The input table we'll use for this step has 3 rows and over 100 columns. Every column represents a different car in our inventory.

<Frame>
  <img src="https://mintcdn.com/parabola-7119dfb0/T25np0t98ZhrB8ru/images/transforms/image-14.png?fit=max&auto=format&n=T25np0t98ZhrB8ru&q=85&s=42e0459b8ad9dd91fd0f409697ff5b95" alt="Input table with 3 rows and over 100 columns, where each column represents a different car" width="1640" height="288" data-path="images/transforms/image-14.png" />
</Frame>

By using the **Flip table** step, we can turn the table 90 degrees to make the previously 3 rows our columns ("Make", "Model" and "Year") and have the 100+ columns become 100+ rows. This transformed table of 3 columns with 100+ rows makes our data a lot easier to understand.

<Frame>
  <img src="https://mintcdn.com/parabola-7119dfb0/T25np0t98ZhrB8ru/images/transforms/image-15.png?fit=max&auto=format&n=T25np0t98ZhrB8ru&q=85&s=26f467826e6c52ef816ae918d41090df" alt="Output table flipped 90 degrees with Make, Model, and Year as columns and one row per car" width="1378" height="826" data-path="images/transforms/image-15.png" />
</Frame>

## Custom settings

This step doesn't require any additional configuration. Just connect a step containing data to this one and see your table immediately flipped 90 degrees.

## Related steps

* [Pivot columns](/product/transform/pivot-columns)
* [Unpivot columns](/product/transform/unpivot-columns)
* [Stack tables](/product/transform/stack-tables)
* [Reorder columns](/product/transform/reorder-columns)
* [Edit columns](/product/transform/edit-columns)
