YoY and MoM Comparison Tutorial in Python

preview_player
Показать описание
Learn how to create a year over year and month over comparison just by using the native function in Python with the Pandas. You can quickly also create percentage increase and decrease columns in a dataframe.
#Python
#YoY
#Pandas
Рекомендации по теме
Комментарии
Автор

Hey Absent Data Channel, nice to meet you! I just found your channel, love what you're doing!

I like how clear and detailed your explanations are as well as the depth of knowledge you have surrounding the topic! Since I run a tech education channel as well, I love to see fellow Content Creators sharing, educating, and inspiring a large global audience. I wish you the best of luck on your YouTube Journey, can't wait to see you succeed! Your content really stands out and you've put so much thought into your videos, I applaud you on that!

Cheers, take care, and keep up the great work ;)

empowercode
Автор

Use the native function .pct_change() to calculate percentage change.

rjdaniels
Автор

Hey man this was really well explained. Thank you!

ronenTheBarbarian
Автор

Great video! One thing to note: using as_index=False will not set the Year colum as the index and returns a normal pandas DataFrame.

year_summary.groupby('Year',

mokus
Автор

It's a great video, thank u. but just a problem in YoY. In the video, 2016's YoY should be, so YoY(2016) is -2.686...not -0.036951/1.338640=-2.76.

大白兔工作
Автор

Really neat and good explanation to what's needed in the real world when working with data, well done. Any more please?

Maddy-rbey
Автор

sir what about yoy mean diff, please ..

girimadhavchowdhury