> For the complete documentation index, see [llms.txt](https://docs.unblinked.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unblinked.com/analytics/create-chart/function/2.-how-to-analyze-data/data-details.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.unblinked.com/analytics/create-chart/function/2.-how-to-analyze-data/data-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
