Nepal Realtime Data
Contains district-wise data and realtime time series data
@kaggle.milan400_nepal_realtime_data
Contains district-wise data and realtime time series data
@kaggle.milan400_nepal_realtime_data
It contains Nepal district-wise data and time-series data of coronavirus
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*
Thanks danoozy44 for this idea of saving data.
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.
CREATE TABLE district_wise_data (
"unnamed_0" VARCHAR -- Unnamed: 0,
"unnamed_1" VARCHAR -- Unnamed: 1
);CREATE TABLE nepal_timeseries (
"date" TIMESTAMP,
"confirmed" BIGINT,
"recovered" BIGINT,
"death" BIGINT
);Anyone who has the link will be able to view this.