Instructional Video7:55
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Spark Application and Session

Higher Ed
In this video session, we will dive deep into the Spark application. Let's create a Spark program and learn more about Spark sessions. This clip is from the chapter "Spark Execution Concepts" of the series "Apache Spark 3 for Data...
Instructional Video5:39
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Exposing Bad Records

Higher Ed
In this session, we will remove bad records to ensure that we have good quality data. This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics with...
Instructional Video7:56
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - PySpark Installation

Higher Ed
In this session, we will go ahead and install PySpark (Windows). This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will give...
Instructional Video8:57
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Reading CSV Files into DataFrame

Higher Ed
In this session, we will load our CSV files from our previous project into the DataFrame. This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics with...
Instructional Video6:40
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Aggregations - Min Max Sum SumDistinct AVG

Higher Ed
In this session, we will work with the aggregation functions: min, max, sum, sumdistinct, and avg. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with...
Instructional Video8:17
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Distinct and Filter Transformations

Higher Ed
In this session, we will explore the distinct() and filter() transformations. This clip is from the chapter "RDD Crash Course" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily focuses...
Instructional Video9:18
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Install Jupyter Notebooks

Higher Ed
We will be installing the Jupyter notebook in this session for macOS. This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will...
Instructional Video8:50
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - PySpark DataFrame, Schema, and DataTypes

Higher Ed
In this session, let's learn about the DataFrame, schema, and data types. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section...
Instructional Video9:05
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge - Convert Fahrenheit to Centigrade

Higher Ed
In this video, we will look at a challenge problem and find the solution. This clip is from the chapter "RDD Crash Course" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily focuses on...
Instructional Video9:13
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Spark Transformations and Actions Part 1

Higher Ed
In this video, we will see how Spark executes its application. This clip is from the chapter "Spark Execution Concepts" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section completely focuses on the...
Instructional Video3:49
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Spark SQL Introduction

Higher Ed
In this session, we will discuss about SQL and Spark SQL. This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily...
Instructional Video7:17
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - MacOS - PySpark Installation

Higher Ed
We will be installing PySpark in this session (macOS). This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will give you a...
Instructional Video2:22
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Summary

Higher Ed
Congratulations! You have successfully completed the course. Let's look at a short summary of the things you have learned so far before we wrap up. This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series...
Instructional Video6:40
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Data Preparation

Higher Ed
In this session, we're going to unpack RDD transformations and actions, but first, let's prepare the session and data. This clip is from the chapter "RDD Crash Course" of the series "Apache Spark 3 for Data Engineering and Analytics with...
Instructional Video8:54
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 1 - Data Preparation

Higher Ed
Let's tackle the first task that was discussed in our previous lesson. You can compare your solution with the solution provided in this video. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3...
Instructional Video2:29
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Aggregations

Higher Ed
In this session, we will understand the concept of aggregations. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily...
Instructional Video10:18
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Reading a JSON File

Higher Ed
In this session, we will learn to read the JSON file. This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily focuses on the...
Instructional Video6:05
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 3 - Prepare 2019 Data

Higher Ed
In the session, we will address the first task of the challenge that was discussed in the previous video. We will be preparing 2019 data and modularizing our programs. This clip is from the chapter "Structured API - Spark DataFrame" of...
Instructional Video3:34
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Spark Transformations and Actions Part 2

Higher Ed
In this session, we will learn about narrow and wide transformations and Spark actions. This clip is from the chapter "Spark Execution Concepts" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section...
Instructional Video2:23
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Section Summary

Higher Ed
Let's recap what we have learned so far in this section. This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will give you a...
Instructional Video7:45
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Creating a Database and Table

Higher Ed
In this session, we will create a database and a table. This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section primarily focuses...
Instructional Video5:27
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Hadoop Installation

Higher Ed
We will be installing and setting up Hadoop in this session (Windows). This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This section will...
Instructional Video5:28
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Creating our First 2 Databricks Notebooks

Higher Ed
We are now ready with our newly created cluster. In this session, we will go ahead and create our first two notebooks. This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data...
Instructional Video6:10
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge - XYZ Research Part 1

Higher Ed
In this session, we will address part one of the challenge that we discussed in our previous lesson. Let's look at how many research projects were initiated in the three-year period. This clip is from the chapter "RDD Crash Course" of...