From 5804e0605c398888bea7bca29ed6ed50ac1ececb Mon Sep 17 00:00:00 2001 From: Jacob Celestine Date: Tue, 18 Feb 2020 22:12:46 +0530 Subject: [PATCH] Updated Readme --- pyspark/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyspark/README.md b/pyspark/README.md index 922e997..2f45015 100644 --- a/pyspark/README.md +++ b/pyspark/README.md @@ -1 +1,8 @@ Everything PySpark. + +### Colab and PySpark.ipynb + +Once you complete this notebook, you should be able to write pyspark programs in an efficent way. The ideal way to use this is by going through the examples given and then trying them on Colab. At the end there are a few hands on questions which you can use to evaluate yourself. The objective of the notebook is to: + +- Give a proper understanding about the different PySpark functions available. +- A short introduction to Google Colab, as that is the platform on which this notebook is written on.