Plotting Data in Python using Pandas #datascience #shorts

preview_player
Показать описание
In this video we make a bar plot with some youtube data.

#python #pandas #datascience #shorts
Рекомендации по теме
Комментарии
Автор

plz more short tips and tricks on pandas.
Thanks bro.

mjacfardk
Автор

Videos like yours make me fall in love with python all over again 😍

thomasedwardking
Автор

You make statistics and DS look fun ty

programinc
Автор

Great educative lesson...Please where did you get the dataset file sir?

Kishi
Автор

Damn instant sub, that’s so easy wish I knew this last year during my bootcamp lol

aroncanapa
Автор

Ur beast at pandas, can u give some tips how to be good like u

believer
Автор

New programmer, so kinda above my skill set, but its good to know the kind of things python, and code in general, are capable of with so few lines. Subscribed.

dump___
Автор

Very cool, I wasn’t aware of the backslash trick shown here. I actually did a small project where I essentially got a similar dataset of Mr Beasts last 50 videos, but from the YouTube API and did some analysis on that.

puddingpiler
Автор

Cool video, but what editor do you use?

soap
Автор

start with python is the best because ... then immediately proceeds to include libraries that are built in C++...

MartinBarker
Автор

what is the purpose of the slashes? ive never seen them used this way

thechallenger
Автор

Matplotlib, if you dont like bar charts or line graphs you're going to have a bad time 😂

DelightfulPager-ronw
Автор

Wait, so can you make a graph with matplotlib on a pandas dataframe (object)?

vdl
Автор

What is the name of that Type of font?

JonathanSandoval-cwpu
Автор

Which level of python can do such thing

apextamang
Автор

What does max() do here? So we group by Title and get ViewCount displayed, but I don't really catch what max is for

grandpraline
Автор

I only learned python so I can tell people I work with pandas.

LikeButtonPrez
Автор

Does anyone know what editor he's using?

securityoverclock
Автор

How to get a job as data analyst
I'm about to graduate CSE

Eswar.
Автор

Now do the same without any imports. Oh and do not do a for loop if you like performance.

KangoV