Tweaked RDD collect() description to be more descriptive.

This commit is contained in:
Donne Martin 2015-06-23 22:08:00 -04:00
parent 26349dad5d
commit e8b32cffa1

View File

@ -140,7 +140,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Display the data in the data:"
"Return all the elements of the dataset as an array--this is usually more useful after a filter or other operation that returns a sufficiently small subset of the data:"
]
},
{