본문으로 바로가기
범주
주제

데이터 사이언스 튜토리얼

데이터 사이언스 튜토리얼로 커리어를 한 단계 높이세요. 까다로운 데이터 사이언스 함수와 모델을 단계별로 안내합니다.
기타 주제:
Group2명 이상을 교육하시나요?DataCamp for Business 사용해 보세요

Python Arrays

Python arrays with code examples. Learn how to create and print arrays using Python NumPy today!

2024년 8월 8일

Sorting in Python Tutorial

Discover what the sort method is and how to do it.

2020년 7월 22일

GLM in R: Generalized Linear Model

Learn about generalized linear models (GLM) and how they differ from linear models.

2020년 6월 30일

How to Subset Data in R: Select, Filter, and Extract Data

Learn how to subset data frames in R using brackets [], subset(), and dplyr. Includes code examples and a comparison of methods.

2026년 5월 21일

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.

2020년 6월 25일

Lowercase in Python Tutorial

Learn to convert spreadsheet table column into lowercase using .str.lower().

2024년 11월 23일

Python .append() and .extend() Methods Tutorial

Learn how to use the .append() and .extend() methods to add elements to a list.

2020년 6월 24일

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.

2020년 6월 22일

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, ...!

2020년 6월 15일

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.

2020년 6월 8일

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.

2020년 6월 8일

Python Excel Tutorial: A Complete Guide With openpyxl

Learn to read and write Excel files in Python using openpyxl. This guide covers formulas, charts, cell formatting, and worksheet manipulation with hands-on exam

2026년 6월 3일