Тёмный

Pandas loc vs iloc | Select Multiple Rows and Columns From Pandas DataFrame 

Ankit Bansal
Подписаться 106 тыс.
Просмотров 3,8 тыс.
50% 1

In this video we will learn how to slice and dice data from pandas DataFrame using loc and iloc methods. Here is the script to create the dataset.
import pandas as pd
emp= {"name":["Ankit","Rahul","Priya","Neeta"],"gender":["Male","Male","Female","Female"], "email":["ankit@gmail.com","rahul@gmail.com","priya@gmail.com","neeta@gmail.com"] }
df = pd.DataFrame(emp)
Zero to hero(Advance) SQL Aggregation:
• All About SQL Aggregat...
Most Asked Join Based Interview Question:
• Most Asked SQL JOIN ba...
Solving 4 Trick SQL problems:
• Solving 4 Tricky SQL P...
Data Analyst Spotify Case Study:
• Data Analyst Spotify C...
Top 10 SQL interview Questions:
• Top 10 SQL interview Q...
Interview Question based on FULL OUTER JOIN:
• SQL Interview Question...
Playlist to master SQL :
• Complex SQL Questions ...
Rank, Dense_Rank and Row_Number:
• RANK, DENSE_RANK, ROW_...
#python #pandas #analytics

Наука

Опубликовано:

 

17 июн 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@zulfiquarshaikh3461
@zulfiquarshaikh3461 4 месяца назад
superb explanation crisp and clear. Thank you Ankit !
@sahilsood2028
@sahilsood2028 Год назад
Hi Ankit, I'm following your sql videos from long time and it also help me alot in cracking some interviews. If it's possible can you make a video in query optimization technique and performance optimization. It will be very helpful 🙂
@digambar6191
@digambar6191 12 дней назад
Thank you sir
@Daughteroffice
@Daughteroffice 7 месяцев назад
Thank you
@as-youtuber6215
@as-youtuber6215 Год назад
Hi Ankit, Can you please create a video on SQL merge. I see this in all of the data engineering project. Still didn't understand. Btw your Python live classes are very informative
@ankitbansal6
@ankitbansal6 Год назад
Sure will do
@UPESUBHADEEP
@UPESUBHADEEP Год назад
please make more videos on pandas
@apna9656
@apna9656 Год назад
Hi Ankit In the interview they asked one question they provided me below table Name. month. Revenue (col name) Adi. Jab. 1000 Adi. Feb. 2000 Jack. Mar. 3000 They want an answer in below format Name. Jab_rev. Feb_rev. Mar_rev How can we do this? Please let us know
@ankitbansal6
@ankitbansal6 Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-O6mDdUIvx9k.html
@sahil478
@sahil478 2 месяца назад
Kaafi bekaar and confusing
Далее
UNDERSTANDING LOC[ ] & iLOC[ ] IN PANDAS
11:13
Просмотров 59 тыс.
Incredible magic 🤯✨
00:53
Просмотров 2,9 млн
Strongest man in the world !! 😱😱
00:16
Просмотров 2,8 млн
Pandas Part 4 - Fetching rows and columns using iloc
10:29
How I would learn to code (If I could start over)
9:16