# Data Details

<figure><img src="/files/yZJYDENqc6ehLCp07Lcw" alt=""><figcaption></figcaption></figure>

As you imported the data, you can find out that data are the time-series tables, which has one **time** column and the others as the **indices** at the time.&#x20;

| Item                                          | Description                                                                                                                                                                      |
| --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p>Raw data alias<br>(e.g. R1, R2, R3...)</p> | <ul><li>After the data is imported, you can get the unique alias.</li><li>These are used as the variables in code area to call them, working as a prefix of the column</li></ul> |
| <p>Column name<br>(e.g. R1\_base\_volume)</p> | <ul><li>At the side bar, if you select a datum, you can see which indices does it has.</li></ul>                                                                                 |

You can preview actual values of the data as a table. It helps you get the context of the data you are using for the code. Follow these steps as below:

1. Select data you want to preview at the left side bar or right next to the side bar.
2. Click the column name you want to copy.
3. Once you copied the column, paste it on the function editor.


---

# 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.unblinked.com/analytics/create-chart/function/2.-how-to-analyze-data/data-details.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.
