By Glean
Analyze data
The analyze data action allows an agent to process structured files like spreadsheets or JSON. This action is designed to help you perform various analyses on the data contained within these files, saving you significant time on ad hoc analyses. The analyze data action supports several key features:
- Real-Time Querying: Users can query the tabular content of uploaded files immediately after upload or link to a file.
- File Processing: Analysis is conducted in a separate sandboxed environment to ensure privacy and security.
- Privacy: Files uploaded are only accessible to the user who uploaded them.
Usage examples
- Dataset Exploration: Users can ask questions like “What columns does my data contain?” to explore the structure of the dataset.
- Column Statistics: Users can request statistics such as average, sum, and count for specific columns.
- Data Distribution: Queries such as “Show me all the unique values in x column” help analyze data distribution.
- Data Relationships: Users can analyze relationships, e.g., “How does conversion change by lead source?”
- Time-Series Relationships: Analyze trends over time, like “What product area have we gotten more tickets in over the last month compared to previous months?”
Configuration
- Ensure that necessary file upload permissions are enabled and the action has access to the required data sources. for more information on the file upload feature in Glean, see the file upload article.