Data Structure - Explained in Hindi | Complete Python Pandas Tutorial

preview_player
Показать описание


WsCube Tech is a leading Web, Mobile App & Digital Marketing company, and institute in India.

We help businesses of all sizes to build their online presence, grow their business, and reach new heights.

All the courses are job-oriented, up-to-date with the latest algorithms and modules, fully practical, and provide you hands-on projects.

📞 For more info about the courses, call us: +91-7878985501, +91-9269698122

✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -

Connect with WsCube Tech on social media for the latest offers, promos, job vacancies, and much more:

--------------------------------------| Thanks |---------------------------
#PythonPandas #MachineLearning #DataStructure
Рекомендации по теме
Комментарии
Автор

😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments.

wscubetech
Автор

after watching your video i understood all chapters in Python
Thank you vary much sir
i never forget you, you clear all point of doubts very easily,

padhaidotcom
Автор

at 14:05 dtype of s1 and s2 is int but why their sum is of float value

CREATIVEEXPERTZ
Автор

sir at 13:56, you are saying we can perform ops, but its showing NAN isn't there suppose to be a value, if no then how can we place there

Aleerazaa
Автор

7:15 pe sir jb apne index name change kr diya 1 2 3 to a s d f aur neeche print(var[2]) kra h tb kyon chal rha h yahan toh error ana chahiye na ??? index 2 jaisa toh kuch h nhi isme

error-myut
Автор

How to makesData structures If there is specifically any software please tell me guys humble request. How I arrange data in a particular place

vikaspandey
Автор

Wrongly explained @13:05.. those are not index Number.

use the below code you will understand ..

s=pd.Series(12)
print(s)
print()
These are not Index Number its name Representing to one value
d=pd.Series([34, 45, 56, 78, 98, 11], index=[3, 5, 6, 3, 2, 5])
print(d)

s1=pd.Series(34, index=[1, 2, 2, 3, 5, 6, 3, 2, 5])
s2=pd.Series(34, index=[3, 5, 6])
print(s1+s2)

s3=pd.Series(34, index=[1, 2, 2, 3, 4, 100])
s4=pd.Series(34, index=[2])
print(s3+s4)
s3[100]=78
print(s3)

santoshmohanty
Автор

sir, how to give the name of column in column .

marks rank

30 6th
90 1st
51 4th
70 2nd

My question is, how to give the name column(marks, rank) in list ?

PradeepKumarPathak-ov
Автор

You are expert but as teacher your 0. Itna fast. Kuch samajh hi aya

anudipray