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.
Discover categories
Training 2 or more people?Try DataCamp for Business
Software Development With Devin: Integrations, Testing, and CI/CD (Part 3)
Learn how Devin integrates with teams by managing Jira tickets, updating Slack, and running CI/CD checks with GitHub Actions before merging.
Marie Fayard
June 26, 2025
Software Development With Devin: Security, Deployment, Maintenance (Part 4)
Learn how to use Devin to add real user auth with NextAuth, monitor errors with Sentry, and deploy the frontend to Vercel with preview URLs.
Marie Fayard
June 26, 2025
How to Create a Word Cloud in Tableau
Word clouds are one of the essential visualizations in text analysis. Learn how to create and customize them in Tableau, in simple and easy steps.
Islam Salahuddin
June 25, 2025
COUNTBLANK() Function in Excel: Identify Gaps in Your Data
Learn how to use the Excel COUNTBLANK() function to quickly identify and count empty cells in your data.
Josef Waples
June 25, 2025
Delta Table in Databricks: A Complete Guide
Discover how Delta Tables unify batch and streaming data, boost performance, and simplify analytics in Databricks' lakehouse architecture.
Allan Ouko
June 25, 2025
Count Formula in Excel: Essential Tips and Examples
Learn how to use Excel’s COUNT() formula with essential tips, real-world examples, and variations like COUNTA(), COUNTBLANK(), and COUNTIF() to handle different data types and scenarios.
Laiba Siddiqui
June 25, 2025
Pydantic: A Guide With Practical Examples
Learn what Pydantic is, what it’s used for, and how it compares to alternatives like Marshmallow or Python’s dataclasses.
Bex Tuychiev
June 25, 2025
Poisson Regression: A Way to Model Count Data
Learn when to use Poisson regression, how to interpret results through incidence rate ratios, and implement essential techniques in R.
Vinod Chugani
June 24, 2025
Understanding Correlation: Measuring Relationships in Data
Learn how to identify relationships between variables using correlation. Discover the different types of correlation coefficients and their applications.
Josef Waples
June 24, 2025
Understanding Covariance: An Introductory Guide
Discover how covariance reveals relationships between variables. Learn how to calculate and interpret it across statistics, finance, and machine learning.
Josef Waples
June 24, 2025
Python len(): A Beginner’s Guide to Counting Elements in Python
Learn how to use the Python len() function to quickly find the size of strings, lists, dictionaries, and other data structures. Discover practical examples and common mistakes to avoid when working with len() in your own code.
Josef Waples
June 23, 2025
R sd() Function: Standard Deviation in R
Learn how to measure variability in your data using the R sd() function. Discover practical examples and essential techniques for handling missing values and grouped data.
Josef Waples
June 23, 2025