[PYTHON] Easy analysis sharing with re: dash, an open source data visualization tool Part 2 ~ Graph

Last time I introduced how to install re: dash, so next I will introduce the types of visualization Use the previously installed dataset.

Line graph

SQL query

select date(payment_date), sum(amount) from sakila.payment group by date(payment_date)

Graph

re_dash___New_Query.png

bar graph

SQL query

select * from Country

re_dash___New_Query.png

re_dash___New_Query.png

If you do not stack it, it will be a strange value

Area graph

skip

Pie chart

SQL query

select * from Country

Graph

re_dash___New_Query.png

Scatter plot

SQL query

select * from Country

Graph re_dash___New_Query.png

cohort

You can see retention etc.

Screenshots are from the Demo page

re_dash___Cohort_Example.png

counter

It seems that it can be used to compare goals and achievements

SQL query

select * from Country

Graph

re_dash___New_Query.png

Summary

I tried to put out various graphs. To be honest, there are a lot of things that aren't enough compared to Tableau, but I think it's worth sharing with the team using a browser for free.

For me, it would be nice to do the initial analysis in Tableau, and if you have something you want to share with your team, put it on re: dash.

Or, I think it's a good idea to always manage the target values of the team here and see them in MTG.

Recommended Posts

Easy analysis sharing with re: dash, an open source data visualization tool Part 2 ~ Graph
Easy analysis sharing with re: dash, an open source data visualization tool Part 4 ~ pivot table
Easy analysis sharing with re: dash, an open source data visualization tool Part 3 ~ Google Spreadsheets
Easy analysis and sharing with re: dash, an open source data visualization tool Part 1-Installation
Beautiful graph drawing with python -seaborn makes data analysis and visualization easier Part 1
Beautiful graph drawing with python -seaborn makes data analysis and visualization easier Part 2
Easy data visualization with Python seaborn.
Create a graph that displays an image with a mouse hover using the data visualization library Dash
Data analysis starting with python (data visualization 1)
Try to get CloudWatch metrics with re: dash python data source
Data analysis starting with python (data visualization 2)
Python visualization tool for data analysis work
Reading Note: An Introduction to Data Analysis with Python