From 736f80ca414c53dafe127bd38b7c3aa387ba5969 Mon Sep 17 00:00:00 2001 From: Pedro Faria <69123925+pedropark99@users.noreply.github.com> Date: Fri, 12 Jan 2024 07:54:33 -0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5fd183f..d256d591 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ An open and introductory book for the Python API of Apache Spark. The book "Introduction to pyspark" provides a quick introduction for the `pyspark` Python package, which is the Python API of Apache Spark. Read the book at: . + You can buy a copy of the book through Amazon: . + Publication page: . With `pyspark` you are able to use the Python language to write Spark applications and run them on a Spark cluster in a scalable and elegant way. This book focus on teaching the fundamentals of `pyspark`, and how to use it for big data analysis.