Getting Started with Data Analysis

Blast Office provides a chat-first data analysis interface that combines natural language conversation with the power of SQL and a built-in query engine.

The Chat-First Interface

Data analysis in Blast Office works through conversation. Describe what you want to analyze, and the AI will help you load data, write queries, and visualize results.

Loading Data

To start analyzing data:

  1. Open a new Data Analysis session from the sidebar
  2. Load your data by dragging files into the interface or using the file picker
  3. Supported formats include CSV, TSV, Parquet, JSON, and Excel files

Writing and Executing SQL

You can write SQL queries directly or let the AI help:

Natural Language Queries

Ask questions in plain English:

The AI translates your questions into SQL and executes them.

Direct SQL

Write SQL queries directly in the input field. The built-in query engine supports:

Visualization

Results are displayed in tables by default. The AI can also create visualizations:

Ask the AI to "visualize this data" or "create a chart showing the trend" and it will generate an appropriate visualization.

Tips