# Changing Imported Data

After creating an analysis in Mito when you import some data and edit, you may want to run this analysis on a new dataset.  For example, you created some pivot tables to analyze stock returns during the month of March on the CSV `march_returns.txt`. Now, you'd like to create the same pivot tables with the CSV `april_returns.txt`.

Mito makes applying your edits to new data extremly easy.&#x20;

### How to change imported data

1. Click the **Dataframes** dropdown in the toolbar, and click **Change imported data**.
2. In the taskpane that opens, for any import you want to change, click on the right arrow, and replace this data with&#x20;
3. Click **Change Imports**.

A success message will appear, and the analysis will now be applied to the updated datasets.

<figure><img src="/files/3Yn0tXiIAqyF3szZnPBe" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If you are changing your imported data from one dataset to another, make sure that these two datasets have the same data structure. \
\
For example, if `march_returns.txt` contains a column `Open Price` that you delete in your analysis, then the `april_returns.txt` dataset must also contain this column. If it does not contain this column,&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trymito.io/how-to/changing-imported-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
