Skip to main content
Category
Topics

Data Analysis Tutorials

Get insights on the latest tools & methods that you can use to analyze your data more effectively. Our data analysis tutorials will help you develop your skills.
Other topics:
Excel

How to Create and Customize a Box and Whisker Plot in Excel

To create a box and whisker plot in Excel, select your data, open the Insert tab, click on Recommended Charts, choose the Box & Whisker chart, and press OK.

Elena Kosourova

June 30, 2024

SQL

How to Use SQL MINUS

The SQL MINUS operator subtracts one result set from another. It is simple to use: Just place MINUS between two queries to exclude common records from the first set.
Oluseye Jeremiah's photo

Oluseye Jeremiah

June 28, 2024

Python

How to Square a Number in Python: Basic Examples and Advanced Methods

Squaring in Python is easy: Use the in-built ** operator or try NumPy, pow(), math.pow(), bitwise operators, and other functions for more versatile solutions.
Allan Ouko's photo

Allan Ouko

June 28, 2024

Excel

A Comprehensive Guide to Calculating Frequency Distributions in Excel

Follow our step-by-step guide to create frequency distributions in Excel by using the FREQUENCY() function with just two arguments: data_array and bins_array.
Arunn Thevapalan's photo

Arunn Thevapalan

June 28, 2024

SQL

Mastering SQL Date Comparisons: How to Query for Dates Greater Than a Specific Date

Learn how to query and filter a date greater than a specific date in SQL. Compare how the date greater than logic differs in MySQL, PostgreSQL, and SQL Server.
Allan Ouko's photo

Allan Ouko

June 28, 2024

Excel

Data Types in Excel and Their Uses: A Complete Guide

Learn to identify and format all types of data in Excel, then explore valuable tips on converting between data types to make your spreadsheet more functional.
Laiba Siddiqui's photo

Laiba Siddiqui

June 21, 2024

Python

Introduction to Memory Profiling in Python

Learn how memory profiling in Python can optimize performance with tools like memory_profiler, tracemalloc, and objgraph.
Oluseye Jeremiah's photo

Oluseye Jeremiah

June 21, 2024

Python

How to Split Lists in Python: Basic Examples and Advanced Methods

Learn how to split Python lists with techniques like slicing, list comprehensions, and itertools. Discover when to use each method for optimal data handling.
Allan Ouko's photo

Allan Ouko

June 21, 2024

Python

How to Sort a Dictionary by Value in Python

Learn efficient methods to sort a dictionary by values in Python. Discover ascending and descending order sorting and bonus tips for key sorting.
Neetika Khandelwal's photo

Neetika Khandelwal

June 19, 2024

Excel

How to Calculate Cube Roots in Excel: A Step-by-Step Guide

There are three easy ways to calculate cube roots in Excel: the caret ^ operator, the POWER() function, and custom VBA functions.
Laiba Siddiqui's photo

Laiba Siddiqui

June 14, 2024