You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1

2
2
3
-
_Fun, interactive data manipulation in your terminal_
3
+
_AI-powered exploration/transformation in your terminal_
4
4
5
5
<divalign="left">
6
6
@@ -65,6 +65,7 @@ The AI Assistant is Sweet's premier feature: it can help you explore your data,
65
65
-**Interactive terminal interface**: modern TUI with syntax highlighting and real-time feedback
66
66
-**Intuitive navigation**: use keyboard shortcuts or mouse/pointer interactions for smooth control
67
67
-**Flexible data loading**: files, stdin piping, or paste data directly from spreadsheets/web tables
68
+
-**Query database tables**: connect to your database, find a table, run SQL queries
68
69
-**Multiple export formats**: save your transformed data as CSV, TSV, Parquet, JSON, or JSONL
69
70
-**Accessible**: refine smaller datasets with ease or tackle complicated transformations without hassle
70
71
-**Fast operations**: built on Polars for high-performance data processing
@@ -136,6 +137,7 @@ _The AI assistant is powered by [chatlas](https://posit-dev.github.io/chatlas/),
136
137
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:
137
138
138
139
-**[Polars](https://github.com/pola-rs/polars)**: The blazingly fast DataFrame library that powers all data operations in Sweet
140
+
-**[DuckDB](https://github.com/duckdb/duckdb)**: The high-performance database that enables fast SQL queries on large datasets
139
141
-**[Textual](https://github.com/Textualize/textual)**: The incredible TUI framework that makes Sweet's interactive interface possible
140
142
-**[chatlas](https://posit-dev.github.io/chatlas/)**: The elegant library that enables Sweet's AI assistant capabilities with LLM provider integration
141
143
-**[Rich](https://github.com/Textualize/rich)**: Terminal formatting and beautiful display components
@@ -151,13 +153,11 @@ There are many ways to contribute to the ongoing development of Sweet. Some cont
151
153
152
154
We're actively working on enhancing Sweet with:
153
155
154
-
1.**Transformation history tracking**: Export transformation history as clean Python/Polars scripts for reproducible workflows
155
-
2. Additional data format support (Excel, JSON, Arrow, etc.)
156
+
1. Transformation history tracking: export transformation history as clean Polars/SQL code for your reproducible workflows
157
+
2. Additional data format support (Excel, Arrow, etc.)
156
158
3. Advanced transformation templates and snippets
157
-
4. Integration with cloud data sources
158
-
5. Export to multiple formats and destinations
159
-
6. Enhanced branching and workflow management
160
-
7.**Enhanced AI capabilities**: Expanding the AI assistant with more sophisticated analysis and visualization suggestions
159
+
4. Branching and workflow management
160
+
5. Enhanced AI capabilities: expanding the Sweet AI assistant with more sophisticated analysis and visualization suggestions
161
161
162
162
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.
0 commit comments