Instructional Video9:21
KnowMo

Introduction to Addition and Subtraction of Vectors

12th - Higher Ed
This video is a lecture presentation on the addition and subtraction of vectors. The presenter begins by defining what vectors are and how they are represented in notation. The video then demonstrates how to add and subtract vectors...
Instructional Video8:14
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Working with User-Defined Functions

Higher Ed
In this session, let's learn how to create user-defined functions.
r/>
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 Video4:35
National Institute of Standards and Technology

The Digital Thread_ Stitching Together the Next Industrial Revolution

9th - 12th
Along the path from design to manufacture, a lot of information gets passed from computer to computer and machine to machine. Figuring out how a product’s design and manufacturing information can be authored, exchanged and processed...
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.
r/>
This clip is from the chapter "Introduction to Spark SQL and Databricks" of the series "Apache Spark 3 for Data Engineering and Analytics...
Instructional Video10:05
Brave Wilderness

Rarest Frog in the World?

6th - 8th
On this episode of Breaking Trail, Coyote is on the search for one of the rarest frogs in the world, the Lemur Leaf Frog! Joining the crew on this expedition will be Brian Kubicki, one of the most renowned amphibian specialists in Latin...
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 Video10:41
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 3 - Q1 Get the Best Sales Month

Higher Ed
In this session, we will discuss the answer to the first question of the challenge, which is: What was the best month sales?
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for...
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.
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and...
Instructional Video4:15
The Economist

Does this line predict America’s next recession?

12th - Higher Ed
The yield curve has predicted America's last eight recessions. In March this year it inverted again. So what does it mean for America?
Instructional Video0:58
Next Animation Studio

Biggest solar flare in years erupts from Sun

12th - Higher Ed
The sun has emitted a huge solar flare that is heading towards earth, NASA has warned. The eruption of the X-flare, the strongest kind, occurred at 0156 GMT on Tuesday and was recorded by the US space agency's Solar Dynamics Observatory....
Instructional Video4:01
KnowMo

Introduction to Vectors: Magnitude, Direction, and Operations

12th - Higher Ed
The video discusses vectors and how they describe movement along and up or down. The different notations for vectors are explained, including when a coordinate plane is not available. The concepts of magnitude and direction in vectors...
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.
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series...
Instructional Video7:42
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Rows and Union

Higher Ed
In this lesson, we will learn how to create individual rows and make a DataFrame out of the rows and use the union transformation to combine DataFrames.
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of...
Instructional Video8:37
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Columns and Expressions

Higher Ed
Let's explore columns and expressions in this session.
r/>
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 Video4:07
Prime Coaching Sport

• The Serves • How to teach volleyball skills at elementary school

K - Higher Ed
<br/>
Get all the help you need with <br/>volleybal<br/>l:• Warm up g<br/>ames
•<br/> Bal<b<br/>r/>l work
• Skills and drills
• Modified<br/> games
• Stations

to get your kids on the way to becoming volleyball stars!
Instructional Video6:25
Mediacorp

The Controversial World of Dangdut and Caning

12th - Higher Ed
This video explores the diverse and complex nature of Islam in Indonesia, the largest Muslim nation in the world. The video also delves into a province governed by Sharia law, where strict enforcement and punishment, including public...
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.
r/>
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 Video6:24
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Adding, Renaming, and Dropping Columns

Higher Ed
In this session, we're going to learn how to add, rename, and drop columns.
r/>
This clip is from the chapter "Structured API - Spark DataFrame" of the series "Apache Spark 3 for Data Engineering and Analytics with Python".This...
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.
r/>
This clip is from the chapter "Structured API - Spark...
Instructional Video9:16
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge Part 2 - Rearrange the Schema

Higher Ed
Let's work on the second part of the challenge. In this session, we will be changing some datatypes, rename a few columns, drop some columns, and add new columns.
r/>
This clip is from the chapter "Structured API - Spark...
Instructional Video13:30
KnowMo

Geometric Proof Using Vectors

12th - Higher Ed
This video provides an overview of geometric proof using vectors, covering topics such as parallel vectors, collinear points, and resultant vectors. The presenter explains how to represent vectors using notation and how to work with them...
Instructional Video2:32
Mediacorp

Life in Indonesia's Volcanic Danger Zone

12th - Higher Ed
This video explores the volatile nature of Indonesia, one of the most active volcanic regions in the world. The video highlights the risks faced by millions of Indonesians living in unpredictable areas and showcases the efforts of...
Instructional Video7:15
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Distinct Drop Duplicates Order By

Higher Ed
Depending on the dataset that you are working with, you may require a unique set of rows. Let's explore how to get unique set of rows, drop duplicates, and sort/order the data frame.
r/>
This clip is from the chapter...
Instructional Video10:54
Packt

State Pattern - Small Project

Higher Ed
JavaScript Patterns: State Pattern - Small Project
<
br/>
This clip is from the chapter "JavaScript Patterns" of the series "Modern JavaScript from the Beginning".In this section, you will learn what JavaScript patterns are, and the...