coronavirus_updates 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -2
  3. data/Gemfile.lock +2 -4
  4. data/README.md +10 -4
  5. data/coronavirus_updates.gemspec +1 -1
  6. data/lib/coronavirus_updates.rb +16 -8
  7. data/lib/coronavirus_updates/version.rb +1 -1
  8. data/lib/reports/02-01-2020.csv +68 -0
  9. data/lib/reports/02-02-2020.csv +68 -0
  10. data/lib/reports/02-03-2020.csv +69 -0
  11. data/lib/reports/02-04-2020.csv +71 -0
  12. data/lib/reports/02-05-2020.csv +72 -0
  13. data/lib/reports/02-06-2020.csv +72 -0
  14. data/lib/reports/02-07-2020.csv +73 -0
  15. data/lib/reports/02-08-2020.csv +73 -0
  16. data/lib/reports/02-09-2020.csv +73 -0
  17. data/lib/reports/02-10-2020.csv +73 -0
  18. data/lib/reports/02-11-2020.csv +74 -0
  19. data/lib/reports/02-12-2020.csv +74 -0
  20. data/lib/reports/02-13-2020.csv +75 -0
  21. data/lib/reports/02-14-2020.csv +76 -0
  22. data/lib/reports/02-15-2020.csv +76 -0
  23. data/lib/reports/02-16-2020.csv +76 -0
  24. data/lib/reports/02-17-2020.csv +76 -0
  25. data/lib/reports/02-18-2020.csv +76 -0
  26. data/lib/reports/02-19-2020.csv +77 -0
  27. data/lib/reports/02-20-2020.csv +77 -0
  28. data/lib/reports/02-21-2020.csv +85 -0
  29. data/lib/reports/02-22-2020.csv +85 -0
  30. data/lib/reports/02-23-2020.csv +86 -0
  31. data/lib/reports/02-24-2020.csv +91 -0
  32. data/lib/reports/02-25-2020.csv +95 -0
  33. data/lib/reports/02-26-2020.csv +102 -0
  34. data/lib/reports/02-27-2020.csv +106 -0
  35. data/lib/reports/02-28-2020.csv +115 -0
  36. data/lib/reports/02-29-2020.csv +120 -0
  37. data/lib/reports/03-01-2020.csv +0 -0
  38. data/lib/reports/03-02-2020.csv +0 -0
  39. data/lib/reports/03-03-2020.csv +152 -0
  40. data/lib/reports/03-04-2020.csv +161 -0
  41. data/lib/reports/03-05-2020.csv +174 -0
  42. data/lib/reports/03-06-2020.csv +200 -0
  43. data/lib/reports/03-07-2020.csv +226 -0
  44. data/lib/reports/03-09-2020.csv +267 -0
  45. metadata +41 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3198e278ce06bfaca614518f8b453648f4d361be
4
- data.tar.gz: bc11e298533891e1de1c716df9293406d3f9a66d
3
+ metadata.gz: ab1b4bb36af3cbbc038e21f3370fbc8ba1aa5e85
4
+ data.tar.gz: 492e0163d1cb475648a54a157c2ad775457a2ef2
5
5
  SHA512:
6
- metadata.gz: '09a3b46205899b9e0d526d7e37f3f9e21e254c38ff70ef6e7c0d1eeb998108c9b67f1db7392802b0953e2006e7af2f6325161588c2020cd31b2065f4f08cf080'
7
- data.tar.gz: cc9e4f5f1f33514d0ed7fc2f30562bd4edaab30502ca068b8a0f250c60b8702e28cde9e888aa45d127cda28033acc588fd7263f34ae7d5a860bda5f64483f199
6
+ metadata.gz: 5c19d41ba7c61bf0b079c0a2ebd51438e6855917bf472f94e04d6aa317adf65f28431b8e2bfcdcf8c516ad48e259d9540400473b8cd2facf7a8067215b205d5d
7
+ data.tar.gz: 5a2f027c54f787652b66189a8415353c50af5741f5ffda2636ff9b9008b59fd2374cda5a882e8b3b6103d55ba9f97911ba9b6a44df446f25346047284776f1e8
data/Gemfile CHANGED
@@ -3,5 +3,4 @@ source "https://rubygems.org"
3
3
  # Specify your gem's dependencies in coronavirus_updates.gemspec
4
4
  gemspec
5
5
 
6
- gem "rake", "~> 12.0"
7
- gem 'byebug'
6
+ gem "rake", ">= 12.3.3"
@@ -6,16 +6,14 @@ PATH
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
- byebug (10.0.2)
10
- rake (12.3.1)
9
+ rake (13.0.1)
11
10
 
12
11
  PLATFORMS
13
12
  ruby
14
13
 
15
14
  DEPENDENCIES
16
- byebug
17
15
  coronavirus_updates!
18
- rake (~> 12.0)
16
+ rake (>= 12.3.3)
19
17
 
20
18
  BUNDLED WITH
21
19
  2.1.4
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # CoronavirusUpdates
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/coronavirus_updates`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ To track the number of people affected by Coronavirus in all countries. Updates of people recovered , newly cases ,states, countries effect by this disease
6
4
 
7
5
  ## Installation
8
6
 
@@ -22,8 +20,16 @@ Or install it yourself as:
22
20
 
23
21
  ## Usage
24
22
 
25
- TODO: Write usage instructions here
23
+ To get the updates of any particular date
24
+
25
+ CoronavirusUpdates::Day.updates("mm-dd-yyyy")
26
+
27
+ Make sure follow the exact same date format
28
+
29
+ Response is in json format like
26
30
 
31
+ [{"Province/State":"Hubei","Country/Region":"Mainland China","Last Update":"2020-03-08T14:43:03","Confirmed":67707,"Deaths":2986,"Recovered":45235,"Latitude":30.9756,"Longitude":112.2707}]
32
+
27
33
  ## Development
28
34
 
29
35
  After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["haseeb.ahmad717@gmail.com"]
8
8
 
9
9
  spec.summary = %q{Coronavirus Daily Updates}
10
- spec.description = %q{Purpose of this gem is to track the number of people affected by Coronavirus in all countries}
10
+ spec.description = %q{To track the number of people affected by Coronavirus in all countries. Updates of people recovered , newly cases ,states, countries effect by this disease.}
11
11
 
12
12
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
13
13
 
@@ -1,4 +1,6 @@
1
1
  require "./coronavirus_updates/version"
2
+ require 'csv'
3
+ require 'json'
2
4
 
3
5
  module CoronavirusUpdates
4
6
  class Error < StandardError; end
@@ -6,17 +8,23 @@ module CoronavirusUpdates
6
8
 
7
9
  class Day
8
10
  def self.updates(date)
9
- require 'csv'
10
- require 'json'
11
+ rows = []
11
12
 
12
- logo_path = File.join( File.dirname(__FILE__), 'reports/03-08-2020.csv' )
13
-
14
- rows = []
15
- CSV.foreach(logo_path, headers: true, converters: :all) do |row|
16
- rows << row.to_hash
13
+ path = 'reports/'+date.to_s+'.csv'
14
+ file_existance = File.file?(path)
15
+
16
+ if file_existance
17
+ logo_path = File.join( File.dirname(__FILE__), path )
18
+ puts logo_path
19
+
20
+ CSV.foreach(logo_path, headers: true, converters: :all) do |row|
21
+ rows << row.to_hash
22
+ end
17
23
  end
18
- prows.to_json
24
+
25
+ puts rows.to_json
19
26
  end
20
27
  end
21
28
  end
22
29
 
30
+ CoronavirusUpdates::Day.updates("03-06-2020")
@@ -1,3 +1,3 @@
1
1
  module CoronavirusUpdates
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -0,0 +1,68 @@
1
+ Province/State,Country/Region,Last Update,Confirmed,Deaths,Recovered
2
+ Hubei,Mainland China,2/1/2020 11:53,7153,249,168
3
+ Zhejiang,Mainland China,2/1/2020 10:53,599,0,21
4
+ Guangdong,Mainland China,2/1/2020 14:23,535,0,14
5
+ Henan,Mainland China,2/1/2020 1:52,422,2,3
6
+ Hunan,Mainland China,2/1/2020 11:03,389,0,8
7
+ Anhui,Mainland China,2/1/2020 13:33,297,0,5
8
+ Jiangxi,Mainland China,2/1/2020 1:52,286,0,9
9
+ Chongqing,Mainland China,2/1/2020 8:43,247,1,3
10
+ Sichuan,Mainland China,2/1/2020 1:52,207,1,3
11
+ Shandong,Mainland China,2/1/2020 7:51,206,0,3
12
+ Jiangsu,Mainland China,2/1/2020 14:03,202,0,6
13
+ Shanghai,Mainland China,2/1/2020 6:05,169,1,10
14
+ Beijing,Mainland China,2/1/2020 9:17,168,1,9
15
+ Fujian,Mainland China,2/1/2020 5:37,144,0,0
16
+ Shaanxi,Mainland China,2/1/2020 5:37,101,0,0
17
+ Guangxi,Mainland China,2/1/2020 1:52,100,0,2
18
+ Hebei,Mainland China,2/1/2020 1:52,96,1,0
19
+ Yunnan,Mainland China,2/1/2020 15:53,93,0,2
20
+ Heilongjiang,Mainland China,2/1/2020 10:33,80,2,2
21
+ Liaoning,Mainland China,2/1/2020 15:23,64,0,1
22
+ Hainan,Mainland China,2/1/2020 8:43,62,1,1
23
+ Shanxi,Mainland China,2/1/2020 1:52,47,0,1
24
+ Tianjin,Mainland China,2/1/2020 15:43,41,0,0
25
+ Gansu,Mainland China,2/1/2020 15:43,40,0,0
26
+ Guizhou,Mainland China,1/31/2020 15:20,29,0,2
27
+ Ningxia,Mainland China,2/1/2020 2:13,26,0,0
28
+ Inner Mongolia,Mainland China,2/1/2020 5:37,23,0,1
29
+ ,Japan,2/1/2020 18:53,20,0,1
30
+ ,Thailand,1/31/2020 10:37,19,0,5
31
+ Xinjiang,Mainland China,2/1/2020 5:37,18,0,0
32
+ Jilin,Mainland China,2/1/2020 1:52,17,0,1
33
+ ,Singapore,2/1/2020 5:37,16,0,0
34
+ Hong Kong,Hong Kong,2/1/2020 5:37,13,0,0
35
+ ,South Korea,2/1/2020 10:43,12,0,0
36
+ Taiwan,Taiwan,1/31/2020 15:20,10,0,0
37
+ Qinghai,Mainland China,2/1/2020 5:37,9,0,0
38
+ ,Malaysia,1/31/2020 8:15,8,0,0
39
+ ,Germany,2/1/2020 18:33,8,0,0
40
+ Macau,Macau,1/31/2020 8:15,7,0,0
41
+ ,France,2/1/2020 1:52,6,0,0
42
+ ,Vietnam,2/1/2020 7:38,6,0,1
43
+ New South Wales,Australia,2/1/2020 18:12,4,0,2
44
+ Victoria,Australia,2/1/2020 18:12,4,0,0
45
+ ,United Arab Emirates,1/31/2020 8:15,4,0,0
46
+ Queensland,Australia,2/1/2020 18:12,3,0,0
47
+ Ontario,Canada,2/1/2020 18:12,3,0,0
48
+ ,Italy,1/31/2020 8:15,2,0,0
49
+ ,Russia,1/31/2020 16:13,2,0,0
50
+ ,UK,2/1/2020 1:52,2,0,0
51
+ "Chicago, IL",US,2/1/2020 19:43,2,0,0
52
+ South Australia,Australia,2/1/2020 18:12,1,0,0
53
+ ,Cambodia,1/31/2020 8:15,1,0,0
54
+ British Columbia,Canada,2/1/2020 18:12,1,0,0
55
+ ,Finland,1/31/2020 8:15,1,0,0
56
+ ,India,1/31/2020 8:15,1,0,0
57
+ Tibet,Mainland China,2/1/2020 1:52,1,0,0
58
+ ,Nepal,1/31/2020 8:15,1,0,0
59
+ ,Philippines,2/1/2020 17:43,1,0,0
60
+ ,Spain,2/1/2020 2:13,1,0,0
61
+ ,Sri Lanka,1/31/2020 8:15,1,0,0
62
+ ,Sweden,2/1/2020 2:13,1,0,0
63
+ "Boston, MA",US,2/1/2020 19:43,1,0,0
64
+ "Los Angeles, CA",US,2/1/2020 19:53,1,0,0
65
+ "Orange, CA",US,2/1/2020 19:53,1,0,0
66
+ "Santa Clara, CA",US,2/1/2020 19:53,1,0,0
67
+ "Seattle, WA",US,2/1/2020 19:43,1,0,0
68
+ "Tempe, AZ",US,2/1/2020 19:43,1,0,0
@@ -0,0 +1,68 @@
1
+ Province/State,Country/Region,Last Update,Confirmed,Deaths,Recovered
2
+ Hubei,Mainland China,2020-02-02T23:43:02,11177,350,295
3
+ Zhejiang,Mainland China,2020-02-02T18:03:05,661,0,32
4
+ Guangdong,Mainland China,2020-02-02T18:03:05,632,0,15
5
+ Henan,Mainland China,2020-02-02T18:03:05,493,2,10
6
+ Hunan,Mainland China,2020-02-02T18:03:05,463,0,16
7
+ Anhui,Mainland China,2020-02-02T18:03:05,340,0,7
8
+ Jiangxi,Mainland China,2020-02-02T18:03:05,333,0,12
9
+ Chongqing,Mainland China,2020-02-02T23:33:02,300,2,7
10
+ Jiangsu,Mainland China,2020-02-02T18:03:05,236,0,7
11
+ Sichuan,Mainland China,2020-02-02T18:03:05,231,1,11
12
+ Shandong,Mainland China,2020-02-02T18:03:05,230,0,6
13
+ Beijing,Mainland China,2020-02-02T08:43:02,191,1,9
14
+ Shanghai,Mainland China,2020-02-02T05:53:02,182,1,10
15
+ Fujian,Mainland China,2020-02-02T03:43:01,159,0,0
16
+ Shaanxi,Mainland China,2020-02-02T03:23:14,116,0,0
17
+ Guangxi,Mainland China,2020-02-02T00:23:13,111,0,2
18
+ Yunnan,Mainland China,2020-02-02T18:03:05,105,0,3
19
+ Hebei,Mainland China,2020-02-02T02:53:02,104,1,3
20
+ Heilongjiang,Mainland China,2020-02-02T03:23:14,95,2,2
21
+ Liaoning,Mainland China,2020-02-02T18:03:05,70,0,1
22
+ Shanxi,Mainland China,2020-02-02T23:23:13,66,0,3
23
+ Hainan,Mainland China,2020-02-02T18:03:05,64,1,4
24
+ Gansu,Mainland China,2020-02-02T23:43:02,51,0,3
25
+ Tianjin,Mainland China,2020-02-02T09:43:01,48,0,1
26
+ Guizhou,Mainland China,2020-02-02T01:03:32,38,0,2
27
+ Ningxia,Mainland China,2020-02-02T01:43:02,28,0,0
28
+ Inner Mongolia,Mainland China,2020-02-02T03:43:01,27,0,1
29
+ Jilin,Mainland China,2020-02-02T02:33:02,23,0,1
30
+ Xinjiang,Mainland China,2020-02-02T00:43:02,21,0,0
31
+ ,Japan,2020-02-01T18:53:03,20,0,1
32
+ ,Thailand,2020-01-31T10:37:00,19,0,5
33
+ ,Singapore,2020-02-02T01:03:32,18,0,0
34
+ Hong Kong,Hong Kong,2020-02-02T23:53:02,15,0,0
35
+ ,South Korea,2020-02-02T02:23:13,15,0,0
36
+ Qinghai,Mainland China,2020-02-02T05:33:03,11,0,0
37
+ ,Germany,2020-02-02T18:03:05,10,0,0
38
+ Taiwan,Taiwan,2020-01-31T15:20:56,10,0,0
39
+ Macau,Macau,2020-02-02T04:23:14,8,0,0
40
+ ,Malaysia,2020-01-31T08:15:53,8,0,0
41
+ ,France,2020-02-01T01:52:40,6,0,0
42
+ ,Vietnam,2020-02-01T07:38:12,6,0,1
43
+ ,United Arab Emirates,2020-02-02T05:43:01,5,0,0
44
+ New South Wales,Australia,2020-02-01T18:12:49,4,0,2
45
+ Victoria,Australia,2020-02-01T18:12:49,4,0,0
46
+ Ontario,Canada,2020-02-01T18:12:49,3,0,0
47
+ Queensland,Australia,2020-02-02T22:33:07,2,0,0
48
+ South Australia,Australia,2020-02-02T22:33:07,2,0,0
49
+ ,India,2020-02-02T06:03:08,2,0,0
50
+ ,Italy,2020-01-31T08:15:53,2,0,0
51
+ ,Philippines,2020-02-02T03:33:07,2,1,0
52
+ ,Russia,2020-01-31T16:13:45,2,0,0
53
+ ,UK,2020-02-01T01:52:40,2,0,0
54
+ "Chicago, IL",US,2020-02-01T19:43:03,2,0,0
55
+ ,Cambodia,2020-01-31T08:15:53,1,0,0
56
+ British Columbia,Canada,2020-02-01T18:12:49,1,0,0
57
+ ,Finland,2020-01-31T08:15:53,1,0,0
58
+ Tibet,Mainland China,2020-02-01T01:52:40,1,0,0
59
+ ,Nepal,2020-01-31T08:15:53,1,0,0
60
+ ,Spain,2020-02-01T23:43:02,1,0,0
61
+ ,Sri Lanka,2020-01-31T08:15:53,1,0,0
62
+ ,Sweden,2020-02-01T02:13:26,1,0,0
63
+ "Boston, MA",US,2020-02-01T19:43:03,1,0,0
64
+ "Los Angeles, CA",US,2020-02-01T19:53:03,1,0,0
65
+ "Orange, CA",US,2020-02-01T19:53:03,1,0,0
66
+ "Santa Clara, CA",US,2020-02-01T19:53:03,1,0,0
67
+ "Seattle, WA",US,2020-02-01T19:43:03,1,0,0
68
+ "Tempe, AZ",US,2020-02-01T19:43:03,1,0,0
@@ -0,0 +1,69 @@
1
+ Province/State,Country/Region,Last Update,Confirmed,Deaths,Recovered
2
+ Hubei,Mainland China,2020-02-03T23:23:03,13522,414,386
3
+ Guangdong,Mainland China,2020-02-03T12:53:02,725,0,21
4
+ Zhejiang,Mainland China,2020-02-03T13:33:02,724,0,43
5
+ Henan,Mainland China,2020-02-03T17:11:34,566,2,16
6
+ Hunan,Mainland China,2020-02-03T11:03:10,521,0,22
7
+ Anhui,Mainland China,2020-02-03T17:11:34,408,0,14
8
+ Jiangxi,Mainland China,2020-02-03T01:33:02,391,0,18
9
+ Chongqing,Mainland China,2020-02-03T23:43:02,337,2,9
10
+ Jiangsu,Mainland China,2020-02-03T11:03:10,271,0,8
11
+ Shandong,Mainland China,2020-02-03T17:11:34,259,0,7
12
+ Sichuan,Mainland China,2020-02-03T11:23:23,254,1,14
13
+ Beijing,Mainland China,2020-02-03T09:23:05,212,1,12
14
+ Shanghai,Mainland China,2020-02-03T07:03:12,203,1,10
15
+ Fujian,Mainland China,2020-02-03T11:33:13,179,0,1
16
+ Shaanxi,Mainland China,2020-02-03T02:33:02,128,0,0
17
+ Guangxi,Mainland China,2020-02-03T12:33:02,127,0,7
18
+ Heilongjiang,Mainland China,2020-02-03T07:13:19,121,2,2
19
+ Yunnan,Mainland China,2020-02-03T23:23:03,117,0,5
20
+ Hebei,Mainland China,2020-02-03T00:23:14,113,1,3
21
+ Liaoning,Mainland China,2020-02-03T17:11:34,74,0,1
22
+ Shanxi,Mainland China,2020-02-03T23:13:11,74,0,2
23
+ Hainan,Mainland China,2020-02-03T17:11:34,72,1,4
24
+ Tianjin,Mainland China,2020-02-03T13:53:03,60,0,1
25
+ Gansu,Mainland China,2020-02-03T23:03:08,55,0,3
26
+ Guizhou,Mainland China,2020-02-03T01:03:22,46,0,2
27
+ Inner Mongolia,Mainland China,2020-02-03T03:03:09,34,0,1
28
+ Jilin,Mainland China,2020-02-03T00:53:03,31,0,1
29
+ Ningxia,Mainland China,2020-02-03T08:33:03,31,0,1
30
+ Xinjiang,Mainland China,2020-02-03T01:13:21,24,0,0
31
+ ,Japan,2020-02-01T18:53:03,20,0,1
32
+ ,Thailand,2020-01-31T10:37:00,19,0,5
33
+ ,Singapore,2020-02-02T01:03:32,18,0,0
34
+ Hong Kong,Hong Kong,2020-02-02T23:53:02,15,0,0
35
+ ,South Korea,2020-02-02T02:23:13,15,0,0
36
+ Qinghai,Mainland China,2020-02-03T02:43:01,13,0,0
37
+ ,Germany,2020-02-03T20:53:02,12,0,0
38
+ Taiwan,Taiwan,2020-01-31T15:20:56,10,0,0
39
+ Macau,Macau,2020-02-02T04:23:14,8,0,0
40
+ ,Malaysia,2020-01-31T08:15:53,8,0,0
41
+ ,Vietnam,2020-02-03T21:43:02,8,0,1
42
+ ,France,2020-02-01T01:52:40,6,0,0
43
+ ,United Arab Emirates,2020-02-02T05:43:01,5,0,0
44
+ New South Wales,Australia,2020-02-01T18:12:49,4,0,2
45
+ Victoria,Australia,2020-02-01T18:12:49,4,0,0
46
+ Ontario,Canada,2020-02-01T18:12:49,3,0,0
47
+ ,India,2020-02-03T21:43:02,3,0,0
48
+ Queensland,Australia,2020-02-02T22:33:07,2,0,0
49
+ South Australia,Australia,2020-02-02T22:33:07,2,0,0
50
+ ,Italy,2020-01-31T08:15:53,2,0,0
51
+ ,Philippines,2020-02-02T03:33:07,2,1,0
52
+ ,Russia,2020-01-31T16:13:45,2,0,0
53
+ ,UK,2020-02-01T01:52:40,2,0,0
54
+ "Chicago, IL",US,2020-02-01T19:43:03,2,0,0
55
+ "San Benito, CA",US,2020-02-03T03:53:02,2,0,0
56
+ "Santa Clara, CA",US,2020-02-03T00:43:02,2,0,0
57
+ ,Cambodia,2020-01-31T08:15:53,1,0,0
58
+ British Columbia,Canada,2020-02-01T18:12:49,1,0,0
59
+ ,Finland,2020-01-31T08:15:53,1,0,0
60
+ Tibet,Mainland China,2020-02-01T01:52:40,1,0,0
61
+ ,Nepal,2020-01-31T08:15:53,1,0,0
62
+ ,Spain,2020-02-01T23:43:02,1,0,0
63
+ ,Sri Lanka,2020-01-31T08:15:53,1,0,0
64
+ ,Sweden,2020-02-01T02:13:26,1,0,0
65
+ "Boston, MA",US,2020-02-01T19:43:03,1,0,0
66
+ "Los Angeles, CA",US,2020-02-01T19:53:03,1,0,0
67
+ "Orange, CA",US,2020-02-01T19:53:03,1,0,0
68
+ "Seattle, WA",US,2020-02-01T19:43:03,1,0,0
69
+ "Tempe, AZ",US,2020-02-01T19:43:03,1,0,0
@@ -0,0 +1,71 @@
1
+ Province/State,Country/Region,Last Update,Confirmed,Deaths,Recovered
2
+ Hubei,Mainland China,2020-02-04T23:43:01,16678,479,522
3
+ Zhejiang,Mainland China,2020-02-04T13:03:07,829,0,62
4
+ Guangdong,Mainland China,2020-02-04T13:03:07,813,0,30
5
+ Henan,Mainland China,2020-02-04T11:53:02,675,2,27
6
+ Hunan,Mainland China,2020-02-04T14:03:03,593,0,31
7
+ Anhui,Mainland China,2020-02-04T05:33:01,480,0,20
8
+ Jiangxi,Mainland China,2020-02-04T14:43:02,476,0,20
9
+ Chongqing,Mainland China,2020-02-04T23:43:01,366,2,9
10
+ Jiangsu,Mainland China,2020-02-04T11:53:02,308,0,12
11
+ Sichuan,Mainland China,2020-02-04T01:43:02,282,1,14
12
+ Shandong,Mainland China,2020-02-04T12:03:04,275,0,11
13
+ Beijing,Mainland China,2020-02-04T08:33:01,228,1,23
14
+ Shanghai,Mainland China,2020-02-04T06:33:02,219,1,12
15
+ Fujian,Mainland China,2020-02-04T12:13:11,194,0,3
16
+ Heilongjiang,Mainland China,2020-02-04T07:43:01,155,2,4
17
+ Shaanxi,Mainland China,2020-02-04T12:33:02,142,0,2
18
+ Guangxi,Mainland China,2020-02-04T05:53:01,139,0,10
19
+ Hebei,Mainland China,2020-02-04T08:53:01,126,1,4
20
+ Yunnan,Mainland China,2020-02-04T23:23:02,122,0,5
21
+ Liaoning,Mainland China,2020-02-04T14:13:08,81,0,2
22
+ Shanxi,Mainland China,2020-02-04T23:23:02,81,0,4
23
+ Hainan,Mainland China,2020-02-04T11:33:03,80,1,5
24
+ Tianjin,Mainland China,2020-02-04T13:33:02,67,0,2
25
+ Guizhou,Mainland China,2020-02-04T10:43:02,58,0,2
26
+ Gansu,Mainland China,2020-02-04T15:43:02,57,0,4
27
+ Jilin,Mainland China,2020-02-04T00:23:05,42,0,1
28
+ Inner Mongolia,Mainland China,2020-02-04T03:03:07,35,0,1
29
+ Ningxia,Mainland China,2020-02-04T02:13:18,34,0,1
30
+ Xinjiang,Mainland China,2020-02-04T01:33:01,29,0,0
31
+ ,Thailand,2020-02-04T15:33:03,25,0,5
32
+ ,Singapore,2020-02-04T15:33:03,24,0,0
33
+ ,Japan,2020-02-04T16:43:03,22,0,1
34
+ Hong Kong,Hong Kong,2020-02-04T09:03:02,17,1,0
35
+ ,South Korea,2020-02-04T15:33:03,16,0,0
36
+ Qinghai,Mainland China,2020-02-04T01:33:01,15,0,0
37
+ ,Germany,2020-02-03T20:53:02,12,0,0
38
+ Taiwan,Taiwan,2020-02-04T14:53:02,11,0,0
39
+ Macau,Macau,2020-02-04T04:43:02,10,0,0
40
+ ,Malaysia,2020-02-04T07:33:02,10,0,0
41
+ ,Vietnam,2020-02-03T21:43:02,8,0,1
42
+ ,France,2020-02-01T01:52:40,6,0,0
43
+ ,United Arab Emirates,2020-02-02T05:43:01,5,0,0
44
+ New South Wales,Australia,2020-02-01T18:12:49,4,0,2
45
+ Victoria,Australia,2020-02-01T18:12:49,4,0,0
46
+ Queensland,Australia,2020-02-04T16:53:03,3,0,0
47
+ ,India,2020-02-03T21:43:02,3,0,0
48
+ South Australia,Australia,2020-02-02T22:33:07,2,0,0
49
+ "Toronto, ON",Canada,2020-02-04T00:13:06,2,0,0
50
+ ,Italy,2020-01-31T08:15:53,2,0,0
51
+ ,Philippines,2020-02-02T03:33:07,2,1,0
52
+ ,Russia,2020-01-31T16:13:45,2,0,0
53
+ ,UK,2020-02-01T01:52:40,2,0,0
54
+ "Chicago, IL",US,2020-02-01T19:43:03,2,0,0
55
+ "San Benito, CA",US,2020-02-03T03:53:02,2,0,0
56
+ "Santa Clara, CA",US,2020-02-03T00:43:02,2,0,0
57
+ ,Belgium,2020-02-04T15:43:02,1,0,0
58
+ ,Cambodia,2020-01-31T08:15:53,1,0,0
59
+ British Columbia,Canada,2020-02-01T18:12:49,1,0,0
60
+ "London, ON",Canada,2020-02-04T00:03:11,1,0,0
61
+ ,Finland,2020-01-31T08:15:53,1,0,0
62
+ Tibet,Mainland China,2020-02-01T01:52:40,1,0,0
63
+ ,Nepal,2020-01-31T08:15:53,1,0,0
64
+ ,Spain,2020-02-01T23:43:02,1,0,0
65
+ ,Sri Lanka,2020-01-31T08:15:53,1,0,0
66
+ ,Sweden,2020-02-01T02:13:26,1,0,0
67
+ "Boston, MA",US,2020-02-01T19:43:03,1,0,0
68
+ "Los Angeles, CA",US,2020-02-01T19:53:03,1,0,0
69
+ "Orange, CA",US,2020-02-01T19:53:03,1,0,0
70
+ "Seattle, WA",US,2020-02-01T19:43:03,1,0,0
71
+ "Tempe, AZ",US,2020-02-01T19:43:03,1,0,0
@@ -0,0 +1,72 @@
1
+ Province/State,Country/Region,Last Update,Confirmed,Deaths,Recovered
2
+ Hubei,Mainland China,2020-02-05T23:13:12,19665,549,633
3
+ Guangdong,Mainland China,2020-02-05T13:23:04,895,0,49
4
+ Zhejiang,Mainland China,2020-02-05T15:13:02,895,0,78
5
+ Henan,Mainland China,2020-02-05T15:03:02,764,2,47
6
+ Hunan,Mainland China,2020-02-05T15:23:02,661,0,54
7
+ Jiangxi,Mainland China,2020-02-05T01:33:07,548,0,27
8
+ Anhui,Mainland China,2020-02-05T13:43:02,530,0,23
9
+ Chongqing,Mainland China,2020-02-05T23:43:02,389,2,15
10
+ Jiangsu,Mainland China,2020-02-05T12:43:02,341,0,23
11
+ Shandong,Mainland China,2020-02-05T10:13:13,307,0,15
12
+ Sichuan,Mainland China,2020-02-05T10:13:13,301,1,24
13
+ Beijing,Mainland China,2020-02-05T05:43:02,253,1,24
14
+ Shanghai,Mainland China,2020-02-05T06:23:04,243,1,15
15
+ Fujian,Mainland China,2020-02-05T12:33:01,205,0,11
16
+ Heilongjiang,Mainland China,2020-02-05T12:13:04,190,2,7
17
+ Shaanxi,Mainland China,2020-02-05T08:43:01,165,0,6
18
+ Guangxi,Mainland China,2020-02-05T12:03:08,150,0,13
19
+ Hebei,Mainland China,2020-02-05T11:23:18,135,1,6
20
+ Yunnan,Mainland China,2020-02-05T23:33:02,128,0,5
21
+ Hainan,Mainland China,2020-02-05T16:43:04,99,1,5
22
+ Liaoning,Mainland China,2020-02-05T15:23:02,89,0,4
23
+ Shanxi,Mainland China,2020-02-05T15:23:02,81,0,5
24
+ Tianjin,Mainland China,2020-02-05T03:43:02,69,1,2
25
+ Guizhou,Mainland China,2020-02-05T12:33:02,64,1,9
26
+ Gansu,Mainland China,2020-02-05T16:23:06,62,0,6
27
+ Jilin,Mainland China,2020-02-05T11:03:16,54,0,2
28
+ Inner Mongolia,Mainland China,2020-02-05T08:53:02,42,0,3
29
+ Ningxia,Mainland China,2020-02-04T02:13:18,34,0,1
30
+ Xinjiang,Mainland China,2020-02-05T02:03:13,32,0,0
31
+ ,Singapore,2020-02-05T16:33:03,28,0,0
32
+ ,Thailand,2020-02-04T15:33:03,25,0,5
33
+ ,Japan,2020-02-04T16:43:03,22,0,1
34
+ Hong Kong,Hong Kong,2020-02-05T13:13:10,21,1,0
35
+ ,South Korea,2020-02-05T15:33:01,19,0,0
36
+ Qinghai,Mainland China,2020-02-05T03:13:05,17,0,3
37
+ ,Germany,2020-02-03T20:53:02,12,0,0
38
+ ,Malaysia,2020-02-05T15:43:02,12,0,0
39
+ Taiwan,Taiwan,2020-02-04T14:53:02,11,0,0
40
+ Macau,Macau,2020-02-04T04:43:02,10,0,0
41
+ ,Vietnam,2020-02-03T21:43:02,8,0,1
42
+ ,France,2020-02-01T01:52:40,6,0,0
43
+ ,United Arab Emirates,2020-02-02T05:43:01,5,0,0
44
+ New South Wales,Australia,2020-02-01T18:12:49,4,0,2
45
+ Victoria,Australia,2020-02-01T18:12:49,4,0,0
46
+ Queensland,Australia,2020-02-04T16:53:03,3,0,0
47
+ ,India,2020-02-03T21:43:02,3,0,0
48
+ South Australia,Australia,2020-02-02T22:33:07,2,0,0
49
+ British Columbia,Canada,2020-02-05T17:33:03,2,0,0
50
+ "Toronto, ON",Canada,2020-02-04T00:13:06,2,0,0
51
+ ,Italy,2020-01-31T08:15:53,2,0,0
52
+ ,Philippines,2020-02-02T03:33:07,2,1,0
53
+ ,Russia,2020-01-31T16:13:45,2,0,0
54
+ ,UK,2020-02-01T01:52:40,2,0,0
55
+ "Chicago, IL",US,2020-02-01T19:43:03,2,0,0
56
+ "San Benito, CA",US,2020-02-03T03:53:02,2,0,0
57
+ "Santa Clara, CA",US,2020-02-03T00:43:02,2,0,0
58
+ ,Belgium,2020-02-04T15:43:02,1,0,0
59
+ ,Cambodia,2020-01-31T08:15:53,1,0,0
60
+ "London, ON",Canada,2020-02-04T00:03:11,1,0,0
61
+ ,Finland,2020-01-31T08:15:53,1,0,0
62
+ Tibet,Mainland China,2020-02-01T01:52:40,1,0,0
63
+ ,Nepal,2020-01-31T08:15:53,1,0,0
64
+ ,Spain,2020-02-01T23:43:02,1,0,0
65
+ ,Sri Lanka,2020-01-31T08:15:53,1,0,0
66
+ ,Sweden,2020-02-01T02:13:26,1,0,0
67
+ "Boston, MA",US,2020-02-01T19:43:03,1,0,0
68
+ "Los Angeles, CA",US,2020-02-01T19:53:03,1,0,0
69
+ "Madison, WI",US,2020-02-05T21:53:02,1,0,0
70
+ "Orange, CA",US,2020-02-01T19:53:03,1,0,0
71
+ "Seattle, WA",US,2020-02-01T19:43:03,1,0,0
72
+ "Tempe, AZ",US,2020-02-01T19:43:03,1,0,0