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

# Combining data

<Frame>
  <iframe src="https://www.youtube.com/embed/xvXljuH19Rc" title="Combining data" 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, you'll learn the three methods for combining data in Parabola — joining on shared IDs, stacking tables, and comparing tables to find overlap.

***

<Card icon="sparkles" title="Building challenge">
  Now that both inventory data sets are cleaned up, join them together on SKU so you can compare quantities side by side.

  <Steps>
    <Step title="Copy and paste this prompt into Parabola to combine your data sets">
      ```text wrap theme={null}
      Join my Shopify inventory with my NetSuite inventory on "SKU".
      ```
    </Step>

    <Step title="Rearrange the combined step so it sits to the right of your two pull data cards">
      The join step should live outside of any card, connected directly to the outputs of both pull steps.
    </Step>
  </Steps>
</Card>

<Accordion title="Check your work">
  <Note>The steps added to your canvas and their exact documentation may differ from what you see below — every AI response is unique. The important thing is that your resulting data set matches what you see here.</Note>

  <Frame>
    <img src="https://mintcdn.com/parabola-7119dfb0/-8HaJzuyyzC_BGUC/images/brand-operators-combine-canvas.png?fit=max&auto=format&n=-8HaJzuyyzC_BGUC&q=85&s=641ec830c780f018318fbe77793f62c4" alt="Combine data canvas view" width="2882" height="1916" data-path="images/brand-operators-combine-canvas.png" />

    <img src="https://mintcdn.com/parabola-7119dfb0/-8HaJzuyyzC_BGUC/images/brand-operators-combine-data.png?fit=max&auto=format&n=-8HaJzuyyzC_BGUC&q=85&s=f53471881d3874a79c96c526a2507c78" alt="Combine data step results" width="3042" height="1902" data-path="images/brand-operators-combine-data.png" />
  </Frame>
</Accordion>
