Spreadsheet
Overview
This AI-powered spreadsheet enables data preparation using natural language. Different from getting an answer from asking a question, you can continuously refine the dataset using natural language.

Additionally, you can save it for future quick access. For example, you could refine a customer profile dataset with all the joined properties, such as total order count and other relevant metrics.
Saving the spreadsheet will create a view, allowing Wren AI to use the view if a question matches your spreadsheet.
Getting Started

You can begin with models/views or start with SQL. After importing data, you will see a spreadsheet populated with data.
At this point, the modifications are not yet saved, and no spreadsheet has been created. You need to save it to access it continuously.
Metadata of Spreadsheet

- Creator: The user who created the spreadsheet.
- Last Updated Time: The last time the spreadsheet was updated.
- Matched Question: The corresponding question used to generate a view, which might be matched during question asking.
AI Assistant Features

The AI Assistant offers several features to enhance your spreadsheet experience:
Filter

Apply filters to focus on specific data subsets.
For example: given a sales dataset, you could:
- Show me orders where the region is North America.
- Show me transactions where the date is in the last quarter.
- Show me sales where the product category is electronics.
Cleaning

Clean your data by removing duplicates, handling missing values, etc.
For example: given a sales dataset, you could:
- Remove duplicate orders.
- Fill in missing values for the product category.
- Remove orders where the customer name is null.
Grouping
Group data based on specific columns to aggregate information.
For example: given a sales dataset, you could:
- Group by region to see sales by region.
- Group by date to see sales by day.
- Group by product category to see sales by product category.