Baselight

Nepal Realtime Data

Contains district-wise data and realtime time series data

@kaggle.milan400_nepal_realtime_data

Loading...
Loading...

About this Dataset

Nepal Realtime Data

Context

It contains Nepal district-wise data and time-series data of coronavirus

Content

https://pomber.github.io/covid19/timeseries.json
Contains data of confirmed, deaths, recovered cases of countries. Starting from "2020-1-22"

https://coronanepal.live/
Contains data of Nepal regarding Coronavirus*

Acknowledgements

Thanks danoozy44 for this idea of saving data.

Inspiration

Lot of things can be done with this data plus if added other past data. Flow of the virus from start of outbreak to present can be gained.

Tables

District Wise Data

@kaggle.milan400_nepal_realtime_data.district_wise_data
  • 1.98 KB
  • 5 rows
  • 2 columns
Loading...

CREATE TABLE district_wise_data (
  "unnamed_0" VARCHAR,
  "unnamed_1" VARCHAR
);

Nepal Timeseries

@kaggle.milan400_nepal_realtime_data.nepal_timeseries
  • 4.75 KB
  • 122 rows
  • 4 columns
Loading...

CREATE TABLE nepal_timeseries (
  "date" TIMESTAMP,
  "confirmed" BIGINT,
  "recovered" BIGINT,
  "death" BIGINT
);

Share link

Anyone who has the link will be able to view this.