Wow sir. This is just wow! Very clear explanation. Easy to understand. Easy to interpret the data. You are my saviour.. As a beginner, this will help me a lot. Thank you so much.
Your video improves me and my learning. I am privileged to have a mentor like you sir ! Being a Mechanical guy it was difficult for me to understand Algorithm and Codes but you made ML simpler for me. Thank you sir.
Pls make the videos crisp n short... I suggest that covering a few basics each day, it would be helpful to make a course type format, where one could easily understand a lot more content in a less period of time at the end a pro tip for clearing interviews or cracking the hackathons, shortcuts ...would be helpful...which can differentiate ur work from the rest
I have different data and needed to plot them with different visualization. As an example, say I have 4 different data of different scenarios and I want one data to be plotted as bar graph, one as line graphs and soon. How do I do it?
Hi Sir, I need a help. fig=plt.figure() ax=fig.add_subplot(111) df['Age'].plot(kind='kde',ax=ax) df['Age_median'].plot(kind='kde',ax=ax,color='r') lines, labels = ax.get_legend_handles_labels() ax.legend(lines,labels,loc='best') How can I mention feature name and title in plot .
Thank you for this wonderful tutorial. How can I plot both the bar charts in the same order .for example in the Partner chart "Yes" is shown first and then "No", and for the "Dependents" chart "No"is shown first and then "Yes". How can I make both print in the same order?
Sir, how do I connect with you. I am writing a code that plots curves that depict three occurrences on specific days of a month. I have four days' data a month and I want to plot curves for twelve months. Columns are 'Date', 'Time', 'Occurence1', 'Occurrence2', 'Occurence3'. Each plot shows three curves. Maybe someone can assist as well.
Wow sir. This is just wow! Very clear explanation. Easy to understand. Easy to interpret the data. You are my saviour.. As a beginner, this will help me a lot. Thank you so much.
Very nice, short but very straight to the point
I'm clapping in front of my laptop. good work and thank you! You have helped me a lot!
Superb efforts!!!!
The video is self explanatory and such a minute detailing being captured which can be easily understood by layman.
Thanks Rama for your feedback.
Sumit bhai love you!!
Perfectly explained!!
Awesome sir, superb explanation.
thank you Summit sir for this useful lecture👏
Very well-explained video. Thank you very much
Very good explanation. Thank you for sharing the thought on python. Very crystal clear explanation
Thanks for the video... it solved my problem.. such an easy explanation.. pls keep going..
very nice, this is the real scenario of subplot function using Matplotlib in python. thank you so much!!
Thanks for your comment Imran.
Very good video. this video is helpful for new learners do more videos
amazing video. solved my problem 😁
Great video sir
lovely bhai. its made my work so easy. Thanks
Very good video. Very useful..please do more video.a great platform for new learners.
Thanks Swathi, I will be coming up with more such videos. Please stay tuned.
Thank you for this wonderful tutorial
Thanks my man, i just cleared three doubts from a single video ❤
Nice one. Was looking for this kind of solution. Thank you. 😄
Thank you so much for making this great video.
Just what I was looking for!!! Thanks a million!!
Your video improves me and my learning. I am privileged to have a mentor like you sir ! Being a Mechanical guy it was difficult for me to understand Algorithm and Codes but you made ML simpler for me. Thank you sir.
Good Explanation Sir
Nice videos! Please continue sharing these informative tutorials!!
Very informative and helpful....thanks a lot
Great video. Procedures well explained, thanks.
Thanks :) Keep Watching.
Cheers buddy I got a solid understanding from your tutorial!
Thanks sumit it was very helpful ....
Спасибо! Я именно это искала. Благодарю за подробное объяснение.
Pls make the videos crisp n short...
I suggest that covering a few basics each day, it would be helpful to make a course type format, where one could easily understand a lot more content in a less period of time
at the end a pro tip for clearing interviews or cracking the hackathons, shortcuts ...would be helpful...which can differentiate ur work from the rest
Great suggestion, will definitely consider.
Ty, your video helped me a lot, u explained in a very didactic and simple way ;)
Great video! Thanks!
Very straightforward, thanks!
Thank you! It is a really good explanation.
Super 👌
Thank you so much for this Video :)
Easiest explanation!
Good video. I was looking for a plot between categorical variables. Thanks Sumit.
Very well explained!
Nice video
Thanks a lot 🙏
Thanku sir..😀
This helped me alot, thank you so much
Thanks, it was very useful
Very nice Thankyou
Very nicely explained. Please make a playlist for end to end projects from data scraping to deployment of the ML model
.
ML Model Deployment is available: ruclips.net/p/PLqeC2vyHNlo3j-ifo2wPNtBngQI28Ex6r
Good video, thank you :)
This video was soo helpful. Thanks!
Fantastic.
Awesome! thanks a lot Sr.
hi sumit shukla sir, really explained very well and in detailed. Please upload more modules in python.
good skill thanks
Brother could you please gimme a overview of the career data science...I've preparing for this job.
Thanks a lot sir
You helped me so much! Thank you :)
Awesome sir
Great video!!!
Hey pretty cool vid
Thanks a lot.
@@SessionWithSumit thank you! Very concise stuff
I have different data and needed to plot them with different visualization. As an example, say I have 4 different data of different scenarios and I want one data to be plotted as bar graph, one as line graphs and soon. How do I do it?
Hi Sir, I need a help.
fig=plt.figure()
ax=fig.add_subplot(111)
df['Age'].plot(kind='kde',ax=ax)
df['Age_median'].plot(kind='kde',ax=ax,color='r')
lines, labels = ax.get_legend_handles_labels()
ax.legend(lines,labels,loc='best')
How can I mention feature name and title in plot .
Good video. Please can you suggest some code when I update a base data, the chart 📊 should update automatically
Thank you!
Good one!
Thank you for the tutorial, is there any way we can reduce the for loop time?
Hi Sumeet can u start from the basics of python n python for data science
Yes that is coming, watch for the first video as soon as the 15th.
How does this differ from using facetgrid in python? Or does it come down to the same thing.
great
How to export the subplots?
thanks!
Thank you for this wonderful tutorial. How can I plot both the bar charts in the same order .for example in the Partner chart "Yes" is shown first and then "No", and for the "Dependents" chart "No"is shown first and then "Yes". How can I make both print in the same order?
Am working with contours and am having problem getting the colums
Thank you
how to handle multi row with multi categorical variables in seaborn
Sir, how do I connect with you. I am writing a code that plots curves that depict three occurrences on specific days of a month. I have four days' data a month and I want to plot curves for twelve months. Columns are 'Date', 'Time', 'Occurence1', 'Occurrence2', 'Occurence3'. Each plot shows three curves. Maybe someone can assist as well.
Can I help?
@@bernardb.4788 I will be happy.
does any one know how to produce same kind of plotting using
Displot form seaborn looks like displot does not support subplots .............:?
If i have 3 coulmns movie_geners , girl , boy and i want to represent 3 columns in bar chart with 2 coulmns boy , girl in y axis and genere in x axis
I am looking for y axis = partner and x axis = chuns
thanks
Hello Sir,
please share the file that used for this tutorial?
Import seaborn shows error
: No module named seaborn
Is it resolved
Otherwise i will help you in this
@@vishalbangari6900 not resolved
waaahhhhhh
sumit bhai jihadi look kyu rakha hai?
Very useful and well detailed video, thank you very much.
thank you