Hi Derek, fabulous video. Thanks for this, I'm learning a lot about plotly with just this video. Just wanted to let you know that your labels parameter shown at around 7:40 in the video actually does not change the labels. We are still seeing 'date' for the x axis and 'GOOG' for the y axis. You have to refer to the axes by the names of the columns. This works for the labels parameter: labels={'date': 'Date', 'GOOG': 'Price'}
Dude, congratulations on pulling out such a fantastic tutorial!!! I am very happy to have found this video. Your pace, tempo, and way to explain this subject was great in my opinion.
Thank you, Derek, for the great tutorial. I learned more typing along with your explanations, and debugging my own errors. All of the visualizations work. Can't wait to apply this to my day job.
Derek just wants to tell you when I was in my college I used to watch your one video lecture to learn the basics of coding. I got a job but in my data science journey, I miss these type of good videos which cover everything .finally you have made videos of data visualization libraries and pandas. Thanks for your great work.
This video is so helpful and priceless! Thank you for all the time, research and hard work you put into making this happened!! You just gained a subscriber from Nigeria!💙
Thank you :) I have a ton of data science videos. Here are the ones similar to this : NumPy in One Video : ruclips.net/video/8Y0qQEh7dJg/видео.html Pandas in One Video : ruclips.net/video/PcvsOaixUh8/видео.html Matplotlib in One Video : ruclips.net/video/wB9C0Mz9gSo/видео.html Seaborn in One Video : ruclips.net/video/6GUZXDef2U0/видео.html Plotly in One Video : ruclips.net/video/GGL6U0k8WYA/видео.html Time Series Analysis : ruclips.net/video/PpnoNZYce_c/видео.html Probability in One Video : ruclips.net/video/sEte4hXEgJ8/видео.html Statistics in One Video : ruclips.net/video/tcusIOfI_GM/видео.html
Thanks! I was going to post the same question, great I saw your answer. The author should follow up on these errors and other technical questions, still there in github. Anyhow, thanks!
I loved the video tutorial. I knew the basics of plotly before this but feel far better versed now and am looking forward to applying these visualizations to my own projects. I'll try to take on a dendrogram next...
You are not alone in your basement talking to yourself... ;) This is a fantastic overview of Plotly - I'm looking forward to digging into some sample data sets to see what it's fully capable of.
What a legend! Great tutorial Derek. Would love to see a part two incorporating dash. Appreciate you sharing all these amazing tutorials, you’re helping out a lot of people more than you know.
@@derekbanas Hi Derick! awesome man thank you, this is very helpful! have you done one on dash as well? I would defo transfer some donation to you if you have!
Nice Video, many stuff, butt important thing is missing, where and how to deploy the map? How to show to public/how make it available via http and so deployment stuff.
I love your tutorial. Could you add advanced Plotly tutorial with interactive drop-downs options filtering dataframe while selecting and other advanced features?
Just bought your Udemy course for me and my twin brother! I really appreciate your work! Will let you know when we are done.. it will take a while as it has sooo much content :D
Hello Derek, is it possible to do a tutorial on click events? Trying to figure out how to display a datatable on the dashboard when the user clicks on a data point in a scatter point. So if user was looking at gapminder data, when user clicks on let's say an "Asia" data point in a scatter, then in the row below all the "Asia" related rows are shown.
`stocks` dataset isn't available with plotly I'm using right now (not sure how to check which version it is, but I'm using it within GoogleColab on 30.08.2021). Does anyone know how can I access the same dataset?
really great tutorial. in one go and so much. at the beginning of the video you say the code (notebook) will be available. can you or anyone provide a link to github repo? thx a lot
Hi Derek, can you make a tutorial of Rust in 2020? Because the one you have in your channel is a little bit old and big companies like Apple, Microsoft and the FSF are interested in the use of Rust for their low level systems.
Biology science student here, for what are these kind of libraries used for? Like when you have spss or jamovi, why would someone want to code a histogram? (Asking so I can get info if it is usefull for me because I feel like it is but no one talks about these things in my field of Sc(
Hi, Your lectures are really useful to create dashboards using plotly dash in efficient way. Just have one questions ? How we can export these dashboards either in PDF or PPT using dash?
00:00 Intro
00:14 What is Plotly?
00:38 Installation
01:51 Imports
03:49 Basics
05:41 Line Plots
06:19 Built-in Datasets
07:41 Multiple Plots
09:04 Styling Plots
12:01 Style Grids
17:45 Query Data
26:07 Scatter Plots
32:43 Pie Charts
34:27 Colormaps
39:45 Histograms
44:28 Box Plots
52:30 Violin Plots
58:12 Density Heatmap
1:01:30 3D Scatter Plots
1:02:48 3D Line Plots
1:03:35 Scatter Matrix
1:04:21 Map Scatter Plot
1:06:38 Choropleth Maps
1:09:17 Polar Chart
1:11:50 Ternary Plot
1:13:24 Facets
1:18:17 Animated Plots
1:53 You know Jupyter can install packages, right?
@@StEvUgnIn how to change x and y range ?
@@sibasankar3416 I don't understand what you ask. You have to be more specific. x and y can be whatever you want.
This channel is absolutely priceless
Thank you for the nice compliment :)
1:03:30 you're not sitting in the basement talking to yourself. This video is one of the most interesting things I've seen in a long time
Hey Derek, just wanna say that you are extremely amazing and dedicated individual. Thank you for these tutorials, man. Really appreciate it.
Thank you for taking the time to write such a nice message :) I'm very lucky to be able to make these videos.
@@derekbanas smartest decision was subscribe to your channel years ago
Hi Derek, fabulous video. Thanks for this, I'm learning a lot about plotly with just this video.
Just wanted to let you know that your labels parameter shown at around 7:40 in the video actually does not change the labels. We are still seeing 'date' for the x axis and 'GOOG' for the y axis.
You have to refer to the axes by the names of the columns.
This works for the labels parameter:
labels={'date': 'Date', 'GOOG': 'Price'}
Dude, congratulations on pulling out such a fantastic tutorial!!! I am very happy to have found this video. Your pace, tempo, and way to explain this subject was great in my opinion.
Thank you for the nice compliment :) I'm happy you liked it
Hi Derek. This is a stupendous tutorial! I've subscribed to your channel and look forward to more quality content from you.
Thank you, Derek, for the great tutorial. I learned more typing along with your explanations, and debugging my own errors. All of the visualizations work. Can't wait to apply this to my day job.
Derek just wants to tell you when I was in my college I used to watch your one video lecture to learn the basics of coding. I got a job but in my data science journey, I miss these type of good videos which cover everything .finally you have made videos of data visualization libraries and pandas. Thanks for your great work.
Watched the whole think and coded along. THANK YOU Derek. That is one slick library
Thank you for taking the time to tell me you liked it :)
Thank you for this great video, it's always great to see most of the options a library contains!
Another great tutorial, Derek. Thank you. I like how comprehensive your review is of all the different kinds of plots.
@20:35 Derek, what would I do to change the colors of that stacked plock. For instance green for Male, red for female.
This video is so helpful and priceless!
Thank you for all the time, research and hard work you put into making this happened!!
You just gained a subscriber from Nigeria!💙
Thank you for the nice compliment :)
I can never get enough surprised from you!!!!
Thank you very much :)
when i copied exact import cell in colab , iplot is not displaying
Awesome tutorial for a matplotliber that never uses plotly! Thank you 😊
The best video I´ve seen !!!
You got a new subscriber.
Thank you :) I have a ton of data science videos. Here are the ones similar to this :
NumPy in One Video : ruclips.net/video/8Y0qQEh7dJg/видео.html
Pandas in One Video : ruclips.net/video/PcvsOaixUh8/видео.html
Matplotlib in One Video : ruclips.net/video/wB9C0Mz9gSo/видео.html
Seaborn in One Video : ruclips.net/video/6GUZXDef2U0/видео.html
Plotly in One Video : ruclips.net/video/GGL6U0k8WYA/видео.html
Time Series Analysis : ruclips.net/video/PpnoNZYce_c/видео.html
Probability in One Video : ruclips.net/video/sEte4hXEgJ8/видео.html
Statistics in One Video : ruclips.net/video/tcusIOfI_GM/видео.html
2:56 *starts sounding like a Robot* . Jokes apart, you're the BEST. Thank you so much for the video.
Thank you :) I feel like a robot some times
@7:14 what's the pourpose of the code labels={'x':' Date', 'y' :'Price'} ? It seems that has no effect on the plotted graph...
Thank you
to answer my own question...: that line is wrong, the right code should be:
labels={'date':'Date','GOOG':'Price'}
Thanks! I was going to post the same question, great I saw your answer. The author should follow up on these errors and other technical questions, still there in github. Anyhow, thanks!
So glad I found this video. Perfect introduction to plotly and just what it is capable of.
I'm very happy that I could help :)
I loved the video tutorial. I knew the basics of plotly before this but feel far better versed now and am looking forward to applying these visualizations to my own projects. I'll try to take on a dendrogram next...
Please make a master series of web scrapping With python
Thank you for sharing knowledge. This is amazing.
Awesome video. Thanks Derek
This was awesome. Thanks Derek
You are not alone in your basement talking to yourself... ;) This is a fantastic overview of Plotly - I'm looking forward to digging into some sample data sets to see what it's fully capable of.
I have a question ..why the labels are not working as expected during the apple vs google comparison.. @8:59
Thankyou from the bottom of my heart
Thank you for taking the time to tell me I helped :)
Super well structured, going through many types of graphs. Very useful!
well structured, Very useful! thank you !
Thanks for this video, you helped me to undeerstand plotly better :)
Derek. It is just priceless! ❤️
Thank you :) I'm happy you liked it
Thank you for your videos I’ve learned so much from you
Absolutely the most useful plotly tutorial out there. Thanks for putting this together!
Thank you for the very nice compliment :)
Fantastic. Keep it up
Thank you for this tutorial. Very useful.
Thank you :) I'm happy I could help
Can't thank you enough!! You just made my day.
Thanks a lot Derek.You are Incredible!!
Thank you :) I’m very happy that I could help
What a legend! Great tutorial Derek. Would love to see a part two incorporating dash. Appreciate you sharing all these amazing tutorials, you’re helping out a lot of people more than you know.
Thank you for taking the time to say that I helped :) I definitely plan on covering Dash very soon because it is an amazing tool!
@@derekbanas Hi Derick! awesome man thank you, this is very helpful! have you done one on dash as well? I would defo transfer some donation to you if you have!
Awesome tutorial Derek, i learned alot. Thanks for doing this and making it available here.
Great, practical and useful video! Thank you.
Thank you very much :)
Derek, As always, outstanding! Thank you for sharing your knowledge.
Thank you very much :) I’m happy you enjoyed it
Fantastic tutorial thanks
I've never seen that 3d chart from the intro. that thing is sick!
Thanks for the free and extremely amazing content!
It is my pleasure to help :)
Derek you are OP. 1.5hour super dense tutorial is basically OP, I learned MPL and SNS in a day from beginner to decent.
Thank you :) I'm happy the videos helped
Absolutely fantastic video; thanks for sharing your knowledge!
Hey Derek, you are not in your basement taking to yourself. Thank you for these tutorials, man.
Thank you for taking the time to tell me you enjoy the videos :) I appreciate it!
This is pretty awesome love it. Could be a full Udemy course. ☺️
Thank you :) Got too love free education
Great tutorial. Thank you!
Thank you :)
I've benefited from many "... in one video" videos of yours, thank you!
Have you considered a similar tutorial about Asymptote, the graphic language?
There's so much thinks to learn! Thanks!
what a great great tutorial and I am sold
thank you !!
Thank you :) I'm happy it helped
Nice Video, many stuff, butt important thing is missing, where and how to deploy the map? How to show to public/how make it available via http and so deployment stuff.
Awesome stuff!
Thank you very much :)
@@derekbanas Do you have a lesson on dropdown boxes? I have a data set and I can't use the normal programming way to make the graphs interactive.
this is the best tutorial ever. Thanks a lot man, I really appreciate it.
Thank you :) I'm very happy that it helped
I love your tutorial. Could you add advanced Plotly tutorial with interactive drop-downs options filtering dataframe while selecting and other advanced features?
hey, Derek the explanation is really superb would you mind sharing the Jupyter notebook which you just explained?
Thank you very much :) I always include the link in my descriptions github.com/derekbanas/plotly-tutorial
You are not alone in the basement! )) Thanks a lot for the tutorial!
Just bought your Udemy course for me and my twin brother! I really appreciate your work! Will let you know when we are done.. it will take a while as it has sooo much content :D
Thank you so much :) I greatly appreciate it! Yes the only complaints I ever get is that the course is too long. I hope you and your brother enjoy it
That is great! Thank you!
I'm happy I could help :)
Awesome video tutorial. Can you do a video on Dash?
Hi man, thanks very much for this, its a great reference to see how things work. Great teacher.
Thank you very much :) I'm happy I could help
How do we save the choropleth map as a .png? Can you direct me to any resources? Can't seem to find much on this topic.
Great video! Thanks!
Awesome!!! TQVM!!
Thank you :) I'm happy you enjoyed the video
When one should use
Fig.update_traces
And when to use
fig .update _layout
??
How to orient colorbar horizontally when plotting scatter plot.?
Awesome video
Thank you :) I tried to do my best
thanks a lot sir
Derek, you are a boss! Thanks for the tutorial.
Thanks for this awesome video!
Any information on defining outliers in a scatter plot and making them a different color than the rest?
Hello Derek, is it possible to do a tutorial on click events? Trying to figure out how to display a datatable on the dashboard when the user clicks on a data point in a scatter point. So if user was looking at gapminder data, when user clicks on let's say an "Asia" data point in a scatter, then in the row below all the "Asia" related rows are shown.
`stocks` dataset isn't available with plotly I'm using right now (not sure how to check which version it is, but I'm using it within GoogleColab on 30.08.2021). Does anyone know how can I access the same dataset?
god bless you! thanks so much!
Thank you for the nice message :) I'm happy you found it useful
Thank you very much, this is a priceless share, I was looking forward to it long time.
Thank you :) I'm happy you enjoyed it
really great tutorial. in one go and so much. at the beginning of the video you say the code (notebook) will be available. can you or anyone provide a link to github repo? thx a lot
I think a Dash tutorial to go along with Plotly would be great :)
It's very good
Hi, I wanna ask what the use of chart_studio package is?
Thanks for the very nice presentation. Please do me a favor to eliminate the error"name 'go' is not defined" while creating a pie chart.
Thank you!
Thanks a LOT!!!
I'm very happy I could help :)
Awesome tutorial, looking forward to more of these :)
Thank you very much :) I'm happy I could help
Thanks, Derek, for the great tutorial. What’s the best way to publish the plots as a dashboard? Also, can I add these plots to Tableau?
You amazingly done that but i have a question how we increase the pixel of the plots?
just like ' dpi ' in matplotlib how can we do that in plotly?
Nice. It is finally here!
Excited to get started
I hope you find it useful :)
Hi Derek, I am yet to finish your video, but I need clarification if I can see the data fixed on markers in place of seeing it on hovering on the same
Hi Derek, can you make a tutorial of Rust in 2020? Because the one you have in your channel is a little bit old and big companies like Apple, Microsoft and the FSF are interested in the use of Rust for their low level systems.
Hi, I'll see what I can do. Thank you for the request
Biology science student here, for what are these kind of libraries used for? Like when you have spss or jamovi, why would someone want to code a histogram? (Asking so I can get info if it is usefull for me because I feel like it is but no one talks about these things in my field of Sc(
how can you get locationmode for the mapplot
Hi, Your lectures are really useful to create dashboards using plotly dash in efficient way. Just have one questions ? How we can export these dashboards either in PDF or PPT using dash?
Would be beneficial if you could upload a sklearn tutorial cause i love how you explain things.
That tutorial is coming very soon
Awesome!!!
Make one on Linear Algebra for Machine Learning as well need it badly.
Dude thanks a lot
Thanks a lot for this valuable stuff , hats off to your hardwork
I'm happy I could help :)
Great tutorial love the animation very useful
Hey thanks man. Was really helpful.
Pure Gold!
Thank you very much 😁 I tried to do my best
Really useful
Thank you :)
could you use plotly for a network graph?
Thanks for making this, really informative!
Thank you :) Happy I could help