Instructional Video6:25
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (Sort, OrderBy)

Higher Ed
In this lesson, we will explore sorting in Spark DataFrame using sort and orderBy. 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...
Instructional Video11:08
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Spark DF (Group By - Filtering)

Higher Ed
Let's explore filtering for group by in this video. 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 Video11:10
Curated Video

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

Higher Ed
Let's discuss a solution for the quiz on average. 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 Video11:50
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Select DF Columns

Higher Ed
Learn how to select multiple columns from the 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 DataFrames in depth.
Instructional Video6:24
Curated Video

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

Higher Ed
In this lesson, you will learn about the Distinct() RDD 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.
Instructional Video15:14
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - RDD (saveAsTextFile)

Higher Ed
In this session, you will learn about how to save RDD to a text file using the saveAsTextFile() function. This clip is from the chapter "Spark RDDs" of the series "PySpark and AWS: Master Big Data with PySpark and AWS".This section...
Instructional Video18:06
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - RDD (Partition)

Higher Ed
In this lesson, we will explore the concepts of partition. 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 Video1:30
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Quiz (UDFs)

Higher Ed
It's time for a short quiz on UDFs. 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 Video7:03
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Change Data Capture Pipeline

Higher Ed
In this lesson, we will perform the last step of the project, which is the Change Data Capture (CDC) pipeline. Let's wind up. This clip is from the chapter "Project - Change Data Capture / Replication Ongoing" of the series "PySpark and...
Instructional Video2:50
Curated Video

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

Higher Ed
In this session, we will run Spark and confirm if it was configured successfully. 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...
Instructional Video5:31
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - RDS Networking

Higher Ed
Now that our database is ready, we will go ahead and work on RDS networking. 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...
Instructional Video1:03
Curated Video

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

Higher Ed
It's time for a short quiz on word count. 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 Video0:58
Curated Video

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

Higher Ed
It's time for a short 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 PySpark RDDs.
Instructional Video1:24
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Quiz (Map)

Higher Ed
It's time for a short 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.
Instructional Video3:25
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Projects Overview

Higher Ed
This video provides a brief description of the various projects we will be building together. 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...
Instructional Video1:49
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Introduction to Project

Higher Ed
This video provides an overview of the entire project work. 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...
Instructional Video4:29
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Getting S3 File Name in Lambda

Higher Ed
In this session, we will try to get the S3 file name in Lambda. 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...
Instructional Video6:46
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Creating Lambda Function and Adding Trigger

Higher Ed
This video covers creating Lambda and adding triggers. 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...
Instructional Video8:21
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Create DF from RDD

Higher Ed
In this video, you will learn how to create a DataFrames from 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.
Instructional Video4:52
Curated Video

PySpark and AWS: Master Big Data with PySpark and AWS - Create Databricks Notebook

Higher Ed
Learn how create your first Databricks notebook. 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 section primarily...
Instructional Video12:45
Curated Video

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

Higher Ed
In this lesson, we will work on the next step, which is to show the average marks that 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...
Instructional Video1:53
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - What Is Row Level Security?

Higher Ed
This video explains about row level security. This clip is from the chapter "Snowflake – Data Protection and Governance" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on data protection and...
Instructional Video17:32
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Lab – Micro-Partitions and Clustering Keys

Higher Ed
This video explains micro-partitions and clustering keys. This clip is from the chapter "Snowflake – Partitioning, Clustering, and Performance Optimization" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This...
Instructional Video8:26
Curated Video

Elasticsearch 7 and Elastic Stack - In Depth and Hands On! - Elasticsearch and Apache Spark - Part 1

Higher Ed
This is the first part of the two-part video that explains Elasticsearch and Apache 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...