INTRODUCTION TO PANDAS Data Structures used in PANDAS 1. Series 2. DataFrame 3. Panel
Пікірлер: 73
@ramramreddy18543 жыл бұрын
Superb explanation
@srinidhibandi2313 Жыл бұрын
It is because of Sandeep Sir we are able to learn so much of Python with minimal effort thank you so much Sir😁😁👍👍
@karunakarsirimisetti27134 жыл бұрын
u just giving us excellent information sir, thank for ur kindness.
@phanindrareddy4885 Жыл бұрын
Guru is god. Perfect example ❤🎉
@dineshgopinath58663 жыл бұрын
Sir, your classes are so much helpful to understand,thank you
@vinayvvalaboju3 жыл бұрын
Easily understood the concept sir.Thank you.
@Jibs00 Жыл бұрын
Thank you very much, very good introduction to Pandas...
@survivor_dp3 жыл бұрын
Superb. Thank you sir! for valuable information
@Motoskitt Жыл бұрын
Bohot jhhatahaa padhate ho tmmm
@roasterboy-nn3nf10 ай бұрын
thanku sir for this content and better explaination.❤❤❤❤
@leonardifeanyi198611 ай бұрын
You are a great Tutor sir Thank you so much
@LauraAnna-vn7st6 ай бұрын
This is a great video❤
@chandrakalachettri34704 жыл бұрын
Your video help a lot sir 👍
@bingigopal48413 жыл бұрын
Sir we are always here to support u sir...Pls do more videos😍😍😍
@pattedasravyasree3901 Жыл бұрын
Superb 🎉
@sumantch2 жыл бұрын
thankyou for making this topic understandable respect (:
@atharvmetkari3696 Жыл бұрын
Great explaination sir
@InkingMyThoughts13 жыл бұрын
Thank you sir .. very well explained..
@sirishabijjam7963 жыл бұрын
Sir, can you please mention the class numbers so we can follow on the classes wise otherwise it’s so confusing where to start and continue watching your classes? Thanks
@hendrag5932 жыл бұрын
yes, true..
@Jibs00 Жыл бұрын
The playlist is numbered: PANDAS LIBRARY - PYTHON PROGRAMMING by Sundeep
@haleematajoke47942 ай бұрын
Thank you so much sir, your content is well explained and understanding
@YouTubeChannel-rn2os Жыл бұрын
Sundeep you are fantastic
@ganeshsubramanian62173 жыл бұрын
Very easy to understand. Thank you!
@TIRUMALAVENKA Жыл бұрын
Hko sir data frame is a multi dimensional kada sir
@viswanathparigisree4 жыл бұрын
Good explanation sir.. :)
@skupadhyay57872 жыл бұрын
nice explanation
@sourcecode96734 жыл бұрын
Awesome tutorial Sir...
@arnoldmeyrick3 жыл бұрын
Good content sir ❤️
@royalscreative5753 жыл бұрын
Thanks for sharing these Videos. I hope u will answer this question. Q. I am unable to find Panel concepts in ur channel . IF i tried pd.Panel in Jupyter im getting error.
@vanukuruvenkat37914 жыл бұрын
Anna just start chesa datascience nerchukovadam , (with u r videos) ippativaraku nenu java background
@Priyuge3 жыл бұрын
Spr explain sir
@allienhunter324Ай бұрын
Thankyou so so so much sir 😭😃
@kariyawasam60013 жыл бұрын
Best teacher
@mijanurrashid47972 жыл бұрын
Dear Sir, need advised for just input a value and and output the corresponding value in run time
@Freedomfighter-fizz3 ай бұрын
Thanks so much sir
@POPCORNTREATS3 жыл бұрын
sir go ahead.....
@mainlykanchan87402 жыл бұрын
Thank you so much sir 🙏🏼
@pawankumargonuguntla59553 жыл бұрын
sir please explain full concept of "pandas" library
@adibpathan41833 Жыл бұрын
sir when we have a multiple data around 1000 rows so how i will take the index value in romen
@voice_of_wisdom_english Жыл бұрын
One video on "exploratory data analysis" sir....
@AswiniKandlakunta Жыл бұрын
Sir your super explain but small problem program chesathapudu screen zoom cheyadi sir clarity ledu screen
@sasidharvj20953 жыл бұрын
We can give u 100 percentage of leture marks and not that it was very clear to learn basics of the concepts
@karunakarsirimisetti27134 жыл бұрын
i'm a beginner in learning python plz do provide me videos to learn,
@akki60713 жыл бұрын
Nice I got one issue in sheet 1 I have multiple data in column one cell like (1,2,3,4) many cells I have to compare them with another column in sheet 2 but sheet 2 I have only single digit number in column cell like (1) if sheet 1 matches with sheet 2 then should replace with new values which is also present in sheet 2
@bhargavikrishna24 жыл бұрын
Hi sir plz make R programming videos also
@legion2519_2 жыл бұрын
thank you sir
@gopipalukuri74422 жыл бұрын
Sir plz.....make...a .... videos on....seaborn....and....scipy....too..sir
@jyothi26rab Жыл бұрын
i tried with 2 arguments name and tickets, yet i get error value error what is value error how do i correct i went online to check it am not a tec person so count follow please explain thank you
@minnuzamir54583 жыл бұрын
hi can i join online class for datascience in python?
@Deshamuduru2 жыл бұрын
Sir I have regular exam for tomorrow please ppds so please put important questions in ppds
@jyothi26rab Жыл бұрын
hello sir i tried forming a data frame by creating list of dictionary d={"name":["Tony","Bobby,""Roy",],"Tickets":["A23","B23","C23"],"Seats":[1,2,3]} i tried this code using 5 to 6 names i get an error value error:all arrays must be of same length please explain why am i getting this error and how do i correct it
@swavimankumar59344 жыл бұрын
Are indexes in Series immutable?
@nishantm19243 жыл бұрын
Yes, series data frames are immutable. If you perform certain operation on series it will create a new list of applied commands.
@kariyawasam60013 жыл бұрын
Thanks
@royalwinautomatedsoftware29852 жыл бұрын
Hai. Im watched ur all videos. I have one doubt I have using pandas read and write data script. Read data execute success but write not run getting error. Read data column full name and password, Write data column status. I want write status column "passed" or "failed". import pandas as pd df = pd. read_excel('data.xlsx') for i in df.index: entry = df.loc[i] name_input = browser.find_element_by_name('fullname") password_input = browser.find_element_by_name('password") __
@pawankumargonuguntla59553 жыл бұрын
sir please explain full concept of "pandas" library in telugu... please upload "pandas" library in youtube
@khalidwithyoutub10003 жыл бұрын
# i am struggling to get printed the maximum value from the result . could you please help me? def khalid(): li = database1 mp = database2 for i in range(1, len(li)): if i > 0: for p in range(1, len(mp)): if p > 0: sr = pd.Series(li[i]-mp[p-1]) result = sr[[sr.idxmax()]] print ([result]) khalid()
@OpinionOfX Жыл бұрын
Ravish Kumar Official
@Vijaykhanna659L Жыл бұрын
dtype: int64 why ? it's come both the cases,
@anilvirat97332 жыл бұрын
Sir please add Data Science tutorial
@dconwheels53094 жыл бұрын
Can I learn data science I am not from math background
@ankathilokesh44103 жыл бұрын
Yes
@apurvdwivedi5184 жыл бұрын
1st viewer Sir👍
@konankijayanth9768 Жыл бұрын
sir you know complete coding why dont u beacame a billinior like elonmusk he to know the same coding language.i think by learning python we should be like u in future
@hayathbasha45193 жыл бұрын
Hi sir I have below dataframe Name Age Ram 18 Raju 16 Rakesh 20 List A=[ English Tamil] Have to append datas Expected Name Subject Age Ram English 18 Ram Tamil 18 Raju English 16 Raju Tamil 16 Rakesh English 20 Rakesh Tamil 20 Please help
@Amar-xc1oh4 жыл бұрын
Sir please make videos on pandas fastly
@sanjay.k21204 жыл бұрын
Full courses in pandas give sir
@030_arjung.s.44 жыл бұрын
Yes..sir
@saurabhagarwal92532 жыл бұрын
Wasting time writing on board during video. You should prepare board before shooting video