Really thankful to you Krish. I am transitioning my career towards Data field, being with Python experience , your videos helping me a lot to understand these useful concepts. The way you explain is really awesome. This is really a great work you are doing. GBU
@GhulamRaza-u5k6 ай бұрын
indexing assignment to get the col 1 and col 4 we can use these two steps to get the desire outcome 1 df.iloc[:,0::3] 2 df[["Column1","Column4"]] by using these two steps we can easily get the desire outcome By the way i really enjoy learning from your videos its very informative and have learned alot
@hritavsinghsolanki8893 Жыл бұрын
00:01 Introduction to Python Pandas 02:26 Pandas simplifies handling data in Python 06:43 Converting data to a dataframe in Python Pandas 09:13 Creating and viewing dataframes in Python Pandas 14:14 Understanding the indexing and data manipulation techniques in Pandas 16:35 The difference between Dataframes and Series in Pandas 20:28 Understanding the indexing technique using row and column index numbers 22:51 Introduction to basic operations in Pandas 27:46 Using Pandas to perform various data operations 29:48 Understanding unique values in a column.
@vinaygairola685510 ай бұрын
thank you bhai
@SpecialIdeasPreetiV2 ай бұрын
Amazing tutorial.. everything is cleared in one go. Thankyou for such a useful video
@HeyKaran-ir5mm Жыл бұрын
thank you, sir... for this indirect help. and congrats for your great work. 🙏🙏👍
@MithileshKumar-tm9yl Жыл бұрын
Respected sir.i have read carefully your present videos.. I hope this video will be very helpful in our kvs examination...
@akhandpratap__10 ай бұрын
What is kvs exam?
@comingtomorrow2 жыл бұрын
00:22:56 - cream is chessy and question is very easy , answer = df.iloc[0:5,0:4:3] .
@saumilgupta2383 Жыл бұрын
pura column hi aa rha hai to rowindex columnindex ki kya jrurt hai sidha hi df[["Column1","Column4"]] kr do
@awkumyoungstar2473 Жыл бұрын
In this code, iloc[:, [0, 3]] selects all rows (:) and the columns at positions 0 and 3 (which correspond to "col1" and "col4"). The resulting DataFrame, selected_columns, will contain only these two columns.
@DanishKhan-mp1tz Жыл бұрын
Thanku brother 😊
@akashchaudhary99258 ай бұрын
try this iloc[:,::3]
@proud_indian01619 ай бұрын
nice explanation, before I was really confused between these three indexing ways.
@AnuragSharma-vi5cv2 жыл бұрын
Thanks, Krish liked the video and the concepts you taught keep doing it
@vishalpal7968 Жыл бұрын
Rely thankful krish I'm transforming our career towards data filed it's videos help me going to Data Analytics position.
@zonegaming34065 ай бұрын
bro help me plz guide me 🙏
@RixwanKhan2 жыл бұрын
Bhai k bolna and dikhna bilkul Qaaleen bhaiya jesa hai :P Respect from Pakistan
@codewithpranoy Жыл бұрын
Pakistan is now Bhikaristan 😂
@udaybhanchauhan35822 жыл бұрын
Sb clear kr diya esi hi video search kr rha tha thanks
@sachinkale45442 ай бұрын
thanksfull..very informational vedio🙏
@sidnoga2 жыл бұрын
I really like the way you teach...
@MrAd540 Жыл бұрын
Superb Video.Thank you so much for making the video..Kindly complete the full python video.
@aniksamaddar1088 Жыл бұрын
And Thanks your videos are absolutely great .
@easydatascience2508 Жыл бұрын
Hei, bro, you can watch mine too. The playlists for Python and R provide most of the fundamentals. And you can find the link to source files in video description.
@jeekakrishna2 жыл бұрын
This is useful. Sir ek video matplotlib par bhi
@amanagarwal7219 ай бұрын
Thankyou so much brother😊💯
@razanaeem7491 Жыл бұрын
What code i would write if i want to sum enrolled number of trainees in my data filtered data class status = complete and contractual trainees class status = cancelled and completed and show it college wise number
@SaurabhSingh-sy1pe6 ай бұрын
@17:04 type(df['column1']) type(df[['column2','column4']]) in both cases output is dataframe
Hii sir, actually when I started my pandas library and import pandas and try. to create dataframe it show pandas has no attribute of dataframe.. What can I do now??...
@DeepakSharma-sl5et Жыл бұрын
Please anyone help me...
@adityatikoji1317 Жыл бұрын
@@DeepakSharma-sl5et you need to pass the data as krishan sir passes at starting of the video 0:30 go through that again other wise copy this snippet and try to paste df = (np.arange(1,20).reshape(5,4),index = ["r1","r2","r3","r4","r5"],columns=["c1","c2","c3","c4"])
@kaushik_18098 ай бұрын
Thankyou sir
@naveenrajput-z4f Жыл бұрын
sir name df not defined error kse theek hota anyone please help me with this