Instructional Video5:17
APMonitor

Install Python Packages with pip and conda

10th - Higher Ed
The package managers "pip" and "conda" allow users to install, update, or uninstall Python modules from a command line or directly from a Python script.
Instructional Video10:00
Packt

Practice Exercise - Excel Driven Testing - 3

Higher Ed
This video presents the third part of the Excel driven testing practice exercise.
<
br/>
This clip is from the chapter "Framework Part 6: Data Driven Testing Utilities" of the series "Selenium WebDriver with Java - Basics to...
Instructional Video2:31
Let's Tute

Saving an Excel Document

9th - Higher Ed
This tutorial teaches how to save an Excel file in different formats and provides three options to save the file. It covers basic steps such as selecting blank workbook, naming the file, and selecting the save option. It also explains...
Instructional Video5:43
Curated Video

Alteryx for Beginners - Report Layout Tool

Higher Ed
This video explains how to use the Report Layout tool in Alteryx.<br/<br/>>

This clip is from the chapter "Reporting Tab" of the series "Alteryx for Beginners".This section explores the Reporting tab.
Instructional Video13:35
Curated Video

Excel VBA Programming The Complete Guide - The Excel Object Model

Higher Ed
In this lesson, we use the Visual Basic Editor's Immediate Window to explore the hierarchy of the Excel Object Model. We begin at the top with the Application object, which houses all of the Workbooks currently open in Excel, and...
Instructional Video7:07
Curated Video

Excel VBA Programming The Complete Guide - Enable the Developer Tab

Higher Ed
The Developer Tab is a secret Tab on the Ribbon that includes several options for working with VBA. Users can access the Visual Basic Editor, enable the Macro Recorder, and display a list of public macros. In this lesson, we expose the...
Instructional Video12:18
APMonitor

Plots in Python with Numpy and Matplotlib

10th - Higher Ed
Graphs or plots are effective at showing data. This introductory video demonstrates how to create a plot and adjust some of the basic characteristics of those plots such as the size of the trend, style (dashed, dotted, solid), add a...
Instructional Video10:29
Curated Video

Power BI Masterclass - Power BI Data Prep Challenge 5 - Handling Missing Values in Power BI

Higher Ed
In this video, we will be covering a challenge for handling missing values in Power BI.
r/>
This clip is from the chapter "Solving Data Prep Challenges" of the series "Power BI Masterclass".In this section, we will learn how to...
Instructional Video3:56
Curated Video

Alteryx for Beginners - Container Tool

Higher Ed
This video explains how to use the Container tool in Alteryx.<br/<br/>>

This clip is from the chapter "Documentation Tab" of the series "Alteryx for Beginners".This section explores the Documentation tab.
Instructional Video4:19
Curated Video

Alteryx for Beginners - Auto Field Tool

Higher Ed
This video explains how to use the Auto Field 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 Video2:29
Let's Tute

Introduction to Data Types in Microsoft Excel

9th - Higher Ed
In this Microsoft Excel tutorial, the teacher explains the different data types in Excel such as labels, whole values, and dates. The tutorial also covers formulas and shortcuts to perform calculations.
Instructional Video4:56
Curated Video

Learning Microsoft Power BI - Creating an App Workspace

Higher Ed
In this video, we will learn about app workspaces, what they are for, and how to create one. Refer to this link
ref='https://powerbi.microsoft.com/en-us/blog/enable-your-team-with-new-workspaces-experiences-previe
w/' target='_blank'...
Instructional Video12:01
Curated Video

The Complete Excel Guide: Beginners to Advanced - Excel Shortcuts Every User Should Know

Higher Ed
The aim of this video is to explore how to use Excel shortcuts.
r/>
This clip is from the chapter "Excel 2019 Beginners: Shortcuts" of the series "The Complete Excel Guide: Beginners to Advanced".In this section, we'll learn...
Instructional Video3:22
Curated Video

Alteryx for Beginners - Comment Tool

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

This clip is from the chapter "Documentation Tab" of the series "Alteryx for Beginners".This section explores the Documentation tab.
Instructional Video4:31
Curated Video

Alteryx for Beginners - Introduction to Alteryx

Higher Ed
This video provides an overview of Alteryx.<br/<br/>>

This clip is from the chapter "Introduction to Alteryx" of the series "Alteryx for Beginners".This section introduces you to Alteryx.
Instructional Video5:52
Let's Tute

Excel Shortcut Keys with Alt Key: Mastering Excel Efficiency

9th - Higher Ed
In this Microsoft Excel tutorial, we learn how to access various tools using Alt Keys. These shortcut keys allow us to perform tasks such as adding formulas, activating tabs, applying formatting, deleting columns or rows, and navigating...
Instructional Video6:07
Curated Video

Excel VBA Programming The Complete Guide - Mathematical Operations

Higher Ed
In this lesson, we dive into the mathematical operators for

• addition
( + )
• subtrac
tion ( - )
• multi
plication ( * )/> • division ( / )
> • exponentiatio
n
( ^ )
• modulo ( Mod )

This...
Instructional Video3:14
Curated Video

Excel VBA Programming The Complete Guide - Naming Conventions

Higher Ed
The VBA community follows a popular convention for naming form controls. It begins with a 3-letter prefix for the type of form control, followed by the name of the entity or data point that the form control is related to. In this...
Instructional Video6:22
APMonitor

Subplots with Matplotlib in Python

10th - Higher Ed
Subplots combine multiple plots into a single frame. The key to using subplots is to decide the layout of the subplots and to then configure each subplot individually.
Instructional Video15:46
Let's Tute

Introduction to Invoking Macros and Using VBA for Font and Alignment in Microsoft Excel

9th - Higher Ed
In this video, the teacher explains how to use macros in Microsoft Excel to customize font styles, alignments, and sizes. They demonstrate step-by-step coding and debugging processes to ensure the desired changes are applied correctly....
Instructional Video3:26
Let's Tute

Moving and Copying Excel Worksheets Tutorial

9th - Higher Ed
This is a tutorial on how to move and copy an Excel worksheet. The video explains how to use the right-click option to move or copy a sheet to a new location or a new workbook. It also highlights the importance of giving each sheet a...
Instructional Video2:45
Curated Video

Power BI Masterclass - Export Data into csv and Excel

Higher Ed
In this video, we will export data into csv and Excel.
r/>
This clip is from the chapter "DAX, Excel, and More" of the series "Power BI Masterclass".In this section, we will be understanding DAX table calculations with Power BI...
Instructional Video5:01
Curated Video

Excel VBA Programming The Complete Guide - The Range.FillDown Method

Higher Ed
The Range.FillDown method populates a formula or value downwards based on an existing's cell value; this is the VBA emulation of the feature available in the Excel interface. In this lesson, we employ the method to concatenate text...
Instructional Video8:27
Curated Video

Excel VBA Programming The Complete Guide - Excel Worksheet Functions

Higher Ed
Many of Excel's popular worksheet functions are available for use in the Visual Basic Editor. In this lesson, we implement the popular VLOOKUP function using code.
r/>
This clip is from the chapter "Functions" of the series...