Instructional Video3:11
Curated Video

Business Intelligence with Microsoft Power BI - with Material - How to Transpose?

Higher Ed
This video demonstrates how to work on the transposing feature in Power BI.
<
br/>
This clip is from the chapter "Important Topics in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This...
Instructional Video3:54
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Conditional Column - One Column

Higher Ed
This video explains how to work on a conditional column.
<
br/>
This clip is from the chapter "Introduction to Conditional Column and Column from Examples" of the series "Business Intelligence with Microsoft Power BI - with...
Instructional Video5:55
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Column from Examples - Splitting Text

Higher Ed
This video explains how to work on split text.
<
br/>
This clip is from the chapter "Introduction to Conditional Column and Column from Examples" of the series "Business Intelligence with Microsoft Power BI - with Material".This...
Instructional Video4:09
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Appending Multiple Excel Sheets and Tables

Higher Ed
This video demonstrates how to append multiple sheets or multiple tables from one Excel file.
<
br/>
This clip is from the chapter "Appending Data in Power BI" of the series "Business Intelligence with Microsoft Power BI - with...
Instructional Video1:36
Curated Video

Business Intelligence with Microsoft Power BI - with Material - Appending Data

Higher Ed
This video introduces you to the basics of appending data.
<
br/>
This clip is from the chapter "Appending Data in Power BI" of the series "Business Intelligence with Microsoft Power BI - with Material".This section explains how to...
Instructional Video3:41
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - What is Page Object Model?

Higher Ed
This video explains page object model.
r/>
This clip is from the chapter "Framework Part 8 - Page Object Pattern and Page Factory" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This section...
Instructional Video10:09
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - What is Apache POI API and Download Instructions?

Higher Ed
This video explains Apache POI API and demonstrates how to download it.
r/>
This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video15:18
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Strategy to Access Excel Data

Higher Ed
This video discusses the strategy to access Excel data.
r/>
This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to Advanced and Frameworks".This...
Instructional Video9:19
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Steps to Connect a Database to Selenium Test Cases

Higher Ed
This video presents the steps to connect a database to Selenium test cases.
r/>
This clip is from the chapter "Database Connection to Selenium Test Cases" of the series "Selenium WebDriver with Java - Basics to Advanced and...
Instructional Video10:59
Curated Video

Selenium WebDriver with Java - Basics to Advanced and Frameworks - Practice Exercise - Excel Driven Testing - 2

Higher Ed
This video presents the second part of the Excel driven testing practice exercise.
r/>
This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video4:36
APMonitor

Solve Linear Equations with Excel

10th - Higher Ed
Excel MMULT and MINVERSE functions are used to solve systems of linear equations such as A * x = b by inverting A and multiplying by the right hand side (x = A^-1 * b).
Instructional Video7:47
Let's Tute

Introduction to Advanced Functions in Microsoft Excel for Beginners

9th - Higher Ed
This is a tutorial on advanced functions in Microsoft Excel, covering functions such as average if, countif, concatenate, conditional formatting, future value, if and if condition, if error, payment function and loans, sum if, and...
Instructional Video4:48
Catalyst University

Lineweaver-Burke Plot Example with y=mx+b

Higher Ed
Lineweaver-Burke Plot Example with y=mx+b
Instructional Video4:27
Curated Video

Alteryx for Beginners - Random % Sample Tool

Higher Ed
This video demonstrates how to use the Random % Sample tool in Alteryx.<br/<br/>>

This clip is from the chapter "Preparation Tab" of the series "Alteryx for Beginners".This section focuses on the Preparation tab.
Instructional Video1:48
Let's Tute

Introduction to Microsoft Excel Functions

9th - Higher Ed
This video tutorial introduces users to the various functions available in Microsoft Excel. It explains what functions are and how they can be used to perform quick tasks such as finding the sum or average of a range of cells. The...
Instructional Video21:59
Flipping Physics

A Brief Look at the Force of Drag using Numerical Modeling (or The Euler Method)

12th - Higher Ed
This is how you include air resistance in projectile motion. It requires the Drag Force and Numerical Modeling (or the Euler Method). It is also very helpful to use a spreadsheet to do the calculations. I prove a statement from a...
Instructional Video7:48
APMonitor

Solve Linear Equations with MATLAB

10th - Higher Ed
MATLAB is used to solve a set of linear equations (Ax=b) by inverting the matrix A and multiplying by the b vector. Three ways to solve A*x=b are:

x = inv(A)*b %
good
x = A\b
% better
x = linsol
SeeA,b) %...
Instructional Video5:29
Curated Video

Excel VBA Programming The Complete Guide - The Object Browser

Higher Ed
In this lesson, we play around with the Object Browser and see how we can use it access online documentation on the MSDN as well.
r/>
This clip is from the chapter "Objects and Methods" of the series "Excel VBA...
Instructional Video10:15
Curated Video

The Complete Excel Guide: Beginners to Advanced - What If Analysis

Higher Ed
The aim of this video is to explore What If analysis.
r/>
This clip is from the chapter "Excel 2019 Advanced: Data Analysis" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll explore data...
Instructional Video3:20
Curated Video

Understanding Human Gametes: Adaptations and Features of Sperm and Egg cells

Higher Ed
The video is a lecture presentation about human gametes. The presenter provides a brief overview of the reproductive system and explains how sexual reproduction leads to the fusion of male and female gametes. The lecture then focuses on...
Instructional Video6:29
Catalyst University

NO BS: F-Test For Variances Between Groups in Excel

Higher Ed
NO BS: F-Test For Variances Between Groups in Excel
Instructional Video13:47
Catalyst University

Independent t-Test and F-Test: Theory and Excel Calculation

Higher Ed
Independent t-Test and F-Test: Theory and Excel Calculation
Instructional Video9:50
Curated Video

Mastering Graphs and Charts in Microsoft Excel

Pre-K - Higher Ed
This video tutorial provides a comprehensive overview of the changes in creating graphs and charts in Microsoft Excel 2007 compared to previous versions. It highlights the streamlined process of creating charts with just a single click,...
Instructional Video7:49
APMonitor

Python Basic Statistical Analysis

10th - Higher Ed
Python statistical functions such as average, maximum, minimum, standard deviation, and custom counting are demonstrated in an iPython notebook.