- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
How to Use df[], loc[] & iloc[] in Pandas | Select Specific Columns & Rows | Explain in Tamil
🚀 Learn how to select specific columns, rows, and individual values in a Pandas DataFrame!
In this beginner-friendly Python Pandas Tutorial in Tamil, you'll learn the most commonly used DataFrame selection methods: df[], loc[], and iloc[]. These concepts are essential for Data Analysis, Data Science, Data Engineering, and Machine Learning.
Whether you're preparing for interviews or starting your Python journey, this video will help you understand DataFrame indexing with practical examples.
📚 Topics Covered
✅ Select a single column using df['column_name']
✅ Select multiple columns using df[['column1', 'column2']]
✅ Select an entire row using loc[]
✅ Select a specific value using loc[]
✅ Select rows using iloc[]
✅ Select rows and columns together using iloc[]
✅ Difference between df[], loc[], and iloc[]
💻 Code Used in This Video
# Select a single column
df['Country']
# Select multiple columns
df[['Country', 'Continent']]
# Select the first row
df.loc[0]
# Select a specific value
df.loc[0, 'Country']
# Select the first 5 rows
df.iloc[0:5]
# Select the first 5 rows and first 2 columns
df.iloc[0:5, 0:2]
🎯 What You'll Learn
✔ DataFrame Indexing
✔ Column Selection
✔ Row Selection
✔ Label-based Indexing (loc)
✔ Position-based Indexing (iloc)
✔ Beginner-friendly Pandas Concepts
🔥 If you found this video helpful:
👍 Like the video
💬 Comment your doubts below
🔔 Subscribe to DataCraft Tamil for more Python, Pandas, SQL, Power BI, PySpark, Azure Data Factory, and Data Engineering tutorials in Tamil.
Видео How to Use df[], loc[] & iloc[] in Pandas | Select Specific Columns & Rows | Explain in Tamil канала DataCraft Tamil
In this beginner-friendly Python Pandas Tutorial in Tamil, you'll learn the most commonly used DataFrame selection methods: df[], loc[], and iloc[]. These concepts are essential for Data Analysis, Data Science, Data Engineering, and Machine Learning.
Whether you're preparing for interviews or starting your Python journey, this video will help you understand DataFrame indexing with practical examples.
📚 Topics Covered
✅ Select a single column using df['column_name']
✅ Select multiple columns using df[['column1', 'column2']]
✅ Select an entire row using loc[]
✅ Select a specific value using loc[]
✅ Select rows using iloc[]
✅ Select rows and columns together using iloc[]
✅ Difference between df[], loc[], and iloc[]
💻 Code Used in This Video
# Select a single column
df['Country']
# Select multiple columns
df[['Country', 'Continent']]
# Select the first row
df.loc[0]
# Select a specific value
df.loc[0, 'Country']
# Select the first 5 rows
df.iloc[0:5]
# Select the first 5 rows and first 2 columns
df.iloc[0:5, 0:2]
🎯 What You'll Learn
✔ DataFrame Indexing
✔ Column Selection
✔ Row Selection
✔ Label-based Indexing (loc)
✔ Position-based Indexing (iloc)
✔ Beginner-friendly Pandas Concepts
🔥 If you found this video helpful:
👍 Like the video
💬 Comment your doubts below
🔔 Subscribe to DataCraft Tamil for more Python, Pandas, SQL, Power BI, PySpark, Azure Data Factory, and Data Engineering tutorials in Tamil.
Видео How to Use df[], loc[] & iloc[] in Pandas | Select Specific Columns & Rows | Explain in Tamil канала DataCraft Tamil
pandas tutorial tamil pandas dataframe pandas loc pandas iloc select columns pandas select rows pandas python pandas tamil data analysis tamil python tutorial tamil pandas dataframe tutorial dataframe selection df loc df iloc pandas for beginners python dataframe data science tamil learn pandas data analysis using python DataCraft Tamil
Комментарии отсутствуют
Информация о видео
19 июля 2026 г. 17:35:58
00:08:25
Другие видео канала





















