IconResources
Conduct analysis

Import data

Import data gathered in the information request.

Example Data

Follow along with right out of the box example data. Copy following data in the information request of the agent you are working in.



Before starting an analysis you need data to work with. You can either import it from the information request or add it ad-hoc through prompting. We are additionally working on making data available to you saved in the Data Vault.

Import data via prompting

Excel

In Excel, you enter, copy paste, or link your data from other worksheets or Excel workbooks.

t0 Prompt

Select the data to import from the context and use prompts as follows:

take this table and do ...

add column

only rows with ...

As long as you have selected the context t0 will infer that your desired action or transformation relates to the data selected in the context. The data will be then imported automatically.

t0 - Add context to chat

Code

The python code looks as follows:

transactions = pd.DataFrame($transactions)

Import data manually

If you want to import data into the code manually, simply follow these two steps:

Right click into code editor

A menu appears after right clicking in the editor. Select "Insert Table".

t0 screenshot - Add data manually step 1

Choose table

Tables are listed within two tabs. The first tabs contains tables from the Information Request of the agent. The second tab contains tables that you have created or transformed within the Analysis of an agent.

t0 screenshot - Add data manually step 2

On this page