Skip to content

Commit 08d01be

Browse files
committed
Merge branch 'main' into dev
2 parents b5716b2 + 9eb3489 commit 08d01be

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Transform data and create rich visualizations iteratively with AI 🪄. Try Data
2424

2525
- [10-11-2024] Data Formulator python package released!
2626
- You can now install Data Formulator using Python and run it locally, easily. [[check it out]](#get-started).
27-
- Our Codespace configuration is also updated for fast start up ⚡️. [[try it now!]](https://codespaces.new/microsoft/data-formulator?quickstart=1)
28-
- New exprimental feature: load an image or a messy text, and ask AI parsing and cleaning it for you(!). [[demo]](https://github.com/microsoft/data-formulator/pull/31#issuecomment-2403652717)
27+
- Our Codespaces configuration is also updated for fast start up ⚡️. [[try it now!]](https://codespaces.new/microsoft/data-formulator?quickstart=1)
28+
- New experimental feature: load an image or a messy text, and ask AI to parse and clean it for you(!). [[demo]](https://github.com/microsoft/data-formulator/pull/31#issuecomment-2403652717)
2929

3030
- [10-01-2024] Initial release of Data Formulator, check out our [[blog]](https://www.microsoft.com/en-us/research/blog/data-formulator-exploring-how-ai-can-help-analysts-create-rich-data-visualizations/) and [[video]](https://youtu.be/3ndlwt0Wi3c)!
3131

@@ -58,11 +58,9 @@ Play with Data Formulator with one of the following options:
5858

5959
Data Formulator will be automatically opened in the browser at [http://localhost:5000](http://localhost:5000).
6060

61-
*Update: you can specify the port number (e.g., 8080) by `python -m data_formulator --port 8080` if the default port is occupied.*
62-
6361
- **Option 2: Codespaces (5 minutes)**
6462

65-
You can also run Data Formualtor in codespace, we have everything pre-configured. For more details, see [CODESPACES.md](CODESPACES.md).
63+
You can also run Data Formulator in Codespaces; we have everything pre-configured. For more details, see [CODESPACES.md](CODESPACES.md).
6664

6765
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/data-formulator?quickstart=1)
6866

@@ -84,8 +82,8 @@ https://github.com/user-attachments/assets/0fbea012-1d2d-46c3-a923-b1fc5eb5e5b8
8482

8583
### Create visualization beyond the initial dataset (powered by 🤖)
8684
* You can type names of **fields that do not exist in current data** in the encoding shelf:
87-
- this tells Data Formulator that you want to create visualizions that require computation or transformation from existing data,
88-
- you can optionally provide a natural language prompt to explain your intent to clarify your intent (not necessary when field names are self-explanatory).
85+
- this tells Data Formulator that you want to create visualizations that require computation or transformation from existing data,
86+
- you can optionally provide a natural language prompt to explain and clarify your intent (not necessary when field names are self-explanatory).
8987
* Click the **Formulate** button.
9088
- Data Formulator will transform data and instantiate the visualization based on the encoding and prompt.
9189
* Inspect the data, chart and code.

0 commit comments

Comments
 (0)