Skip to content

Mission 5 - Querying data

Learning Objective

In this mission we learn how easy it is to understand your data by talking to it and asking questions, these questions are called prompts. This leverages LOGIBLOX on-prem GPT technology.

Data

Download the required dataset we will use: business_transaction.xlsx

Steps

  1. First, open the data that you want to prompt, i.e. ask questions about.
  2. Input your prompt.
  3. In this example, we want to know for each Supplier ID, which is the most common Category. Hence we write the prompt For each "Supplier ID" show the most common "Category"

Image title
The prompt that we enter.

Result

Image title

For each Supplier ID the most frequent category is shown.

Well done! Now let's move on to the next mission!