Python Data Visualization With Bokeh

preview_player
Показать описание
In this video we will get started with data visualization in Python by creating a top horsepower chart using the Bokeh library

Code:

Bokeh Docs:

Sponsor: DevMountain Bootcamp

💖 Become a Patron: Show support & get perks!

Website & Udemy Courses

Follow Traversy Media:
Рекомендации по теме
Комментарии
Автор

Yessss, I was waiting for this, please do another on numpy, pandas please.
Anyone supporting the same like the video then the comment

cleancodez
Автор

This is truly one of the best tutorials i've ever seen. Congratulations.

luizhenriquebritto
Автор

Every video from Brad is gold. Good to see content outside of web development.

imbayi
Автор

"With all excitment i just saw notification of video and started to write few words from my heart"
I love you man, when ever i am trying to learn and research about a topic and find myself in dead end, i don't know somehow your channel and you are the place where i get the answer, I am learning about data Visualization in python using matplot lib or seaborn you have provided a detailed video about it. Thanks a lot

xx
Автор

Thank you for this Brad! I think you explained the topic very well and the result was very interesting and inspiring to say the least!

slavoie
Автор

Thanks. This was a very useful introduction especially the inclusion of data vars from csv bit.

BishSinhaExcelsior
Автор

Hello Brad, You are the best tutor in YOU TUBE, And Udemy .I have been taking your classes including Udemy classes .

I do advice make tutorial series on one thing from beginning to the end step by step.That way many beginners, intermediates etc will follow.Alot of tutorial mixing here and some come once are confusing.Otherwise you are my best Teacher.

mosesm
Автор

thx, great tutorial to get down the basics

julians.
Автор

Thank you for all your videos!!! I still don't get how you now all these technologies, so good that you can teach other people too!!

akiratoriyama
Автор

You're a real inspiration to many Brad, thanks for your contributions. Respect.

infantajay
Автор

Please keep posting more Python contents! loved this one Sir :')

geekyprogrammer
Автор

Awesome I really appreciate this simple and comprehensive tutorial. Bokeh is a very nice tool!

TheBiggE.
Автор

Amazing video and totally cleared my concepts... Thanks... waiting for more such videos on visualizations

bhargavig
Автор

Great video!! Good speaking speed and good step by step explanation!!

felipemaia
Автор

Love the way you say "bar chart"!

ts
Автор

Thanks for this tutorial.


It's very important tha the features that we select for the 'y' axis MUST BE a str, not a int, not a float. str.


if you are working with a Datafram, and you transform it to a list, i suggest to you to use this code


week = list(map(str, df_proyeccion['week'])))


i hope this help everyone (also i hope that you understand me, i'm from argentina and my english is not the best you will hear jaja)


Bye bye from argentina!

pablorosa
Автор

Great tutorial. Really helped me out. :)

dhristovaddx
Автор

I will put this on my list since I started studying data science

isrj
Автор

awesome tutorial! learned tons from you.

gad
Автор

Very good tutorial, thank you for this.

michaelchung