Instructional Video4:52
Curated Video

Linux Fundamentals - Piping

Higher Ed
This video explains the concept of piping. This clip is from the chapter "Data Streams and Piping in Linux" of the series "Linux Fundamentals".This section will introduce you to the data streams and piping in Linux. By the end of this...
Instructional Video6:09
Curated Video

Spark Programming in Python for Beginners with Apache Spark 3 - Dataframe Rows and Unstructured data

Higher Ed
In this video, we will cover Dataframe rows and unstructured data. This clip is from the chapter "Spark Dataframe and Dataset Transformations" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section,...
Instructional Video3:05
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Update Value in Map

Higher Ed
Learn how to update the key value pair in this lesson. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types and...
Instructional Video5:48
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Taking Input from User

Higher Ed
In this lesson, we will learn how to take input from the user. This clip is from the chapter "Overview" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on important basic concepts related to Scala.
Instructional Video5:24
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Stack Attributes

Higher Ed
In this lesson, we will explore some more functions related to Stack. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the...
Instructional Video3:31
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Spark Print Schema, Select

Higher Ed
In this video session we will learn about Spark Print Schema. This clip is from the chapter "Project" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on building a project on Scala Spark.
Instructional Video4:20
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution 2 (While Loop)

Higher Ed
In this session, we will continue discussing the solution to the quiz (part 2). This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Instructional Video3:44
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (User Input and Type Casting)

Higher Ed
Let's discuss the solution to the quiz question from our previous session. This clip is from the chapter "Overview" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on important basic concepts...
Instructional Video2:54
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (String Concatenation Function)

Higher Ed
Let's discuss the solution to the quiz on string concatenation. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions and its types.
Instructional Video5:06
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (nested if else)

Higher Ed
In this video session, we will discuss the solution for the quiz we saw in our previous session. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow...
Instructional Video4:07
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (if statement)

Higher Ed
Let's discuss the solution to the quiz question we saw in our previous lesson. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Instructional Video6:43
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (For Loop)

Higher Ed
Let's discuss the solution to the quiz on for loop in this session. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Instructional Video4:44
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Solution (Anonymous Functions)

Higher Ed
Let's discuss the solution to the short quiz on anonymous functions in this session. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions...
Instructional Video3:14
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Remove Data from ListBuffer

Higher Ed
In this lesson, you will learn how to remove data in ListBuffer. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types...
Instructional Video1:06
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Quiz (Nested If Else)

Higher Ed
It's knowledge check time! Let's look at a short quiz on nested if else. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Instructional Video1:44
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Quiz (Default Arguments)

Higher Ed
It's time for a quiz on default arguments. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions and its types.
Instructional Video5:12
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Project Solution Code 2

Higher Ed
Let's start coding for the second part of the mini-project. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Instructional Video5:35
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Overview of While Loop

Higher Ed
Learn what are while loops in this session. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.
Instructional Video5:13
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Named Arguments

Higher Ed
This session covers functions with named arguments. This clip is from the chapter "Functions" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section primarily focuses on functions and its types.
Instructional Video4:58
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Lists introduction

Higher Ed
In this session, we will explore list data structures. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types and...
Instructional Video6:09
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Lists Create and Delete Elements

Higher Ed
Learn how to create, append and delete elements in a list in this session. Lists are immutable in Scala. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section...
Instructional Video4:39
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - ListBuffer Introduction

Higher Ed
In this lesson, we will discuss ListBuffer. A ListBuffer is a collection that contains mutable data. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses...
Instructional Video6:12
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - Implementing the Control Flow

Higher Ed
In this lesson, we will implement the control flow in the project. This clip is from the chapter "Data Structures" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section focuses on data structures, and the types...
Instructional Video6:30
Curated Video

Scala & Spark-Master Big Data with Scala and Spark - If else statements

Higher Ed
In this lesson, you will learn about If-else statements. This clip is from the chapter "Flow Control" of the series "Scala & Spark-Master Big Data with Scala and Spark".This section covers flow control in detail.