mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-10 06:01:44 +08:00
Improve grammar in Explorer notebook (#1808)
This commit is contained in:
parent
b0e3d871a5
commit
bd41b5b178
1 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ All set, let's go.
|
||||||
|
|
||||||
## Quick introduction to Explorer and DataTable
|
## Quick introduction to Explorer and DataTable
|
||||||
|
|
||||||
Shortly, Explorer is the DataFrame library for Elixir. It brings the
|
In short, Explorer is the DataFrame library for Elixir. It brings the
|
||||||
essential data analysis, exploration, and transformation tools to the
|
essential data analysis, exploration, and transformation tools to the
|
||||||
Elixir ecosystem, while the integration provided by KinoExplorer makes
|
Elixir ecosystem, while the integration provided by KinoExplorer makes
|
||||||
it effortless to visualize and interact with data through the DataTable.
|
it effortless to visualize and interact with data through the DataTable.
|
||||||
|
|
@ -55,8 +55,8 @@ Explorer.Datasets.fossil_fuels()
|
||||||
|
|
||||||
## The Data transform smart cell
|
## The Data transform smart cell
|
||||||
|
|
||||||
The DataTable let us to quickly view the raw data, without modifying it,
|
The DataTable lets us quickly view the raw data, without modifying it,
|
||||||
while the Data transform cell allows us to transform it creating insightful
|
while the Data transform cell allows us to transform it, creating insightful
|
||||||
and flexible data pipelines and seeing the results on the fly.
|
and flexible data pipelines and seeing the results on the fly.
|
||||||
|
|
||||||
Before we explore its features, we need some data to work with.
|
Before we explore its features, we need some data to work with.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue