
Explore what big data means, including the four V's—volume, velocity, variety, and veracity—and gain an overview of Spark concepts, cluster deployment, and PySpark fundamentals.
Master the resilient distributed dataset (RDD) as Spark's core for parallel, fault-tolerant data across a cluster, driven by transformations, actions, and lazy computation.
Explore RDD operations using lazy transformations like flatMap, map, and filter, and actions like reduceByKey and collect to count words from a text file.
Explore pair RDDs in pyspark, focusing on key-value data, hash partitioning, and core transformations such as map, flatMapValues, reduceByKey, groupByKey, aggregateByKey, and combineByKey, plus lookups and joins by key.
Create PySpark dataframes from lists, RDDs, and external sources (files, databases) and define schemas with struct types; print schema and handle empty dataframes.
Learn how the PySpark column class provides operators and functions to manipulate data frame columns, access and alias columns, filter data, concatenate names, cast types, and apply when expressions.
Explore sql aggregate functions in pyspark, including count distinct, avg, collect_list, collect_set, max, min, mean, skewness, standard deviation, sum, and variance on a salary dataset.
Explore window functions in Spark SQL to perform ranking, analytic, and aggregate operations within partitioned and ordered data windows.
Learn to create and customize matplotlib plots within PySpark workflows, including selecting columns, plotting salaries and medians, labeling axes, styling lines, and adjusting layout for clear visualizations.
PySpark helps you perform data analysis. It helps you to build more scalable analyses and data pipelines. This course starts by introducing you to PySpark's potential for performing analysis of large datasets. You'll learn how to interact with Spark from Python and connect to Spark on windows as local machine.
By the end of this course, you will not only be able to perform efficient data analytics but will have also learned to use PySpark to easily analyze large datasets at-scale in your organization.
This course will greatly appeal to data science enthusiasts, data scientists, or anyone who is familiar with Machine Learning concepts and wants to scale out his/her work to work with big data.
If you find it difficult to analyze large datasets that keep growing, then this course is the perfect guide for you!
Note: A working knowledge of Python assumed.
What You Will Learn
Gain a solid knowledge of PySpark with Data Analytics concepts via practical use cases
Run, process, and analyze large chunks of datasets using PySpark
Utilize Spark SQL to easily load big data into DataFrames
How to use PySpark SQL Functions.
How you can extract data from multiple sources
We will using Pycharm as an IDE to run pyspark and python.