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.
Откройте для себя категории
Обучение двух или более человек?Попробуйте DataCamp for Business
ScrapeGraphAI Tutorial: Getting Started With AI Web Scraping
ScrapeGraph AI is an open-source tool that simplifies web scraping by automatically extracting structured data from websites, allowing users to interact with and retrieve the data through simple prompts.
Ryan Ong
28 июля 2024 г.
What is Cosine Distance?
Explore cosine distance and cosine similarity. Discover calculations, applications, and comparisons with other metrics. Learn to implement in R and Python using numpy.
Vinod Chugani
28 июля 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
26 июля 2024 г.
SQL SUM() Function Explained
Discover the power of the SQL SUM() function for data aggregation. Learn how to implement rolling sums, cumulative sums, and sum multiple columns effectively.
Allan Ouko
15 августа 2024 г.
Stochastic Gradient Descent in Python: A Complete Guide for ML Optimization
Learn Stochastic Gradient Descent, an essential optimization technique for machine learning, with this comprehensive Python guide. Perfect for beginners and experts.
Bex Tuychiev
24 июля 2024 г.
How to Round Up a Number in Python
Discover three straightforward techniques to round up numbers in Python: using math.ceil() from the math module, using the decimal module, and NumPy.
Allan Ouko
22 июля 2024 г.
Few-Shot Prompting: Examples, Theory, Use Cases
Few-shot prompting is a technique in which an AI model is given a few examples of a task to learn from before generating a response, using those examples to improve its performance on similar tasks.
Dr Ana Rojo-Echeburúa
21 июля 2024 г.
Zero-Shot Prompting: Examples, Theory, Use Cases
Zero-shot prompting is a technique in which an AI model is given a task or question without any prior examples or specific training on that task, relying solely on its pre-existing knowledge to generate a response.
Dr Ana Rojo-Echeburúa
21 июля 2024 г.
UNION vs UNION ALL in SQL
Discover the output and performance differences between UNION and UNION ALL: UNION removes duplicates while UNION ALL includes them.
Vikash Singh
15 января 2026 г.
How to Combine VLOOKUP() with IF() in Excel
Combine VLOOKUP() with IF() for efficient data analysis, including conditional lookups, error handling, and dynamic column indexing.
Laiba Siddiqui
18 июля 2024 г.
Python Boxplots: A Comprehensive Guide for Beginners
Create stunning boxplots in Python! This comprehensive beginner’s tutorial covers Matplotlib and Seaborn, helping you visualize and compare data distributions.
Austin Chia
17 июля 2024 г.
What is Manhattan Distance?
Learn how to calculate and apply Manhattan Distance with coding examples in Python and R, and explore its use in machine learning and pathfinding.
Vinod Chugani
17 июля 2024 г.