Overview
Rowbase includes a powerful AI assistant that helps you work with data through natural language. Chat with your data, get intelligent suggestions, and use AI-powered operations.AI Chat
Talk to your data using natural language. The AI assistant understands your datasets and can help you:- Explore and understand your data
- Create transformations using plain English
- Debug data quality issues
- Get recommendations for cleaning and organizing
Starting a Conversation
- Open a dataset
- Click the Chat icon
- Ask a question or describe what you want to do
Example Prompts
Understanding data:- “What columns does this dataset have?”
- “Show me rows where status is empty”
- “What’s the distribution of values in the category column?”
- “Convert all email addresses to lowercase”
- “Parse the date column from MM/DD/YYYY format”
- “Create a new column that combines first and last name”
- “Find duplicate rows based on email”
- “Which rows have invalid phone numbers?”
- “Flag rows where quantity is negative”
AI-Suggested Operations
When you import data, the AI analyzes it and suggests operations to clean and transform it.How Suggestions Work
- Import data - Upload a CSV or paste data
- Analysis - AI analyzes the data structure and quality
- Suggestions - You’ll see suggested operations at the top of the pipeline
- Accept or dismiss - Review each suggestion and accept or dismiss
Types of Suggestions
- Header detection - Rename columns from detected headers
- Type parsing - Convert text to numbers, dates, or booleans
- Normalization - Standardize formats (snake_case, trim whitespace)
- Quality fixes - Handle empty values, standardize case
AI Operations
Beyond chat and suggestions, Rowbase includes AI-powered operations you can add to your pipeline.Use AI
Generate content based on other columns using AI. Use cases:- Categorize products from descriptions
- Extract entities from text
- Generate summaries
- Translate content
- Enrich data with derived fields
Detect Headers
When data has messy or missing headers, AI can detect the actual column names from the data.Best Practices
Be specific in prompts
Be specific in prompts
The more specific your request, the better the result. Instead of “fix the dates”, try “parse dates from DD/MM/YYYY format to ISO format”.
Review suggestions carefully
Review suggestions carefully
AI suggestions are helpful but not always perfect. Always review the preview before accepting.
Use chat for exploration
Use chat for exploration
Chat is great for understanding your data before deciding on transformations. Ask questions first, then build your pipeline.
Combine AI with manual operations
Combine AI with manual operations
AI is powerful for complex tasks, but sometimes a simple filter or rename is all you need. Use the right tool for the job.