Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kmohamedalie/tableau-data-visualization
Dynamic Dashboarding with Tableau
https://github.com/kmohamedalie/tableau-data-visualization
365datascience bar-chart combo-chart dashboarding github html5 javascript jupyter-notebook markdown pie-chart regression-plot scatter-plot tableau
Last synced: 6 days ago
JSON representation
Dynamic Dashboarding with Tableau
- Host: GitHub
- URL: https://github.com/kmohamedalie/tableau-data-visualization
- Owner: Kmohamedalie
- Created: 2023-08-19T10:15:46.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-20T11:54:44.000Z (about 1 year ago)
- Last Synced: 2023-08-20T13:01:21.094Z (about 1 year ago)
- Topics: 365datascience, bar-chart, combo-chart, dashboarding, github, html5, javascript, jupyter-notebook, markdown, pie-chart, regression-plot, scatter-plot, tableau
- Language: Jupyter Notebook
- Homepage: https://kmohamedalie.github.io/Tableau-Data-Visualization/
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![image](https://github.com/Kmohamedalie/Tableau-Data-Visualization/assets/63104472/4ba6c316-c11e-4922-a5fb-157e110a8364)
Tableau is a visual analytics platform transforming the way we use data to solve problems—empowering people and organizations to make the most of their data.
Tableau
**My Tableau page:** [Mohamed Alie Kamara](https://public.tableau.com/app/profile/mohamed.alie.kamara6326)**Final Case study Dashboard:** [Drinko Report](https://kmohamedalie.github.io/Tableau-Data-Visualization/)
**Lectures available:** [The Complete Data Visualization Course with Python, R, Tableau, and Excel with Elitsa Kaloyanova](https://365datascience.com/login/?redirectUrl=https%3A%2F%2Flearn.365datascience.com%2Fcourses%2Fpreview%2Fdata-visualization%2F)
**Official video about Tableau**
https://github.com/Kmohamedalie/Tableau-Data-Visualization/assets/63104472/e78be83b-e294-47ab-94ba-981eaf051a8f
## **Table of content:**
**9.Dash Boarding with Tableau**
##
Bar
A bar chart (aka bar graph, column chart) plots numeric values for levels of a categorical feature as bars. Levels are plotted on one chart axis, and values are plotted on the other axis. Each categorical value claims one bar, and the length of each bar corresponds to the bar's value.##
Pie
These graphs are divided into sections that represent parts of a whole. They provide a simple way to organize data and compare the size of each component to one other.##
Stacked Area
These visuals show change in one or more quantities by plotting a series of data points over time and are frequently used within predictive analytics. Line graphs utilize lines to demonstrate these changes while area charts connect data points with line segments, stacking variables on top of one another and using color to distinguish between variables.##
Line
These visuals show change in one or more quantities by plotting a series of data points over time and are frequently used within predictive analytics. Line graphs utilize lines to demonstrate these changes while area charts connect data points with line segments, stacking variables on top of one another and using color to distinguish between variables.##
Histogram
This graph plots a distribution of numbers using a bar chart (with no spaces between the bars), representing the quantity of data that falls within a particular range. This visual makes it easy for an end user to identify outliers within a given dataset.
##
Scatter
These visuals are beneficial in reveling the relationship between two variables, and they are commonly used within regression data analysis. However, these can sometimes be confused with bubble charts, which are used to visualize three variables via the x-axis, the y-axis, and the size of the bubble.
##
Regression
Plots can aid in the validation of the assumptions of normality, linearity, and equality of variances. Plots are also useful for detecting outliers, unusual observations, and influential cases. After saving them as new variables, predicted values, residuals, and other diagnostic information are available in the Data Editor for constructing plots with the independent variables.
##
Bar and Line
Bar-Line charts show two metric values aggregated across a group dimension. They are useful for showing quantity alongside changes in trends over time.
The first Y-axis metric displays as a bar, and the second displays as a line. The chart uses a dual-axis plot, where bars are plotted against the left vertical axis and the line is plotted against the right vertical axis.
##
Dash Boarding in Tableau
A dashboard is a way of displaying various types of visual data in one place. Usually, a dashboard is intended to convey different, but related information in an easy-to-digest form. And oftentimes, this includes things like key performance indicators (KPI)s or other important business metrics that stakeholders need to see and understand at a glance.Tableau