diff --git a/docs/datasets/transform-dataset.md b/docs/datasets/transform-dataset.md index 585b0e3..48dd61b 100644 --- a/docs/datasets/transform-dataset.md +++ b/docs/datasets/transform-dataset.md @@ -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 Submit :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. @@ -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__