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 Select Columns Tutorial
Use Python Pandas and select columns from DataFrames. Follow our tutorial with code examples and learn different ways to select your data today!
DataCamp Team
November 25, 2024
Recommendation System for Streaming Platforms Tutorial
In this Python tutorial, explore movie data of popular streaming platforms and build a recommendation system.
Avinash Navlani
August 30, 2020
Sorting in R using order() Tutorial
In this tutorial, you'll learn about sorting using order(). We will cover how to sort vectors using different parameters, sorting dataframes, and more.
Olivia Smith
August 29, 2020
Python List Comprehension Tutorial
Learn how to effectively use list comprehension in Python to create lists, to replace (nested) for loops and the map(), filter() and reduce() functions, ...!
Aditya Sharma
June 15, 2020
Choosing Python or R for Data Analysis? An Infographic
Wondering whether you should use Python or R for data analysis? You’ve come to the right place.
DataCamp Team
January 9, 2020
Python Functions: How to Call & Write Functions
Discover how to write reusable and efficient Python functions. Master parameters, return statements, and advanced topics like lambda functions. Organize your code better with main() and other best practices.
Karlijn Willems
November 22, 2024
Probability Distributions in Python Tutorial
In this tutorial, you'll learn about and how to code in Python the probability distributions commonly referenced in machine learning literature.
DataCamp Team
December 30, 2019
Understanding Logistic Regression in Python
Learn about logistic regression, its basic properties, and build a machine learning model on a real-world application in Python using scikit-learn.
Avinash Navlani
August 11, 2024
Python Numpy Array Tutorial
A NumPy tutorial for beginners in which you'll learn how to create a NumPy array, use broadcasting, access values, manipulate arrays, and much more.
Karlijn Willems
February 28, 2023
How to Use Jupyter Notebooks: The Ultimate Guide
This article covers what Notebooks are and why you should use them. We also delve into hosted notebooks, which facilitate sharing and collaboration. This article also covers tips, tricks, and keyboard shortcuts.
Adam Shafi
March 10, 2023
Generating WordClouds in Python Tutorial
Learn how to perform Exploratory Data Analysis for Natural Language Processing using WordCloud in Python.
Duong Vu
February 23, 2023
For Loops in Python Tutorial
Learn how to implement For Loops in Python for iterating a sequence, or the rows and columns of a pandas dataframe.
Aditya Sharma
July 19, 2019