Curated Video
Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Overview of Elasticsearch
This video provides an overview of Elasticsearch. This clip is from the chapter "Installing and Understanding Elasticsearch" of the series "Elasticsearch 7 and Elastic Stack - In Depth and Hands On".This section explains how to install...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming DF
Learn all about Spark streaming with DF. This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section primarily focuses on Spark streaming.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Streaming Cluster Restart
In this session, you will learn Spark streaming cluster restart. This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section primarily focuses on Spark streaming.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark Provide Schema
Learn how to provide the Schema of Spark DataFrames in this session. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF Filter Rows
Learn how to apply row filters in the Spark DataFrame. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (UDFs)
In this session, we will learn about User-Defined Functions (UDFs) in Spark 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 Spark...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (Group By)
In this lesson, you will learn about grouping in a single column. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (DF to RDD)
In this video, you will learn about the process of converting DF to RDD. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Solution 1 (Map)
Let's discuss the solution to the quiz on Map() function. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Sort, OrderBy)
Let's discuss the solution of the quiz in sorting. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Group By)
Let's discuss a solution to the quiz. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - RDD ReduceByKey
In this session, we will explore ReduceByKey(). ReduceByKey is used to combine data based on keys in RDD. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - RDD FlatMap
Let's explore another Spark RDD function, which is the FlatMap() in this session. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - RDD (Count and CountByValue)
In this session, you will learn about Count() and CountByValue() functions. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Quiz (Select, Withcolumn, Filter)
It's time for a short quiz. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Quiz (Distinct, Duplicate)
It's time for a short quiz on distinct and drop duplicate. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Solution (Distinct, Duplicate)
Let's discuss the solution for the quiz on distinct and drop duplicates. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Quiz (Group By)
It's time for a short quiz on GroupBy. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Quiz (Filter)
It's time for a short quiz on Filter() function. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Project Overview - Spark DFs
This video provides an overview of the upcoming project work period. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Project Overview - Spark RDDs
The video provides an overview of the upcoming project work. 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.
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Project (Write)
Let's wrap up the project. In this session, we will create DF of all the employees whose age is greater than 45 and save them in a file. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Project (UDF and WithColumn)
In this session, we will raise the salaries by $500 for all the employees whose age is greater than 45. This clip is from the chapter "Spark DFs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section focuses...
Curated Video
PySpark and AWS: Master Big Data with PySpark and AWS - Introduction to Spark Streaming
This video introduces you to Spark streaming. This clip is from the chapter "Spark Streaming" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".The section primarily focuses on Spark streaming.