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.
探索类别
培训2人或以上?试试DataCamp for Business
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
2024年8月6日
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
2024年8月6日
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
2025年12月23日
Apache Iceberg Explained: A Complete Guide for Beginners
Learn how Apache Iceberg simplifies data management in lakes and lakehouses. Discover its key features, get step-by-step setup instructions, and optimize your data workflows!
Srujana Maddula
2024年8月4日
Grafana Tutorial: A Beginner’s Guide to Monitoring Machine Learning Models
Learn how to build a machine learning model monitoring system using Grafana, Prometheus, Flask, and Docker.
Bex Tuychiev
2024年8月1日
The Complete Guide to File Storage on Azure with Blob & Files
Explore Azure Blob Storage and Azure Files, essential for efficient data management. Learn about features, benefits, and use cases. This guide covers setting up Azure Storage accounts, managing, and securing data.
Josep Ferrer
2024年8月1日
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
2024年8月1日
DeepSeek-Coder-V2 Tutorial: Examples, Installation, Benchmarks
DeepSeek-Coder-V2 is an open-source code language model that rivals the performance of GPT-4, Gemini 1.5 Pro, Claude 3 Opus, Llama 3 70B, or Codestral.
Dimitri Didmanidze
2024年7月31日
Python any() Function: Guide With Examples and Use Cases
The any() function in Python returns True if at least one element in an iterable (list, tuple, set, etc.) is true, and False otherwise.
Stephen Gruppetta
2024年7月31日
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
2024年7月31日
Fine-Tuning Gemma 2 and Using it Locally
This is a simple guide to fine-tuning Gemma 2 9B-It on patient-doctor conversations and converting the model into GGUF format so that it can be used locally with the Jan application.
Abid Ali Awan
2024年7月29日
Genetic Algorithm: Complete Guide With Python Implementation
A genetic algorithm is a search technique that mimics natural selection to find optimal solutions by iteratively refining a population of candidate solutions.
Amberle McKee
2024年7月29日