मुख्य सामग्री पर जाएं
वर्ग
विषय

डेटा साइंस ट्यूटोरियल्स

हमारे डेटा साइंस ट्यूटोरियल्स के साथ अपने डेटा करियर को आगे बढ़ाएँ। हम आपको चुनौतीपूर्ण डेटा साइंस फ़ंक्शन्स और मॉडलों को चरण-दर-चरण समझाते हैं।
अन्य विषय:
MLOpsडेटा इंजीनियरिंगडेटा गवर्नेंसडेटा विज़ुअलाइज़ेशनडेटा विश्लेषणबिग डेटाबिज़नेस के लिए AIमशीन लर्निंग
Groupदो या दो से अधिक लोगों को प्रशिक्षण देना?DataCamp for Business को आज़माएँ

Python Arrays

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

8 अगस्त 2024

Sorting in Python Tutorial

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

22 जुलाई 2020

GLM in R: Generalized Linear Model

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

30 जून 2020

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.

21 मई 2026

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.

25 जून 2020

Lowercase in Python Tutorial

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

23 नवंबर 2024

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

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

24 जून 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.

22 जून 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, ...!

15 जून 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.

8 जून 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.

8 जून 2020

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

3 जून 2026