Quick Start
Supported Data Formats
| Format | Extensions | Notes |
|---|---|---|
| CSV/TSV | .csv, .tsv | Comma or tab-separated values |
| Excel | .xlsx, .xls | Multiple sheets supported — Zark determines how to handle the structure automatically |
| JSON | .json | Structured or nested data |
| Parquet | .parquet | Columnar format common in data engineering |
What You Can Ask
Once your data is uploaded, ask analytical questions in plain language:Cross-File Analysis
Upload multiple related files and ask questions that span all of them:Handling Messy Data
Real-world data is rarely perfect. Zark handles common issues automatically:- Inconsistent formatting across rows
- European number formats (commas as decimal separators)
- Currency symbols mixed into numeric columns
- Header rows that aren’t in the expected position
- Missing values and blanks
Streaming
Python
Streaming Events
| Event | Description |
|---|---|
table | Table data with rows, columns, and metadata |
ai_chunk | Incremental text analysis of the results |
ai_complete | Final response with analysis |
When to Use Database Queries vs Other Tools
| Want to… | Use |
|---|---|
| Query, filter, or aggregate data | Database Queries |
| Add/remove columns, merge tables, edit rows | Table Workshop |
| Run statistical tests or simulations | Code Runner |
| Read the raw file contents | File Manager |