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:
Training 2 or more people?Try DataCamp for Business
Python New Line: Methods for Code Formatting
Discover how to use \n to insert line breaks in strings and print() statements. Use the end parameter to keep your output on a single line. Improve your file handling skills with os.linesep for managing text across different systems.
Samuel Shaibu
August 14, 2024
Tableau Count Distinct: Simple Steps to Follow
Discover how to perform Count Distinct in Tableau using the Measure Names Shelf and Calculated Fields. Explore COUNTD() and FIXED LOD expressions for more advanced calculations.
Islam Salahuddin
August 14, 2024
Python Copy List: What You Should Know
Understand how to copy lists in Python. Learn how to use the copy() and list() functions. Discover the difference between shallow and deep copies.
Allan Ouko
August 13, 2024
How to Round to 2 Decimal Places in Python
Learn how to round a number to two decimal places in Python for improved precision using techniques like round(), format(), and string formatting techniques.
Allan Ouko
August 8, 2024
Clustered Column Charts in Excel: How to Create and Customize Them
This tutorial discusses clustered column charts, why Excel is good for creating them, and how to create and customize clustered column charts in Excel.
Elena Kosourova
August 7, 2024
How to Do a VLOOKUP() with Multiple Criteria
Master the art of using VLOOKUP() with multiple criteria in Excel. Explore advanced techniques like helper columns and the CHOOSE() function.
Laiba Siddiqui
August 7, 2024
Understanding the SQL DECODE() Function
Learn how to use DECODE() in Oracle for conditional logic in data transformation. Compare DECODE() to the CASE WHEN statement in performance and behavior.
Allan Ouko
August 6, 2024
Python Dictionary Append: How to Add Key-Value Pairs
Learn how to append key-value pairs in a Python dictionary using methods such as square bracket notation, .update() for bulk additions, and .setdefault() for conditional inserts.
Samuel Shaibu
August 6, 2024
How to Calculate Standard Deviation in Excel
To calculate standard deviation in Excel, enter your data into a range of cells and use either =STDEV.S() for sample data or =STDEV.P() for population data.
Arunn Thevapalan
December 23, 2025
How to Remove an Item from a List in Python
Understand how to remove items from a list in Python. Familiarize yourself with methods like remove(), pop(), and del for list management.
Allan Ouko
August 1, 2024
How to Use the Python pop() Method
Learn how to use Python's pop() method to remove elements from lists and dictionaries, including how to remove items while iterating. Learn to avoid common errors like IndexError and KeyError.
Allan Ouko
July 31, 2024
How to Use SQL PIVOT
Enhance your SQL skills with the SQL PIVOT operator. Learn to convert rows into columns to create pivot tables in SQL Server and Oracle.
Allan Ouko
July 26, 2024