# Data Details

<figure><img src="https://209745228-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRB9zlm2euYUzs82cWD4l%2Fuploads%2Fl0CgfrB4P39FcLJvtlhg%2Fimage.png?alt=media&#x26;token=0e657683-7ad4-47ba-9455-afd8a196c850" 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.
