Otniel113 / VisDat_Covid

Tugas Besar mata kuliah Visualisasi Data dengan data COVID

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VisDat_Covid

Tugas Besar mata kuliah Visualisasi Data dengan data COVID yang dikerjakan secara individu

Dataset

Terdapat 2 dataset dan keduanya berbentuk Ms. Excel.

Data Set 1 (Soal 1 – 3)

Data set ini terdiri dari data historis terkait dengan kasus COVID-19 di Indonesia pada periode 2 – 31 Maret 2020. Data historis yang tersedia di antaranya jumlah akumulatif tes sampel, terkonfirmasi positif, terkonfirmasi negatif, dan data lainnya.

Dengan ukuran 30x8 dengan penjelasan setiap kolom sebagai berikut:
new_tested: Number of new tested in this day
acc_tested: Total number of tested samples
new_confirmed: Number of new confirmed cases in this day
acc_confirmed: total/accumulate of confirmed cases
acc_negative: total/accumulate of negative cases
being_checked: total/accumulate of sample under examination
isolated: total/accumulate isolated patient

Data Set 2 (Soal 4- 5)

Data set ini menyajikan data spasial terkait kasus COVID-19 di masing-masing provinsi di Indonesia. Data yang disajikan di antaranya jumlah populasi, jumlah kasus positif, dan lain-lain.

Dengan ukuran 34x12 dengan penjelasan setiap kolom sebagai berikut:
province_id: province id based on alphabetic
province_name: name of province in Bahasa Indonesia
island: located island
iso_code: province ISO code
capital_city: name of capital city
population: number of estimated population based on 2014 census
population_kmsquare: number of population per kilo meters square
confirmed: number of confirmed cases
deceased: number of deceased cases
released: number of released cases

Soal

1. Perbandingan Jumlah Akumulatif Tes Sampel

image

2. Perbandingan Positive Rate dan Negative Rate

image

3. Korelasi dengan Heatmap

image

4. Persen Positif terhadap Populasi/Km^2

image

5. Konfirmasi Covid Setiap Pulau

image

About

Tugas Besar mata kuliah Visualisasi Data dengan data COVID


Languages

Language:Jupyter Notebook 100.0%