DataViz Makeover 3

Visualization of covid-19 epidemic situation in DKI Jakarta, Indonesia, June 2021

Published

July 21, 2021

DOI

1. Original Visualization

The orignal visualization reflects the death cases and positive cases situation in Jakarta. The data source is from Open Data Covid-19 Provinsi DKI Jakarta.For creating the data visualisation above, the file dated on 30 Juni 2021 Pukul 10.00 is used. The purpose of visualization is to prepare two data visualization to support the news write-up of the latest development in DKI Jakarta.

2. Critiques & Suggestions

2.1 Clarity

2.2 Aethetics

3. Proposed Design

3.1 Sketch

3.2 Final Design

The address for this visualization on tableau public is here.

3.3 Advantage of Proposed Design

4. Main Observations

5. Data Visualization Process

5.1 Data Preparation

  1. The origin dataset is as following:

  1. Delete the NA values.

  1. Get the longitude and latitude for districts and cities by Jupyter Notebook.

  1. Extract clean data for sub-districts.

  1. Link the two csv data sets together in tableau.

  1. Change the headers title to English and correct the data type of columns.

5.2 Map - city

  1. Put the longitude and latitude of city to column and row.

  1. Change the color and size based on average cumulative positive cases of sub-districts.

  1. Create a new calculated field.

  1. Select all in compute using in table calculation.

  1. Add “rank-city” to Tooltip and add city name to Label. Then we also edit the title.

  1. Edit the Tooltip to reflect the average cumulative positive cases and rank.

  1. Map-city is finished.

5.3 Map - district

  1. Put the longitude and latitude of districts to column and row.

  1. Drag “City” to color and drag “Died” to size.

  1. Create a new calculated field.

  1. Select all for compute using.

  1. Drag “rank-district” to Label and change the mark label of top 5 districts to “Always Show”.

  1. Drag the “death rate” and “rank-district” to Tooltip and edit the Tooltip.

  1. Map-districts is finished.

5.4 Average number of positive cases in cities

  1. Drag “Positive” to column and change the measure to “Average”.

  1. Drag “City” to row and order the bar chart based on average positive cases.

  1. Create the new calculated fields to calculate the 95% upper and lower limit for positive cases.

  1. Drag the “positive lower bar” and “positive upper bar” to Detail.

  1. Right click the X-axis and add the reference line.

  1. Create a new calculated field for horizontal lines between vertical lines.

  1. Drag “positive lower bar” to column and drag “positive bar length” to Size.

  1. Right click the X-axis and choose “Dual Axis”.

  1. Choose the Size for Gantt Bar.

  1. Edit the Tooltip.

  1. Edit the title.

  1. This chart is finished.

5.5 Scatter plot for death rate and positive cases

  1. Create a new calculated field named death rate for sub-districts.

  1. Drag variables to column and row. Then drag “Sub-district” to Detail.

  1. Change the color of scatter to yellow.

  2. Add reference line to Y-axis.

  1. Right click on the reference line and set the “Shading” to 0%.

  1. This chart is finished. We can add this to the Tooltip of last chart.

5.6 Number of death and death rate in districts

  1. Drag the variables to column and row.

  1. Drag “Died” and “death rate” to the color of their chart.

  1. Right click the X-axis of two charts and add reference line.

  1. Order the bar chart descending and label the top 5 districts by “Died” and “death rate”.

  1. Edit the Tooltip.

  1. Edit the Title.

  1. This chart is finished.

5.7 Dashboard

  1. Set the title - “Situation of patients diagnosed as positive for COVID-19, Jakarta of Indonesia”.

  2. Add the data source in the bottom of dashboard: “Data Source: Open Data Covid-19 Provinsi DKI Jakarta(https://riwayat-file-covid-19-dki-jakarta-jakartagis.hub.arcgis.com/)”

  3. Arrange the location of charts properly and finish the dashboard.

Footnotes