
- 322 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Essential PySpark for Scalable Data Analytics
About this book
Get started with distributed computing using PySpark, a single unified framework to solve end-to-end data analytics at scaleKey Featuresโข Discover how to convert huge amounts of raw data into meaningful and actionable insightsโข Use Spark's unified analytics engine for end-to-end analytics, from data preparation to predictive analyticsโข Perform data ingestion, cleansing, and integration for ML, data analytics, and data visualizationBook DescriptionApache Spark is a unified data analytics engine designed to process huge volumes of data quickly and efficiently. PySpark is Apache Spark's Python language API, which offers Python developers an easy-to-use scalable data analytics framework. Essential PySpark for Scalable Data Analytics starts by exploring the distributed computing paradigm and provides a high-level overview of Apache Spark. You'll begin your analytics journey with the data engineering process, learning how to perform data ingestion, cleansing, and integration at scale. This book helps you build real-time analytics pipelines that help you gain insights faster. You'll then discover methods for building cloud-based data lakes, and explore Delta Lake, which brings reliability to data lakes. The book also covers Data Lakehouse, an emerging paradigm, which combines the structure and performance of a data warehouse with the scalability of cloud-based data lakes. Later, you'll perform scalable data science and machine learning tasks using PySpark, such as data preparation, feature engineering, and model training and productionization. Finally, you'll learn ways to scale out standard Python ML libraries along with a new pandas API on top of PySpark called Koalas. By the end of this PySpark book, you'll be able to harness the power of PySpark to solve business problems.What you will learnโข Understand the role of distributed computing in the world of big dataโข Gain an appreciation for Apache Spark as the de facto go-to for big data processingโข Scale out your data analytics process using Apache Sparkโข Build data pipelines using data lakes, and perform data visualization with PySpark and Spark SQLโข Leverage the cloud to build truly scalable and real-time data analytics applicationsโข Explore the applications of data science and scalable machine learning with PySparkโข Integrate your clean and curated data with BI and SQL analysis toolsWho this book is forThis book is for practicing data engineers, data scientists, data analysts, and data enthusiasts who are already using data analytics to explore distributed and scalable data analytics. Basic to intermediate knowledge of the disciplines of data engineering, data science, and SQL analytics is expected. General proficiency in using any programming language, especially Python, and working knowledge of performing data analytics using frameworks such as pandas and SQL will help you to get the most out of this book.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Section 1: Data Engineering
- Chapter 1, Distributed Computing Primer
- Chapter 2, Data Ingestion
- Chapter 3, Data Cleansing and Integration
- Chapter 4, Real-Time Data Analytics
Chapter 1: Distributed Computing Primer
- Introduction Distributed Computing
- Distributed Computing with Apache Spark
- Big data processing with Spark SQL and DataFrames
Technical requirements
- Online Retail: https://archive.ics.uci.edu/ml/datasets/Online+Retail+II
- Image Data: https://archive.ics.uci.edu/ml/datasets/Rice+Leaf+Diseases
- Census Data: https://archive.ics.uci.edu/ml/datasets/Census+Income
- Country Data: https://public.opendatasoft.com/explore/dataset/countries-codes/information/
Distributed Computing
Introduction to Distributed Computing
Data Parallel Processing
- The actual data that needs to be processed
- The piece of code or business logic that needs to be applied to the data in order to process it
- First, bring the data to the machine where our code is running.
- Second, take our code to where our data is actually stored.
Data Parallel Processing using the MapReduce paradigm
- The Map stage
- The Shuffle stage
- The Reduce stage

Table of contents
- Essential PySpark for Scalable Data Analytics
- Contributors
- Preface
- Section 1: Data Engineering
- Chapter 1: Distributed Computing Primer
- Chapter 2: Data Ingestion
- Chapter 3: Data Cleansing and Integration
- Chapter 4: Real-Time Data Analytics
- Section 2: Data Science
- Chapter 5: Scalable Machine Learning with PySpark
- Chapter 6: Feature Engineering โ Extraction, Transformation, and Selection
- Chapter 7: Supervised Machine Learning
- Chapter 8: Unsupervised Machine Learning
- Chapter 9: Machine Learning Life Cycle Management
- Chapter 10: Scaling Out Single-Node Machine Learning Using PySpark
- Section 3: Data Analysis
- Chapter 11: Data Visualization with PySpark
- Chapter 12: Spark SQL Primer
- Chapter 13: Integrating External Tools with Spark SQL
- Chapter 14: The Data Lakehouse
- Other Books You May Enjoy