Dashboard Link : https://public.tableau.com/app/profile/pradeesh.reddy/viz/EVAnalysis_17186050959750/Dashboard1?publish=yes
This project entails creating an interactive dashboard in Tableau named "EV Analysis." The dashboard visualizes various aspects of electric vehicle (EV) data, including vehicle distribution, ownership, and type. The dataset used in this project was a CSV file containing information about EVs such as VIN, location details, model year, make, model, electric range, and more.
The dataset was a CSV file with the following columns:
- VIN (1-10)
- County
- City
- State
- Postal Code
- Model Year
- Make
- Model
- Electric Vehicle Type
- Clean Alternative Fuel Vehicle (CAFV) Eligibility
- Electric Range
- Base MSRP
- Legislative District
- DOL Vehicle ID
- Vehicle Location
- Electric Utility
- 2020 Census Tract
The dataset was clean and free from errors.
- Open Tableau.
- Click to connect to data.
- Load the CSV file containing the dataset.
- Create a bar chart to display the vehicle year versus the distinct vehicle ID count.
- Create a map to show the distribution of vehicle ownership across different locations.
- Right-click on the
County
field. - Click on
Create Set
. - Click on
Top > By Field
to filter the top 10 counties based on vehicle ownership. - Drag the created county set to the filters.
- Right-click on the filter.
- Click
Apply to Worksheets
. - Select
All using this data source
.
- Press
Ctrl
and click bothMake
andModel
. - Click
Create Hierarchy
to create a hierarchy of these fields. - Drag the hierarchy to the rows.
- Right-click and select
Create Parameter
. - Set the data type to
String
and allowable values toList
. - Add the necessary values and create the parameter.
- Right-click and click on
Show Parameter Control
. - Create a calculated field with the expression:
[Make]= [Car Make]
- Drag the created parameter to the filter and check
True
.
- Create a calculated field with the following expression:
0
- Click
Apply
andOK
. - Drag
0
into rows to bring up a pie chart. - Hold
Ctrl
and drag0
again into rows to create two pie charts. - Right-click on the second
0
in rows and selectDual Axis
. - Change the second
Sum(0)
from pie to circle and decrease the size of the circle. - Remove all fields from the second
Sum(0)
. - Increase the size of the first pie chart to create the outer ring of the donut chart.
- Click on the dashboard icon at the bottom.
- Drag a blank object into the workspace.
- Bring a horizontal container to the top.
- Add a text box at the top for titles or descriptions.
- Select any chart, click on the horizontal container, and select
Distribute Evenly
.
- Open the Tableau workbook (
.twb
or.twbx
file). - Interact with the various visualizations to explore the data.
- Use the filters and parameters to customize the views.
The EV Analysis Dashboard provides valuable insights into the distribution and characteristics of electric vehicles across different regions. By leveraging Tableau's powerful visualization tools, we can explore trends and patterns in EV ownership, helping stakeholders make informed decisions. This project demonstrates the effectiveness of data visualization in making complex data more accessible and understandable.