25. Data Analytics - Share Data Through the Art of Visualization - Week 2

 Learning Tableau.

*Tableau alternatives: Looker, Google Data Studio

https://public.tableau.com/s/


Definition:

Tableau // business intelligence and analytics platform that helps people see, understand, and make decisions with data

Dynamic visualizations // visualizations that are interactive or change over time

Diverging color palette // displays two ranges of values using color intensity to show the magnitude of the number and the actual color to show which range the number is from


Tableau Terms:

        - Joining // refers to process of combining data sources based on common fields.

        - Relationships // allow you to combine multiple data sources in Tableau.

        - Data blending // another method to combine multiple data sources.


Tableau Joins:

        - Inner Join // SQL function that returns records with matching values in both tables

        - Outer Join // SQL function that combines RIGHT and LEFT JOINs to return all matching

                                records in both tables.


Tableau Data Type Icons:

        - # // numeric data

        - Abc // string data

        - Globe // geographic data

        - calendar // date data

        - calendar with a clock // date and time data


Tableau Don'ts:

        - Don't use color in the wrong way

        - Don't use too many labels

        - Don't structure the chart in a messy way


Additional Resources:

https://public.tableau.com/profile/grow.with.google#!/

https://www.tutorialspoint.com/excel_charts/excel_charts_types.htm

https://towardsdatascience.com/the-ultimate-cheat-sheet-on-tableau-charts-642bca94dde5

http://www.tableau.com/sites/default/files/media/which_chart_v6_final_0.pdf

https://help.tableau.com/current/pro/desktop/en-us/datasource_prepare.htm

https://help.tableau.com/current/pro/desktop/en-us/joining_tables.htm

https://help.tableau.com/v2020.2/pro/desktop/en-us/datasource_dont_be_scared.htm

https://help.tableau.com/current/online/en-us/datasource_relationships_learnmorepage.htm

https://help.tableau.com/current/pro/desktop/en-us/multiple_connections.htm

https://kb.tableau.com/articles/howto/combining-start-and-end-dates-into-a-single-axis


Comments

Popular posts from this blog

2. FreeCodeCamp - Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

20. Data Analytics - Analyze Data to Answer Questions - Week 1

3. Algorithms - Selection Sort