AI-powered exploration/transformation in your terminal
Sweet is a speedy and fun terminal-based data manipulation tool that transforms how you work with tabular data. Think of it as Excel or Google Sheets in your terminal, but with superpowers: featuring an intelligent AI assistant that understands natural language, you can now ask questions about your data and request transformations using plain English, all without leaving your terminal!
Beyond AI assistance, Sweet offers intuitive tools for quick edits: click to modify cells, add/remove columns, change data types, sort, filter, and explore your data with real-time feedback. Save your changes easily to many different formats, including CSV, JSON, and Parquet.
Sweet is for data scientists, engineers, and developers who want the familiar convenience of spreadsheet-like editing combined with powerful AI assistance and programmatic data manipulation. Work conversationally with your data or make quick manual edits, all right in your terminal or IDE.
# Install and launch Sweet
pip install sweet-data
sweetOnce Sweet opens:
- Load sample data: use the file browser to load your CSV files or paste data directly from spreadsheets
- Try making edits: click on cells to edit values, add/remove columns, or change data types
- Use the AI Assistant: ask questions like "What does this data show?" or "Filter rows where age > 30" and watch Sweet generate the code
- See instant results: Sweet shows you exactly what Polars transformation code will be applied through an approval workflow
The AI Assistant is Sweet's premier feature: it can help you explore your data, explain patterns, and generate Polars transformations using natural language. Just type what you want to do and let Sweet handle the code!
- Interactive terminal interface: modern TUI with syntax highlighting and real-time feedback
- Intuitive navigation: use keyboard shortcuts or mouse/pointer interactions for smooth control
- Flexible data loading: files, stdin piping, or paste data directly from spreadsheets/web tables
- Query database tables: connect to your database, find a table, run SQL queries
- Multiple export formats: save your transformed data as CSV, TSV, Parquet, JSON, or JSONL
- Accessible: refine smaller datasets with ease or tackle complicated transformations without hassle
- Fast operations: built on Polars for high-performance data processing
- AI-powered insights: leverage advanced language models for data exploration and transformation
You can install Sweet using pip:
pip install sweet-dataSweet includes an intelligent AI assistant that transforms how you work with data. This powerful feature uses advanced language models to help you explore, understand, and transform your datasets through natural language interactions.
- Conversational Analysis: ask questions like "What columns do we have?", "Describe this dataset", or "What are the data types?" and get instant, intelligent responses
- Smart Data Insights: get contextual analysis and explanations about your data's structure, patterns, and characteristics
- Interactive Guidance: receive helpful suggestions and explanations as you work through your data analysis workflow
- Natural Language to Code: request transformations like "Add a bonus column that's 30% of salary" or "Filter rows where age is greater than 25" and get working Polars code
- Comprehensive Polars Support: the AI assistant has deep knowledge of the entire Polars API, including advanced operations like rolling windows, string processing, and datetime manipulations
- Context-Aware Suggestions: code generation takes into account your actual column names, data types, and dataset structure
- Dual Mode Operation: automatically switches between conversational analysis and code generation based on your needs
- Real-time Context: the AI assistant understands your current dataset structure and provides relevant, specific advice
- Multiple LLM Support: works with popular language model providers including Anthropic Claude and OpenAI GPT
- Conversational Context: maintains conversation context to provide better assistance throughout your data exploration session
To use the AI assistant, simply type your questions or requests in natural language, and Sweet will provide intelligent responses, explanations, or generate the appropriate Polars code for your transformations.
To enable the AI assistant, you'll need to set up API keys for your preferred language model provider in a .env file in your working directory:
# For Anthropic Claude (recommended)
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Or for OpenAI GPT
OPENAI_API_KEY=your_openai_api_key_hereSweet will automatically detect and use available API keys, with Anthropic Claude preferred when both are present.
The AI assistant is powered by chatlas, a powerful Python package that provides seamless integration with multiple language model providers.
- Complete exploration workflow: from data loading to transformation to results visualization in a single interface
- Built for experimentation: interactive environment perfect for data exploration and hypothesis testing
- Practical outputs: get exactly what you need: transformed data, clear results, and transformation tracking
- Flexible deployment: use for quick exploration or as a foundation for building data workflows
- Modern interface: terminal-based UI with syntax highlighting, keyboard shortcuts, and mouse support for intuitive navigation
Sweet is built on modern Python libraries for optimal performance and developer experience. We're grateful to the maintainers and contributors of these foundational projects:
- Polars: The blazingly fast DataFrame library that powers all data operations in Sweet
- DuckDB: The high-performance database that enables fast SQL queries on large datasets
- Textual: The incredible TUI framework that makes Sweet's interactive interface possible
- chatlas: The elegant library that enables Sweet's AI assistant capabilities with LLM provider integration
- Rich: Terminal formatting and beautiful display components
- Click: Command-line interface for clean CLI integration
The application architecture separates data models from UI components, making it extensible and maintainable. A huge thank you to all the developers who created these ultra-powerful, well-designed tools that make Sweet possible!
There are many ways to contribute to the ongoing development of Sweet. Some contributions can be simple (like fixing typos, improving documentation, filing issues for feature requests or problems, etc.) and others might take more time and care (like answering questions and submitting PRs with code changes). Just know that anything you can do to help would be very much appreciated!
We're actively working on enhancing Sweet with:
- Transformation history tracking: export transformation history as clean Polars/SQL code for your reproducible workflows
- Additional data format support (Excel, Arrow, etc.)
- Advanced transformation templates and snippets
- Branching and workflow management
- Enhanced AI capabilities: expanding the Sweet AI assistant with more sophisticated analysis and visualization suggestions
If you have any ideas for features or improvements, don't hesitate to share them with us! We are always looking for ways to make Sweet better.
Please note that the sweet-data project is released with a contributor code of conduct.
By participating in this project you agree to abide by its terms.
sweet-data is licensed under the MIT license.
Β© sweet-data authors
This project is primarily maintained by Rich Iannone. Other authors may occasionally assist with some of these duties.





