Instructional Video10:19
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Finding Min and Max

Higher Ed
In this session, we will find the minimum and maximum movie ratings from the dataset. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark RDDs.
Instructional Video2:50
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Load data (Creating RDS-II)

Higher Ed
Let's continue loading data (creating RDS) from the previous lesson. This clip is from the chapter "ETL Pipeline" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers Extract Transform Load (ETL)...
Instructional Video3:51
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Finding Minimum and Maximum Marks

Higher Ed
In this lesson, we will work on getting the minimum and maximum marks achieved per course. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark...
Instructional Video8:54
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - [Exercise] Importing Data with Spark

Higher Ed
This video presents an exercise on importing data with Spark. This clip is from the chapter "Importing Data into Your Index (Big or Small)" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains...
Instructional Video4:05
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Utility Matrix

Higher Ed
Learn what utility matrix is with the help of an example. This clip is from the chapter "Collaborative Filtering" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section primarily focuses on collaborative...
Instructional Video14:11
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Transforming Data

Higher Ed
In this video, we will work on transforming the data. This clip is from the chapter "ETL Pipeline" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers Extract Transform Load (ETL) pipeline in depth.
Instructional Video3:40
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Total Students

Higher Ed
In this session, we will work on the first steps of the mini project, which is showing the number of students in the file. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and...
Instructional Video10:17
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Running Spark Code Locally

Higher Ed
In this session, we will replicate the code from the previous lesson to our local machine. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on PySpark...
Instructional Video15:31
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Project Architecture

Higher Ed
Let's go ahead and discuss the architecture of the entire project in this session. This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with PySpark and...
Instructional Video7:30
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Cache and Persist)

Higher Ed
In this video, you will learn about the concepts of cache and persist. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in depth.
Instructional Video3:50
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Glue Job (Change Capture)

Higher Ed
This video covers glue job (change capture). This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section covers project work on...
Instructional Video6:31
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Dataset

Higher Ed
In this session, we will explore the dataset and put the dataset in the DBFS of Databricks and read the data. This clip is from the chapter "Collaborative Filtering" of the series "PySpark and AWS: Master Big Data with PySpark and...
Instructional Video10:35
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Creating Spark DFs

Higher Ed
Let's get started with Spark DataFrames. In this session, we will be creating the first DataFrames. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on...
Instructional Video2:31
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Collaborative Filtering

Higher Ed
This video introduces you to collaborative filtering. This clip is from the chapter "Collaborative Filtering" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section primarily focuses on collaborative filtering...
Instructional Video3:13
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Applications of PySpark

Higher Ed
Let's explore the in-demand applications of Spark in this session. This clip is from the chapter "Introduction" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".Welcome to the course. This section introduces you to...
Instructional Video3:54
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Why Spark

Higher Ed
In this lesson, you will learn why we need Spark and how it is useful. This clip is from the chapter "Introduction to Hadoop, Spark Ecosystems and Architectures" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This...
Instructional Video3:13
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Total Marks per Course

Higher Ed
In this session, we will work on showing the total marks that the students have achieved per course. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on...
Instructional Video10:38
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (Group By - Multiple Columns and Aggregations)

Higher Ed
In this session, you will learn about the grouping in multiple columns and then performing aggregations. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses...
Instructional Video6:05
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Min and Max)

Higher Ed
Let's discuss the solution for the quiz on finding the minimum and maximum from the given dataset. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on...
Instructional Video17:02
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - RDD GroupByKey

Higher Ed
In this lesson, we will take a look at the grouping transformation using the GroupByKey(). GroupByKey is used to create groups based on keys in RDD. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big...
Instructional Video7:10
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Finding Average-2

Higher Ed
Let's continue calculating the average movie ratings from the dataset in this session as well. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on...
Instructional Video0:54
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Quiz (Word Count) - Spark DFs

Higher Ed
It's time for a short quiz on calculating the word count. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses on Spark DataFrames in depth.
Instructional Video5:04
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Project (Group By, Aggregations and Order By)

Higher Ed
In this session, we will print the minimum and maximum salaries in each department and sort the salaries in ascending order. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and...
Instructional Video3:10
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Expected Results

Higher Ed
Let's discuss the expected results from the collaborative filtering in this session. This clip is from the chapter "Collaborative Filtering" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section primarily...