From bd41b5b178f5c332a515de803e7c7e6392afee75 Mon Sep 17 00:00:00 2001 From: davidtew Date: Mon, 20 Mar 2023 19:47:32 +0000 Subject: [PATCH] Improve grammar in Explorer notebook (#1808) --- lib/livebook/notebook/learn/intro_to_explorer.livemd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/livebook/notebook/learn/intro_to_explorer.livemd b/lib/livebook/notebook/learn/intro_to_explorer.livemd index 9e2587e35..1d515954f 100644 --- a/lib/livebook/notebook/learn/intro_to_explorer.livemd +++ b/lib/livebook/notebook/learn/intro_to_explorer.livemd @@ -34,7 +34,7 @@ All set, let's go. ## 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 Elixir ecosystem, while the integration provided by KinoExplorer makes 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 DataTable let us to quickly view the raw data, without modifying it, -while the Data transform cell allows us to transform it creating insightful +The DataTable lets us quickly view the raw data, without modifying it, +while the Data transform cell allows us to transform it, creating insightful and flexible data pipelines and seeing the results on the fly. Before we explore its features, we need some data to work with.