Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mecrouch committed Nov 22, 2024
1 parent 1b1557c commit 955cc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/datasets/transform-dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The Transform dataset AI assistant interprets plain language to answer questions
??? list "Prompt or question the AI assistant"

1. Click in the text box at the top of the page and then perform one of the following actions:
- Select one of the suggested prompts and edit it to fit your dataset and the transformation your want to make.
- Select one of the suggested prompts and edit it to fit your dataset and the transformation you want to make.
- Enter a question or describe the transformation you want to make.
2. Click <span class="sr-only" id="submit-icon-label">Submit</span> :octicons-paper-airplane-24:{ style="transform: rotate(-45deg);" title="Submit" aira-labelledby="Submit" }.
3. Scroll down to the new code cell to inspect the transformation.
Expand Down Expand Up @@ -211,7 +211,7 @@ At any time, you can edit the code generated by the AI assistant or enter your o
- [DataFrames](https://dataframes.juliadata.org/stable/man/getting_started/) :octicons-link-external-24:{ aria-hidden="true" alt="External link" title="External link" } for manipulating data tables.
- [CSV](https://csv.juliadata.org/stable/#Overview) :octicons-link-external-24:{ aria-hidden="true" alt="External link" title="External link" } for reading, writing, and processing CSV files.
- [HTTP](https://juliaweb.github.io/HTTP.jl/stable/) :octicons-link-external-24:{ aria-hidden="true" alt="External link" title="External link" } for sending and receiving data over the Internet.
- [JSON3](https://github.com/quinnj/JSON3.jl) :octicons-link-external-24:{ aria-hidden="true" alt="External link" title="External link" } for working with JSON data
- [JSON3](https://github.com/quinnj/JSON3.jl) :octicons-link-external-24:{ aria-hidden="true" alt="External link" title="External link" } for working with JSON data.
- [DisplayAs](https://github.com/tkf/DisplayAs.jl) :octicons-link-external-24:{ aria-hidden="true" alt="External link" title="External link" } for displaying data.

- :simple-r:{ .lg .middle aria-hidden="true" } __[R](https://cran.r-project.org/doc/manuals/r-release/R-intro.html) :octicons-link-external-24:{ aria-hidden="true" alt="External link" title="External link" } libraries__
Expand Down

0 comments on commit 955cc37

Please sign in to comment.