00:02 Pandas is essential for data processing and analysis in machine learning. 01:56 Introduction to using Pandas library in Python for data manipulation 06:15 Pandas helps import unstructured data into a structured table 08:38 Loading data and displaying sample in Pandas Dataframe 13:18 Understanding diabetes labeling in the dataset 15:43 Converting a Pandas dataframe to a CSV file. 20:08 Creating and inspecting a Pandas DataFrame 22:19 Understanding Pandas Dataframe functions 26:05 Counting and grouping values based on labels 28:15 Grouping values based on mean for diabetic and non-diabetic people 32:44 Describe function for statistical measures and exploratory data analysis 34:31 Adding a column to a DataFrame with matching values 38:25 Locating specific rows and columns in a Pandas dataframe 40:36 Printing specific columns from a Pandas DataFrame 44:36 Understanding correlation in data frames 46:12 Explained creating, inspecting, manipulating, and finding correlation in Pandas DataFrame.
@asutosh24297 ай бұрын
thank you very much
@sairajat48243 жыл бұрын
I pray to god in temples and witness him live on this KZbin channel. Thanks A lot Siddhardhan Anna. Your videos are precious treasures and i am 100% sure this channel will reach great heights
@Siddhardhan3 жыл бұрын
that's too much praise for me 😅 thanks a lot for your positive words.
@ganesh-ch6xf Жыл бұрын
@@Siddhardhanyou deserve this❤
@psainathbangera29183 жыл бұрын
Your Videos are Awesome and Very well Explained.. Keep up the Good Work!!!!
@Siddhardhan3 жыл бұрын
Thanks a lot!😇
@PreetiYadav-np5pg3 жыл бұрын
Literally, you are providing amazing content, this helps me a lot in understanding the concept easily Thank you from the bottom of my heart❤
@Siddhardhan3 жыл бұрын
Happy to hear that!😇
@indra30543 жыл бұрын
how to get this botson dataset ?
@naveenkrish40373 жыл бұрын
In 35:52, if we enter a single element into the column, will the other 505 rows be auto-filled with NaN (Not A Number)? Or we get Error
@arpitpathak7276 Жыл бұрын
You get error bro
@kritikapal616713 күн бұрын
amazing explanation sir😇😇😇😇
@josejavierminanoramos21853 жыл бұрын
I am loving the series. Greetings from Spain!
@Siddhardhan3 жыл бұрын
Thank you 😇
@ForMyOwn_1 Жыл бұрын
brother thank you so much for your effort in supporting and sharing the concept behind the ML. If possible, I wanted to ask if you can also do a video using scikit learn library. thank you
@Ovalwater Жыл бұрын
it si showing that boston dataset has been removed from sklearn library so what to do?
@bhavnadeshmukh3849 Жыл бұрын
Yes please tell me if you got....!
@SAdithyarajАй бұрын
from sklearn.datasets import fetch_california_housing california_dataset = fetch_california_housing() Use this instead
@VishalKumar-h5g5y Жыл бұрын
load_boston has been removed in sklearn
@pranshujoshi0096 ай бұрын
yes bro i was also confused why it wasn't working
@schrodinger46186 ай бұрын
@@pranshujoshi009 Alternative datasets include the California housing dataset and the Ames housing dataset. You can load the datasets as follows:: from sklearn.datasets import fetch_california_housing housing = fetch_california_housing() i am trying to this right now. and this is from the error explanation of import load_boston on google collab
@sytam125 ай бұрын
That also confused me
@sytam125 ай бұрын
Then I replace with housing
@itsaayush73574 ай бұрын
Yes it has been removed now you can use housing dataset instead of that. When u get error then this suggestion will come.
@abhinavkulkarni42743 жыл бұрын
Superb 👍
@Siddhardhan3 жыл бұрын
Thanks 🤗
@gyanp_286 ай бұрын
The tutorial was very helpful .. Thank You
@mohammedumar23062 жыл бұрын
How to get botson dataset?
@abdelrahmanshaheen8719 Жыл бұрын
load_boston has been deleted what shoud i do to complete the course
@setabkhan308111 ай бұрын
Use the California Data Set it is a bit different but is still good
@atulverma50113 ай бұрын
@@setabkhan3081what is its syntax
@Praveenmanikanta323 жыл бұрын
Great job brother... Thank you so much 👍👍
@Siddhardhan3 жыл бұрын
Always welcome😇
@VinayakAgrawal-vu1uw9 ай бұрын
Hi @siddhardhan, thanks for the great content. I just wanted to ask that what is the right way to learn this tutorials. I mean to say that are we just suppose to watch the videos or write the codes by ourselve. Can you kindly clarify. Thanks again
@neo51443 жыл бұрын
thankyou bhai your videos are really usefull. Thankyou bhai.
@Siddhardhan3 жыл бұрын
you are most welcome 😇
@ladoogopal309 Жыл бұрын
Boston dataet is already in the pandas or we have to upload it??
@sriyanshsharma-de5iw4 ай бұрын
same doubt bro how to do it
@rafiezikry10832 ай бұрын
Can someone give me an explanation about adding columns in the data frame, where do the price get the data? and why write target in the code?
@HritikJainАй бұрын
Same doubt
@HritikJainАй бұрын
This line of code is adding a new column called 'Price' to your DataFrame (housing_df). It's then filling this 'Price' column with the actual housing price values from your original dataset (housing.target). In essence it is adding price information to the existing data.
@sanjhay671427 күн бұрын
Do you know how to import the boston dataset?
@rafiezikry108327 күн бұрын
@@sanjhay6714 got it a while ago, thank you for trying to help!!
@nurbintehamid3285 ай бұрын
boston data set has been related. what to do?😢
@learnwithhasmita10033 жыл бұрын
thank you so much sir. i have one doubt, when we add column price , how it got values for price.
@Siddhardhan3 жыл бұрын
hi! it is present in the "boston_dataset"
@learnwithhasmita10033 жыл бұрын
@@Siddhardhan ok sir thank you
@bhoomiagarwal1306 Жыл бұрын
nice vedio
@aditiapar93556 ай бұрын
will i be able to answer interview questions with this?
@miranmahmud1932 жыл бұрын
Hello! How can I upload .MAT file in Pandas DataFrame?
@snehasneha38223 жыл бұрын
sir after coding it in here ,can i push it to github ?
@ardon-c3i2 ай бұрын
the best
@jaden007 Жыл бұрын
can you do a video on tensor flow please!
@saketml86763 жыл бұрын
firstly sir i want to thank you sir for starting this channel i came across to this through linkdin and sir i want to ask you that i have made some projects from your videos, can i put them in my resume and sir can i upload complete code of those projects on github
@Siddhardhan3 жыл бұрын
hi! yes, if you practiced the code by yourself and you understand it completely, then you can definitely put it in your resume. but don't put it in GitHub. if you made the code from scratch by yourself, then you can put it. And I don't expect you to give credits to me in your GitHub or anywhere else. I am happy that people are learning from my content and I don't expect anything else. thanks 😇
@uppariamericavlogsjustforf33953 жыл бұрын
Hi can you please make data science prediction on US Stock market on Tesla?
@Siddhardhan3 жыл бұрын
Hi! I'll make video in this topic in 2 or 3 weeks
@businessecommerce-fp1oi10 ай бұрын
amazing
@sachinvithubone42783 жыл бұрын
How we can find in which row having null value if we have thousands of records?
USE "pandas.DataFrame.isnull()" TO FIND ROWS WITH NAN VALUES
@dasaricharan38662 жыл бұрын
Create a video for how to create pandas data frame by excel file
@godisgreat38922 жыл бұрын
thank you.
@HariPrasad-ox5ri3 жыл бұрын
bro, so if there is a matrix of size 3 x 2 and if I do the slicing operation x[2 , : ]. I will get all the columns of the second row, right?
@Siddhardhan3 жыл бұрын
hi! no, you will get all the columns of 3rd row as the index of third row is 2. try the following code: import numpy as np arr = np.array([[1, 2],[3, 4],[5,6]]) print(arr[2,:])
@HariPrasad-ox5ri3 жыл бұрын
@@Siddhardhan Bro, congratulations on reaching 12k subscribers! This is just the start, you just see in the future, your YT Channel will be super famous!
@dasaricharan38662 жыл бұрын
How to create a pandas data frame by a excel file
@ahmedabid67993 жыл бұрын
thnx
@pythonicman60742 жыл бұрын
تستاهل الف لايك
@anisharaj98543 ай бұрын
28:05
@shwetapd2 жыл бұрын
can you please make these video in Hindi
@mycreationmanishyadav444 Жыл бұрын
Gayi buffalo pani me
@mycreationmanishyadav444 Жыл бұрын
Ek toh shuru se error aa rahi thi now near at 8 min it again show error of no attribute data and feature name
@mycreationmanishyadav444 Жыл бұрын
These error was recorded by watching video again but data got mixed 😂😂