Categorie
Topics
Data Science Tutorials
Advance your data career with our data science tutorials. We walk you through challenging data science functions and models step-by-step.
Other topics:
Wil je 2 of meer mensen trainen?Proberen DataCamp for Business
Subsetting in R Tutorial
Find out how to access your dataframe's data with subsetting. Learn how to subset by using brackets or by using R's subset() function.
DataCamp Team
2 december 2024
Python Lists Tutorial
A list is a compound data type where you can group values together. A Python list is a convenient way of storing information altogether rather than individually.
DataCamp Team
25 juni 2020
Lowercase in Python Tutorial
Learn to convert spreadsheet table column into lowercase using .str.lower().
DataCamp Team
23 november 2024
Python .append() and .extend() Methods Tutorial
Learn how to use the .append() and .extend() methods to add elements to a list.
DataCamp Team
24 juni 2020
Objects and Classes in R
Learn about Object-Oriented Programming (OOP) along with R's objects, different classes like S3 and S4, along with its construction, creating its generic function with examples and many more.
Olivia Smith
22 juni 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
15 juni 2020
IF ELSE Function in R
Learn in detail about the ifelse() function, including syntax, along with finding whether a number is odd or even, and finally, with an example to see whether a student passed or failed their exam.
Olivia Smith
8 juni 2020
Factors in R Tutorial
Learn about the factor function in R, along with an example, and it's structure, order levels, renaming of the levels, and finally, with the ordering of categorical values.
Olivia Smith
8 juni 2020
Python Excel: A Guide With Examples
Learn how to read and import Excel files in Python, write data to these spreadsheets, and find the best packages to do this.
Natassha Selvaraj
30 oktober 2025
Matrices in R Tutorial
Learn all about R's matrix, naming rows and columns, accessing elements also with computation like addition, subtraction, multiplication, and division.
Olivia Smith
11 mei 2020
Data Reshaping in R Tutorial
Learn about data reshaping in R, different functions like rbind(), cbind(), along with Melt(), Dcast(), and finally about the transpose function.
Olivia Smith
5 mei 2020
Estimating COVID-19's 𝑅𝑡 in Real-Time (Replicating in R) Tutorial
Kevin Systrom published a really interesting article on estimating $R_t$, the measure known as effective reproduction number. We will use the same approach outlined by Kevin in his article to estimate COVID-19's Rt in real-time.
Ramnath Vaidyanathan
17 april 2020