Перейти к основному содержимому
изучение науки о данных

Data Science Tutorials

Develop your data science skills with tutorials in our blog. We cover everything from intricate data visualizations in Tableau to version control features in Git.
Откройте для себя категории
GroupОбучение двух или более человек?Попробуйте DataCamp for Business

SQL LEFT JOIN vs. LEFT OUTER JOIN: What You Need to Know

LEFT JOIN and LEFT OUTER JOIN in SQL are identical, with no functional difference between them. Keep reading to explore practical examples and discover how to apply these joins effectively in your queries.

Vikash Singh

30 августа 2024 г.

Adam Optimizer Tutorial: Intuition and Implementation in Python

Understand and implement the Adam optimizer in Python. Learn the intuition, math, and practical applications in machine learning with PyTorch
Bex Tuychiev's photo

Bex Tuychiev

29 августа 2024 г.

How to Compare Two Columns in Excel: A Step-by-Step Guide

Learn how to compare two columns in Excel for matches and for duplicates using methods like the equals operator, IF() function, EXACT(), XLOOKUP(), and more.
Laiba Siddiqui's photo

Laiba Siddiqui

27 февраля 2026 г.

Building LangChain Agents to Automate Tasks in Python

A comprehensive tutorial on building multi-tool LangChain agents to automate tasks in Python using LLMs and chat models using OpenAI.
Bex Tuychiev's photo

Bex Tuychiev

28 августа 2024 г.

Azure Synapse: A Step-by-Step Beginner’s Guide

An easy-to-follow guide for beginners to learn Azure Synapse, covering everything from setting up your workspace to integrating data and running analytics.
Moez Ali's photo

Moez Ali

28 августа 2024 г.

Python's Walrus Operator: The Assignment Expression (Tutorial)

Python's walrus operator := allows you to assign a value to a variable within an expression, combining assignment and use in a single step.
Stephen Gruppetta's photo

Stephen Gruppetta

28 августа 2024 г.

XLOOKUP() vs. VLOOKUP(): A Comparison for Excel Users

XLOOKUP() searches in any direction, defaults to exact matches, and has built-in error handling, while VLOOKUP() only searches right and needs manual column indexing.
Laiba Siddiqui's photo

Laiba Siddiqui

27 августа 2024 г.

SQL OR Operator: A Guide with Examples

The SQL OR operator allows you to filter data by combining multiple conditions, returning rows where at least one condition is true. Learn how to use OR with INSERT, UPDATE, and DELETE statements to modify records in tables.
Allan Ouko's photo

Allan Ouko

27 августа 2024 г.