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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,10 @@ Transform data and create rich visualizations iteratively with AI 🪄. Try Data
26
26
- Explore large data by:
27
27
1. Upload large data file to the local database (powered by [DuckDB](https://github.com/duckdb/duckdb)).
28
28
2. Use drag-and-drop to specify charts, and Data Formulator dynamically fetches data from the database to create visualizations (with ⚡️⚡️⚡️ speeds).
29
-
3.Ask AI agents a new exploration question, and they generate SQL queries to transform the data to create rich visualizations!
30
-
4. Anchor the result, follow up, create a new branch, and join tables to dive deeper.
29
+
3.Work with AI agents: they generate SQL queries to transform the data to create rich visualizations!
30
+
4. Anchor the result / follow up / create a new branch / join tables; let's dive deeper.
31
31
- Checkout the demos at [[https://github.com/microsoft/data-formulator/releases/tag/0.2]](https://github.com/microsoft/data-formulator/releases/tag/0.2)
32
32
- Improved overall system performance, and enjoy the updated derive concept functionality.
33
-
-`pip install --upgrade data-formulator` now!
34
33
35
34
-[03-20-2025] Data Formulator 0.1.7: Anchoring ⚓︎
36
35
- Anchor an intermediate dataset, so that followup data analysis are built on top of the anchored data, not the original one.
0 commit comments