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

# Data Explorer

> Learn about Data Explorer, dataframes, and how to view the data powering your analysis and visualizations.

Data is at the core of every visualization and insight. While Julius can generate visualizations without you needing to interact with a spreadsheet, at times you may need to look under the hood to validate and inspect your data.

That's where <b>Data Explorer</b> comes in. With Data Explorer you can see data outputs and variables in real time. See what is powering your tables and visualizations, update columns on the fly, and export the data to share.

# How it works

Data explorer will populate all of the data generated by Julius in an interactive table format. Here you can:

<Steps>
  <Step title="Preview your data">
    See the different rows and columns that are being generated by Julius. You can easily do this by clicking Expand on any table in Julius.

    <video src="https://r2.julius.ai/data_explorer_navigation_final.mp4" autoPlay muted loop playsInline style={{ width:"100%",borderRadius:"8px" }} />
  </Step>

  <Step title="Export the data as a CSV">
    Click the export button on the dataframe to export as a CSV

    <video src="https://r2.julius.ai/data_explorer_export.mp4" autoPlay muted loop playsInline style={{ width:"100%",borderRadius:"8px" }} />
  </Step>

  <Step title="Update and filter columns in real time.">
    Use Julius to add, remove, or filter rows / columns, and see these update in real time.

    <video src="https://r2.julius.ai/data_explorer_final_adding.mp4" autoPlay muted loop playsInline style={{ width:"100%",borderRadius:"8px" }} />
  </Step>
</Steps>

### Check out our quick How-To video to get you started with **Data Explorer:**

<div style={{ display: "flex", justifyContent: "center" }}>
  <iframe width="560" height="315" src="https://www.youtube.com/embed/wP6jFS677uc?si=6onOliW9U_YFYNwV" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</div>

# Frequently Asked Questions

<Accordion title="What is a dataframe?" defaultOpen="true">
  A <b>
  Dataframe</b>

  is a table that shows all of the data used and processed by Julius in your conversations!
</Accordion>

<Accordion title="How do I access the Data Explorer?" defaultOpen="true">
  You can find the <b>
  Data Explorer</b>

  in the right menu. You can also click on <b>
  Expand</b>

  on any dataframe in the chat window, and this will expand the dataframe in the Data Explorer"
</Accordion>

<Accordion title="Why aren’t my dataframes showing up in the Data Explorer?" defaultOpen="true">
  You will only see your dataframes after you first interact with a file or generated a file in Julius. These will then show up in the Data Explorer
</Accordion>

<Accordion title="I can only see up to 49 rows, how do I view more?" defaultOpen="true">
  To view more data, click the `Next` button to see the next 49 rows in your dataframe. You can also press the `Previous`.
</Accordion>

<Accordion title="Can I edit the tables in Data Explorer?" defaultOpen="true">
  Simply interact with Julius to make changes or updates to your data.

  For example:

  * Remove the customer name column from my dataframe
  * Filter out data from the last 3 weeks
</Accordion>

***

<Info>
  Reach out to [**team@julius.ai**](mailto:team@julius.ai) for support or to ask questions not answered in our documentation.
</Info>
