Skip to content

Commit 3c97bef

Browse files
Merge branch 'development' of github.com:v3io/tutorials
2 parents 0c32506 + 3e5a861 commit 3c97bef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

data-ingestion-and-preparation/README.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"The platform features a wide set of methods for manipulating and managing data, of different formats, in each step of the data life cycle, using a variety of frameworks, tools, and APIs — such as Spark SQL and DataFrames, Spark Streaming, Presto SQL queries, pandas DataFrames, Dask, the V3IO Frames Python library, and web APIs.\n",
5050
"\n",
5151
"This tutorial provides an overview of various methods for collecting, storing, and manipulating data in the platform, and refers to sample tutorial notebooks that demonstrate how to use these methods.<br>\n",
52-
"For an in-depth overview of the platform and how it can be used to implement a full data science workflow, see the [**platform-overview**](../platform-overview.ipynb) tutorial notebook.<br>\n",
53-
"For full end-to-end platform use-case application demos, see [**demos**](../demos/README.ipynb) tutorial notebooks directory.\n",
52+
"For an in-depth overview of the platform and how it can be used to implement a full data science workflow, see the [**platform-overview**](../platform-overview.ipynb) tutorial notebook.\n",
53+
"For full end-to-end platform use-case application demos, see the [**demos**](../demos/README.ipynb) tutorial notebooks directory.\n",
5454
"\n",
5555
"<br><img src=\"../assets/images/pipeline-diagram.png\" alt=\"pipeline-diagram\" width=\"1000\"/><br>"
5656
]

data-ingestion-and-preparation/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ The platform's multi-model data layer and related APIs provide enhanced support
3232
Various steps of the data science life cycle (pipeline) might require different tools and frameworks for working with data, especially when it comes to the different mechanisms required during the research and development phase versus the operational production phase.
3333
The platform features a wide set of methods for manipulating and managing data, of different formats, in each step of the data life cycle, using a variety of frameworks, tools, and APIs &mdash; such as Spark SQL and DataFrames, Spark Streaming, Presto SQL queries, pandas DataFrames, Dask, the V3IO Frames Python library, and web APIs.
3434

35-
This document provides an overview of various methods for collecting, storing, and manipulating data in the platform, and refers to sample tutorial notebooks that demonstrate how to use these methods.<br>
36-
For an in-depth overview of the platform and how it can be used to implement a full data science workflow, see the [**platform-overview**](../platform-overview.ipynb) tutorial notebook.<br>
37-
For full end-to-end platform use-case application demos, see [**demos**](../demos/README.ipynb) tutorial notebooks directory.
35+
This tutorial provides an overview of various methods for collecting, storing, and manipulating data in the platform, and refers to sample tutorial notebooks that demonstrate how to use these methods.<br>
36+
For an in-depth overview of the platform and how it can be used to implement a full data science workflow, see the [**platform-overview**](../platform-overview.ipynb) tutorial notebook.
37+
For full end-to-end platform use-case application demos, see the [**demos**](../demos/README.ipynb) tutorial notebooks directory.
3838

3939
<br><img src="../assets/images/pipeline-diagram.png" alt="pipeline-diagram" width="1000"/><br>
4040

@@ -177,7 +177,7 @@ The [**csv-to-hive**](csv-to-hive.ipynb) tutorial includes a script that convert
177177

178178
The [**spark-sql-analytics**](spark-sql-analytics.ipynb) tutorial demonstrates how to run Spark SQL queries on data in the platform's data store.
179179

180-
For more information about the platform's Spark service, see [Working with Spark](#data-ingest-spark) in this document.
180+
For more information about the platform's Spark service, see [Working with Spark](#data-ingest-spark) in this tutorial.
181181

182182
<a id="data-ingest-sql-nuclio"></a>
183183
### Running SQL Queries from Nuclio Functions

0 commit comments

Comments
 (0)