Plotly Python - Introduction of plotly data visualization and creating plotly chart

preview_player
Показать описание
This is a First introductory plotly tutorial video of plotly data visualization in python with real data, I have talked about how you can create #plotlychart in #Plotlypython with the help of real data. In future I'll be showing you more tutorials to create interactive data visualization in python using plotly

Link to the file:

#DataVisualization
Рекомендации по теме
Комментарии
Автор

Plotly Python Tutorials for Beginners - data visualization in python

RVideoTutorials
Автор

FYI, when calling the excel file with panda, be sure to add a second argument for which excel tab to use.
orders = pd.read_excel("sales.xls", "Orders")

jasoncprince
Автор

amazing!!!! I was trying to learn plotly but i got no help thank a lot for this tutorial

abhinavmane
Автор

I already have finished a basic plotly tutorial before and liked so much that I want to go deep into it. Looks like you have a whole series of tutorials so started this 1st one today. Liked a lot.

If I want to master one visualization library, would you recommend plotly? Is there any library better than plotly that you would recommend?

unpatel
Автор

🎯 Key Takeaways for quick navigation:

00:00 📊 Plotly is a Python package for creating interactive charts.
01:03 📦 Install Plotly using the command `!pip install plotly`.
03:57 📈 Plotting with Plotly involves using dictionaries to specify x and y axes.
05:53 🚀 Plotly charts are interactive with features like zoom, download, and more.
08:50 🔄 List comprehension is used to dynamically plot multiple columns in Plotly.
11:48 📉 Analyzing the interactive chart helps identify trends, losses, and areas for further exploration.

Made with HARPA AI

harshmeshram
Автор

Sir, it would be nice if you shared some COLAB notebooks of your works

DebayanKar
Автор

How can I plot multiple KPIs in multiple graph in one screen?

susman
Автор

how to show the plots within the jupyter notebook instead of redirecting it to another site?

puspendurana
Автор

how can we use these plot in dashboard ??? please help

abhishekdwivedi
Автор

Why use 'f' to indicate 'profit'? 'p' for 'profit' makes more sense.

jasoncprince
Автор

I am not able to do it, an error is coming
plot() missing 1 required positional argument: 'kind'

finally got it I was reading a csv file so I downloaded the xlsx file and then it worked

siderealvictor