Tag: Tableau Tutorial

How to make a pie chart in Tableau

Here is the graph code: Be sure to check the data in the chart to make sure I got it right. Hide this code Python import pandas as pd import numpy as np import matplotlib.pyplot as plt # Sample data data = pd.DataFrame({ ‘Category’: [‘Food’, ‘Transportation’, ‘Housing’, ‘Utilities’, ‘Other’], ‘Expenses’: [300, 200, 500, 150, 100] […]

What is Tableau and How to create a dashboard on Tableau

Tableau is a powerful data visualization platform that helps people see and understand data. It is designed to be easy to use, so even people without a lot of data experience can create insightful visualizations. Tableau can connect to a wide variety of data sources, including Excel files, CSV files, databases, and cloud-based data sources. […]