@digital4better/data 1.3.35 → 1.3.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/cloud/accelerators.csv +1 -1
- package/data/cloud/accelerators.json +5 -1
- package/data/cloud/cpus.csv +2 -2
- package/data/cloud/cpus.json +8 -0
- package/data/factor/subdivision-monthly-green.csv +102 -102
- package/data/factor/subdivision-monthly-green.json +918 -918
- package/data/factor/subdivision-monthly.csv +102 -102
- package/data/factor/subdivision-monthly.json +918 -918
- package/data/factor/subdivision-yearly-green.csv +51 -51
- package/data/factor/subdivision-yearly-green.json +459 -459
- package/data/factor/subdivision-yearly.csv +51 -51
- package/data/factor/subdivision-yearly.json +459 -459
- package/data/mix/subdivision-monthly-green.csv +102 -102
- package/data/mix/subdivision-monthly-green.json +362 -362
- package/data/mix/subdivision-monthly.csv +102 -102
- package/data/mix/subdivision-monthly.json +658 -658
- package/data/mix/subdivision-yearly-green.csv +51 -51
- package/data/mix/subdivision-yearly-green.json +181 -181
- package/data/mix/subdivision-yearly.csv +51 -51
- package/data/mix/subdivision-yearly.json +331 -331
- package/package.json +1 -1
|
@@ -31,5 +31,5 @@ nvidia-tesla-p40,gpu,nvidia,tesla,p40,pascal,3840,24,250,16,471,11800
|
|
|
31
31
|
nvidia-tesla-t4,gpu,nvidia,tesla,t4,turing,2560,16,70,12,545,13600
|
|
32
32
|
nvidia-tesla-v10016,gpu,nvidia,tesla,v100,volta,5120,16,250,12,815,21100
|
|
33
33
|
nvidia-tesla-v10032,gpu,nvidia,tesla,v100,volta,5120,32,250,12,815,21100
|
|
34
|
-
nvidia-quadro-rtx5000,gpu,nvidia,quadro,rtx 5000,turing,3072,16
|
|
34
|
+
nvidia-quadro-rtx5000,gpu,nvidia,quadro,rtx 5000,turing,3072,16,230,12,545,13600
|
|
35
35
|
qualcomm-ai100-standard,asic,qualcomm,ai100,standard,cloud ai,16,16,75,7,0,0
|
package/data/cloud/cpus.csv
CHANGED
|
@@ -3,7 +3,7 @@ amd-epyc-7232p,amd,epyc,7232p,x86-64,rome,8,16,120,7,74,3800,1
|
|
|
3
3
|
amd-epyc-7272,amd,epyc,7272,x86-64,rome,12,24,120,7,74,3800,2
|
|
4
4
|
amd-epyc-7281,amd,epyc,7281,x86-64,naples,16,32,170,14,213,4800,2
|
|
5
5
|
amd-epyc-7313p,amd,epyc,7313p,x86-64,milan,16,32,155,7,324,16600,1
|
|
6
|
-
amd-epyc-7371,amd,epyc,7371,x86-64,naples,16,32
|
|
6
|
+
amd-epyc-7371,amd,epyc,7371,x86-64,naples,16,32,170,14,213,4800,2
|
|
7
7
|
amd-epyc-7401p,amd,epyc,7401p,x86-64,naples,24,48,170,14,213,4800,1
|
|
8
8
|
amd-epyc-7413,amd,epyc,7413,x86-64,milan,24,48,180,7,324,16600,2
|
|
9
9
|
amd-epyc-7452,amd,epyc,7452,x86-64,rome,32,64,155,7,74,3800,2
|
|
@@ -82,7 +82,7 @@ intel-xeon-8490h,intel,xeon,8490h,x86-64,sapphire rapids,60,120,350,10,1908,4800
|
|
|
82
82
|
intel-xeon-8559c,intel,xeon,8559c,x86-64,emerald rapids,48,96,350,10,1526,57000,2
|
|
83
83
|
intel-xeon-8573c,intel,xeon,8573c,x86-64,emerald rapids,52,104,350,10,1526,57000,2
|
|
84
84
|
intel-xeon-8581c,intel,xeon,8581c,x86-64,emerald rapids,60,120,350,10,1526,57000,2
|
|
85
|
-
intel-xeon-e2274g,intel,xeon,e-2274g,x86-64,coffee lake,4,8
|
|
85
|
+
intel-xeon-e2274g,intel,xeon,e-2274g,x86-64,coffee lake,4,8,83,14,126,1400,1
|
|
86
86
|
intel-xeon-e2288g,intel,xeon,e-2288g,x86-64,coffee lake,8,16,95,14,180,2900,1
|
|
87
87
|
intel-xeon-e31220,intel,xeon,e3-1220,x86-64,sandy bridge,4,4,80,32,216,1160,1
|
|
88
88
|
intel-xeon-e51410v2,intel,xeon,e5-1410 v2,x86-64,ivy bridge,4,8,80,22,257,1860,1
|
package/data/cloud/cpus.json
CHANGED
|
@@ -68,6 +68,10 @@
|
|
|
68
68
|
"platform": "naples",
|
|
69
69
|
"cores": 16,
|
|
70
70
|
"threads": 32,
|
|
71
|
+
"tdp": 170,
|
|
72
|
+
"process": 14,
|
|
73
|
+
"die": 213,
|
|
74
|
+
"transistors": 4800,
|
|
71
75
|
"smp": 2
|
|
72
76
|
},
|
|
73
77
|
{
|
|
@@ -1249,6 +1253,10 @@
|
|
|
1249
1253
|
"platform": "coffee lake",
|
|
1250
1254
|
"cores": 4,
|
|
1251
1255
|
"threads": 8,
|
|
1256
|
+
"tdp": 83,
|
|
1257
|
+
"process": 14,
|
|
1258
|
+
"die": 126,
|
|
1259
|
+
"transistors": 1400,
|
|
1252
1260
|
"smp": 1
|
|
1253
1261
|
},
|
|
1254
1262
|
{
|
|
@@ -5388,57 +5388,57 @@ CA-PE,2026-01,7.51142e-7,0.0000585641,0.0738851,6.41899e-9,3.08694e-9,0.0127169,
|
|
|
5388
5388
|
CA-QC,2026-01,1.01641e-7,0.0000465367,0.0301988,7.65203e-10,1.49446e-9,0.0107697,0.000846432,6.90463e-8,0.00209892
|
|
5389
5389
|
CA-SK,2026-01,1.2937e-7,0.000159709,0.0116548,8.16909e-10,1.43538e-9,0.00750181,0.000375171,0.00000526645,0.00599429
|
|
5390
5390
|
CA-YT,2026-01,6.73931e-8,0.000119326,0.0139628,2.47671e-10,1.31867e-9,0.00850929,0.000527349,0.00000344065,0.00411458
|
|
5391
|
-
US-AK,2026-01,
|
|
5392
|
-
US-AL,2026-01,
|
|
5393
|
-
US-AR,2026-01,
|
|
5394
|
-
US-AZ,2026-01,5.
|
|
5395
|
-
US-CA,2026-01,0.
|
|
5396
|
-
US-CO,2026-01,6.
|
|
5397
|
-
US-CT,2026-01,5.
|
|
5398
|
-
US-DC,2026-01,
|
|
5399
|
-
US-DE,2026-01,1.
|
|
5400
|
-
US-FL,2026-01,4.
|
|
5401
|
-
US-GA,2026-01,
|
|
5402
|
-
US-HI,2026-01,4.
|
|
5403
|
-
US-IA,2026-01,4.
|
|
5404
|
-
US-ID,2026-01,2.
|
|
5405
|
-
US-IL,2026-01,2.
|
|
5406
|
-
US-IN,2026-01,2.
|
|
5407
|
-
US-KS,2026-01,3.
|
|
5408
|
-
US-KY,2026-01,
|
|
5409
|
-
US-LA,2026-01,
|
|
5410
|
-
US-MA,2026-01,3.
|
|
5411
|
-
US-MD,2026-01,1.
|
|
5412
|
-
US-ME,2026-01,
|
|
5413
|
-
US-MI,2026-01,1.
|
|
5414
|
-
US-MN,2026-01,3.
|
|
5415
|
-
US-MO,2026-01,1.
|
|
5416
|
-
US-MS,2026-01,1.
|
|
5417
|
-
US-MT,2026-01,2.
|
|
5418
|
-
US-NC,2026-01,3.
|
|
5419
|
-
US-ND,2026-01,2.
|
|
5420
|
-
US-NE,2026-01,
|
|
5421
|
-
US-NH,2026-01,5.
|
|
5422
|
-
US-NJ,2026-01,1.
|
|
5423
|
-
US-NM,2026-01,
|
|
5424
|
-
US-NV,2026-01,0.
|
|
5425
|
-
US-NY,2026-01,1.
|
|
5426
|
-
US-OH,2026-01,1.
|
|
5427
|
-
US-OK,2026-01,
|
|
5428
|
-
US-OR,2026-01,
|
|
5429
|
-
US-PA,2026-01,3.
|
|
5430
|
-
US-RI,2026-01,2.
|
|
5431
|
-
US-SC,2026-01,1.
|
|
5432
|
-
US-SD,2026-01,4.
|
|
5433
|
-
US-TN,2026-01,6.
|
|
5434
|
-
US-TX,2026-01,5.
|
|
5435
|
-
US-UT,2026-01,5.
|
|
5436
|
-
US-VA,2026-01,2.
|
|
5437
|
-
US-VT,2026-01,
|
|
5438
|
-
US-WA,2026-01,1.
|
|
5439
|
-
US-WI,2026-01,
|
|
5440
|
-
US-WV,2026-01,
|
|
5441
|
-
US-WY,2026-01,
|
|
5391
|
+
US-AK,2026-01,2.63704e-8,0.0000273809,0.01055,1.3983e-10,6.00968e-10,0.00446514,0.000335105,3.62085e-7,0.000980916
|
|
5392
|
+
US-AL,2026-01,5.51297e-8,0.0000560527,0.0020658,5.47911e-11,4.72508e-10,0.00252273,0.000160155,0.00000182963,0.0019747
|
|
5393
|
+
US-AR,2026-01,3.04076e-7,0.0000435131,0.00565277,2.26318e-10,7.92177e-10,0.00324747,0.000532176,9.08477e-7,0.00226246
|
|
5394
|
+
US-AZ,2026-01,5.79267e-7,0.0000381499,0.0104886,4.51167e-10,1.22594e-9,0.00455561,0.000964858,1.59663e-7,0.00287551
|
|
5395
|
+
US-CA,2026-01,0.00000125675,0.000135345,0.0264802,1.2157e-9,3.08573e-9,0.0123521,0.00216803,0.00000212809,0.00808785
|
|
5396
|
+
US-CO,2026-01,6.78195e-7,0.0000474122,0.0326842,2.47573e-9,1.94486e-9,0.00770123,0.00110568,1.16033e-7,0.00471255
|
|
5397
|
+
US-CT,2026-01,5.97941e-8,0.0000328376,0.00104655,4.157e-11,2.99164e-10,0.00142152,0.000121796,0.00000104927,0.00123048
|
|
5398
|
+
US-DC,2026-01,0.00000292387,0.0014257,0.0399646,1.77665e-9,1.31358e-8,0.0601219,0.00555996,0.0000454267,0.0542233
|
|
5399
|
+
US-DE,2026-01,1.52463e-7,0.000027015,0.002109,9.03865e-11,4.0271e-10,0.00159293,0.00025604,6.73598e-7,0.00129121
|
|
5400
|
+
US-FL,2026-01,4.8467e-7,0.0000601572,0.00643164,2.57703e-10,1.12006e-9,0.00419667,0.000796252,0.0000012218,0.00325134
|
|
5401
|
+
US-GA,2026-01,3.11003e-7,0.0000897358,0.00447073,1.79459e-10,1.0368e-9,0.00446495,0.000555097,0.00000259895,0.003752
|
|
5402
|
+
US-HI,2026-01,4.5405e-7,0.0000579495,0.00895371,5.18761e-10,1.13e-9,0.00431667,0.000744138,0.00000117607,0.00327642
|
|
5403
|
+
US-IA,2026-01,4.69576e-7,0.000041736,0.0474099,4.08031e-9,1.99863e-9,0.00838818,0.000740297,1.94066e-7,0.00507889
|
|
5404
|
+
US-ID,2026-01,2.73019e-7,0.0000874463,0.0277139,1.13099e-9,1.76506e-9,0.0103869,0.000902203,0.00000165705,0.00411313
|
|
5405
|
+
US-IL,2026-01,2.38148e-7,0.0000181993,0.0136566,1.11384e-9,7.38488e-10,0.00289941,0.000374308,9.88485e-8,0.0018654
|
|
5406
|
+
US-IN,2026-01,2.74224e-7,0.0000196409,0.0112045,8.5249e-10,7.32979e-10,0.00278696,0.000435313,1.05062e-7,0.00182787
|
|
5407
|
+
US-KS,2026-01,3.51263e-7,0.0000284946,0.0356555,3.10532e-9,1.47721e-9,0.00611154,0.000539701,6.59391e-8,0.00374753
|
|
5408
|
+
US-KY,2026-01,9.52815e-8,0.0000186127,0.00253694,6.70979e-11,3.10085e-10,0.00147595,0.000195515,4.1261e-7,0.000862533
|
|
5409
|
+
US-LA,2026-01,1.02406e-7,0.0000535689,0.00160401,6.53631e-11,4.8967e-10,0.00229263,0.000202727,0.00000171001,0.00201787
|
|
5410
|
+
US-MA,2026-01,3.92537e-7,0.000105858,0.00622321,2.75641e-10,1.27937e-9,0.00547367,0.000696463,0.0000030072,0.00452689
|
|
5411
|
+
US-MD,2026-01,1.63116e-7,0.0000221105,0.00484886,2.72481e-10,4.65388e-10,0.0019649,0.000289783,4.15571e-7,0.00126969
|
|
5412
|
+
US-ME,2026-01,5.24261e-7,0.000289748,0.0253532,1.71788e-9,3.05845e-9,0.0148478,0.00111312,0.00000902294,0.0117083
|
|
5413
|
+
US-MI,2026-01,1.47782e-7,0.0000470811,0.00867465,6.92318e-10,6.80765e-10,0.00304818,0.000264884,0.00000132914,0.00231736
|
|
5414
|
+
US-MN,2026-01,3.43231e-7,0.0000640704,0.0220267,1.78193e-9,1.35609e-9,0.00581388,0.000580748,0.00000144932,0.0040261
|
|
5415
|
+
US-MO,2026-01,1.87448e-7,0.0000141575,0.00934165,7.23989e-10,5.49484e-10,0.00216953,0.000302507,7.3042e-8,0.00136301
|
|
5416
|
+
US-MS,2026-01,1.71009e-7,0.0000519404,0.00284495,1.48651e-10,5.92717e-10,0.00254823,0.000302258,0.00000152618,0.00218048
|
|
5417
|
+
US-MT,2026-01,2.24598e-7,0.0000362219,0.0316392,1.88354e-9,1.43237e-9,0.00805865,0.00066721,7.49604e-8,0.0028484
|
|
5418
|
+
US-NC,2026-01,3.20716e-7,0.0000431932,0.00546032,2.24955e-10,8.0121e-10,0.00318744,0.000548368,8.85178e-7,0.00229219
|
|
5419
|
+
US-ND,2026-01,2.43711e-7,0.0000218851,0.0284675,2.35183e-9,1.15559e-9,0.00515737,0.000424932,3.07673e-10,0.00278501
|
|
5420
|
+
US-NE,2026-01,1.94209e-7,0.0000190471,0.0205267,1.68855e-9,8.74746e-10,0.00386621,0.00033566,8.72308e-8,0.00215308
|
|
5421
|
+
US-NH,2026-01,5.21645e-8,0.000104613,0.00416798,2.37561e-10,8.14199e-10,0.00440081,0.000195955,0.00000354257,0.00365876
|
|
5422
|
+
US-NJ,2026-01,1.33217e-7,0.0000312692,0.00180839,7.64854e-11,3.96844e-10,0.0016381,0.000229233,8.6336e-7,0.00137516
|
|
5423
|
+
US-NM,2026-01,9.0561e-7,0.0000553197,0.0356032,2.7003e-9,2.32635e-9,0.00868318,0.00142597,2.7859e-8,0.00565409
|
|
5424
|
+
US-NV,2026-01,0.00000119542,0.0000677451,0.0164923,6.65505e-10,2.29981e-9,0.00784953,0.00191297,1.08059e-7,0.00542231
|
|
5425
|
+
US-NY,2026-01,1.88035e-7,0.0000408324,0.0109232,5.28912e-10,8.09078e-10,0.00416542,0.000438271,8.16247e-7,0.00207937
|
|
5426
|
+
US-OH,2026-01,1.67275e-7,0.0000136984,0.00396324,2.47889e-10,3.87675e-10,0.0014308,0.000269826,1.5041e-7,0.000995185
|
|
5427
|
+
US-OK,2026-01,3.95884e-7,0.0000385203,0.0384458,3.30045e-9,1.6671e-9,0.00699534,0.000626555,2.98826e-7,0.00430031
|
|
5428
|
+
US-OR,2026-01,1.78606e-7,0.0000633538,0.0234142,8.02844e-10,1.39682e-9,0.00878715,0.000737372,0.00000100915,0.00290009
|
|
5429
|
+
US-PA,2026-01,3.86249e-8,0.0000150033,0.00179886,1.30922e-10,1.83715e-10,0.000847668,0.0000736468,4.4472e-7,0.000660496
|
|
5430
|
+
US-RI,2026-01,2.85081e-7,0.0000674101,0.00557403,3.24248e-10,8.93748e-10,0.00371761,0.000489453,0.00000184996,0.00306233
|
|
5431
|
+
US-SC,2026-01,1.33197e-7,0.0000419762,0.00225113,8.15467e-11,4.78235e-10,0.00214099,0.000249236,0.00000122143,0.00172294
|
|
5432
|
+
US-SD,2026-01,4.17384e-7,0.0000435421,0.0479327,3.55632e-9,2.06468e-9,0.0100092,0.000866287,6.30875e-10,0.00463463
|
|
5433
|
+
US-TN,2026-01,6.91392e-8,0.0000189647,0.00297824,6.32593e-11,3.01734e-10,0.00163312,0.000176297,4.31744e-7,0.00080575
|
|
5434
|
+
US-TX,2026-01,5.98225e-7,0.000040949,0.0229199,1.72391e-9,1.54915e-9,0.00582142,0.000946933,1.7938e-7,0.003839
|
|
5435
|
+
US-UT,2026-01,5.13702e-7,0.0000332474,0.00888216,3.89456e-10,1.06838e-9,0.00389408,0.00084581,1.40864e-7,0.00252626
|
|
5436
|
+
US-VA,2026-01,2.85006e-7,0.0000909941,0.0038704,1.66128e-10,9.93064e-10,0.00429135,0.00050766,0.00000271003,0.00372506
|
|
5437
|
+
US-VT,2026-01,6.18737e-7,0.000594684,0.0341966,1.62673e-9,5.36984e-9,0.0285165,0.00177094,0.0000191905,0.0216972
|
|
5438
|
+
US-WA,2026-01,1.02638e-7,0.0000587476,0.0260027,6.95174e-10,1.40926e-9,0.00980579,0.000750457,7.26915e-7,0.00247494
|
|
5439
|
+
US-WI,2026-01,2.35418e-7,0.0000618222,0.00682078,3.65789e-10,8.4852e-10,0.00382909,0.000444408,0.0000016648,0.00278381
|
|
5440
|
+
US-WV,2026-01,4.73677e-8,0.00000379099,0.00329624,2.40081e-10,1.68399e-10,0.000747156,0.0000862917,4.63987e-11,0.000385988
|
|
5441
|
+
US-WY,2026-01,3.28592e-7,0.0000264428,0.0342124,2.90481e-9,1.41575e-9,0.00602883,0.00053135,3.51373e-10,0.00349301
|
|
5442
5442
|
CA-AB,2026-02,2.30235e-7,0.00015946,0.0168814,1.40384e-9,1.65739e-9,0.00794788,0.000471504,0.00000512411,0.00661238
|
|
5443
5443
|
CA-BC,2026-02,7.31688e-8,0.0000580428,0.0257994,4.50895e-10,1.40673e-9,0.0103391,0.000787398,6.16528e-7,0.00220834
|
|
5444
5444
|
CA-MB,2026-02,8.50882e-8,0.0000452371,0.029106,5.98599e-10,1.45272e-9,0.0107562,0.000846103,1.92207e-8,0.00190534
|
|
@@ -5452,54 +5452,54 @@ CA-PE,2026-02,7.51142e-7,0.0000585641,0.0738851,6.41899e-9,3.08694e-9,0.0127169,
|
|
|
5452
5452
|
CA-QC,2026-02,1.01641e-7,0.0000465367,0.0301988,7.65203e-10,1.49446e-9,0.0107697,0.000846432,6.90463e-8,0.00209892
|
|
5453
5453
|
CA-SK,2026-02,1.2937e-7,0.000159709,0.0116548,8.16909e-10,1.43538e-9,0.00750181,0.000375171,0.00000526645,0.00599429
|
|
5454
5454
|
CA-YT,2026-02,6.73931e-8,0.000119326,0.0139628,2.47671e-10,1.31867e-9,0.00850929,0.000527349,0.00000344065,0.00411458
|
|
5455
|
-
US-AK,2026-02,
|
|
5456
|
-
US-AL,2026-02,
|
|
5457
|
-
US-AR,2026-02,
|
|
5458
|
-
US-AZ,2026-02,5.
|
|
5459
|
-
US-CA,2026-02,0.
|
|
5460
|
-
US-CO,2026-02,6.
|
|
5461
|
-
US-CT,2026-02,5.
|
|
5462
|
-
US-DC,2026-02,
|
|
5463
|
-
US-DE,2026-02,1.
|
|
5464
|
-
US-FL,2026-02,4.
|
|
5465
|
-
US-GA,2026-02,
|
|
5466
|
-
US-HI,2026-02,4.
|
|
5467
|
-
US-IA,2026-02,4.
|
|
5468
|
-
US-ID,2026-02,2.
|
|
5469
|
-
US-IL,2026-02,2.
|
|
5470
|
-
US-IN,2026-02,2.
|
|
5471
|
-
US-KS,2026-02,3.
|
|
5472
|
-
US-KY,2026-02,
|
|
5473
|
-
US-LA,2026-02,
|
|
5474
|
-
US-MA,2026-02,3.
|
|
5475
|
-
US-MD,2026-02,1.
|
|
5476
|
-
US-ME,2026-02,
|
|
5477
|
-
US-MI,2026-02,1.
|
|
5478
|
-
US-MN,2026-02,3.
|
|
5479
|
-
US-MO,2026-02,1.
|
|
5480
|
-
US-MS,2026-02,1.
|
|
5481
|
-
US-MT,2026-02,2.
|
|
5482
|
-
US-NC,2026-02,3.
|
|
5483
|
-
US-ND,2026-02,2.
|
|
5484
|
-
US-NE,2026-02,
|
|
5485
|
-
US-NH,2026-02,5.
|
|
5486
|
-
US-NJ,2026-02,1.
|
|
5487
|
-
US-NM,2026-02,
|
|
5488
|
-
US-NV,2026-02,0.
|
|
5489
|
-
US-NY,2026-02,1.
|
|
5490
|
-
US-OH,2026-02,1.
|
|
5491
|
-
US-OK,2026-02,
|
|
5492
|
-
US-OR,2026-02,
|
|
5493
|
-
US-PA,2026-02,3.
|
|
5494
|
-
US-RI,2026-02,2.
|
|
5495
|
-
US-SC,2026-02,1.
|
|
5496
|
-
US-SD,2026-02,4.
|
|
5497
|
-
US-TN,2026-02,6.
|
|
5498
|
-
US-TX,2026-02,5.
|
|
5499
|
-
US-UT,2026-02,5.
|
|
5500
|
-
US-VA,2026-02,2.
|
|
5501
|
-
US-VT,2026-02,
|
|
5502
|
-
US-WA,2026-02,1.
|
|
5503
|
-
US-WI,2026-02,
|
|
5504
|
-
US-WV,2026-02,
|
|
5505
|
-
US-WY,2026-02,
|
|
5455
|
+
US-AK,2026-02,2.63704e-8,0.0000273809,0.01055,1.3983e-10,6.00968e-10,0.00446514,0.000335105,3.62085e-7,0.000980916
|
|
5456
|
+
US-AL,2026-02,5.51297e-8,0.0000560527,0.0020658,5.47911e-11,4.72508e-10,0.00252273,0.000160155,0.00000182963,0.0019747
|
|
5457
|
+
US-AR,2026-02,3.04076e-7,0.0000435131,0.00565277,2.26318e-10,7.92177e-10,0.00324747,0.000532176,9.08477e-7,0.00226246
|
|
5458
|
+
US-AZ,2026-02,5.79267e-7,0.0000381499,0.0104886,4.51167e-10,1.22594e-9,0.00455561,0.000964858,1.59663e-7,0.00287551
|
|
5459
|
+
US-CA,2026-02,0.00000125675,0.000135345,0.0264802,1.2157e-9,3.08573e-9,0.0123521,0.00216803,0.00000212809,0.00808785
|
|
5460
|
+
US-CO,2026-02,6.78195e-7,0.0000474122,0.0326842,2.47573e-9,1.94486e-9,0.00770123,0.00110568,1.16033e-7,0.00471255
|
|
5461
|
+
US-CT,2026-02,5.97941e-8,0.0000328376,0.00104655,4.157e-11,2.99164e-10,0.00142152,0.000121796,0.00000104927,0.00123048
|
|
5462
|
+
US-DC,2026-02,0.00000292387,0.0014257,0.0399646,1.77665e-9,1.31358e-8,0.0601219,0.00555996,0.0000454267,0.0542233
|
|
5463
|
+
US-DE,2026-02,1.52463e-7,0.000027015,0.002109,9.03865e-11,4.0271e-10,0.00159293,0.00025604,6.73598e-7,0.00129121
|
|
5464
|
+
US-FL,2026-02,4.8467e-7,0.0000601572,0.00643164,2.57703e-10,1.12006e-9,0.00419667,0.000796252,0.0000012218,0.00325134
|
|
5465
|
+
US-GA,2026-02,3.11003e-7,0.0000897358,0.00447073,1.79459e-10,1.0368e-9,0.00446495,0.000555097,0.00000259895,0.003752
|
|
5466
|
+
US-HI,2026-02,4.5405e-7,0.0000579495,0.00895371,5.18761e-10,1.13e-9,0.00431667,0.000744138,0.00000117607,0.00327642
|
|
5467
|
+
US-IA,2026-02,4.69576e-7,0.000041736,0.0474099,4.08031e-9,1.99863e-9,0.00838818,0.000740297,1.94066e-7,0.00507889
|
|
5468
|
+
US-ID,2026-02,2.73019e-7,0.0000874463,0.0277139,1.13099e-9,1.76506e-9,0.0103869,0.000902203,0.00000165705,0.00411313
|
|
5469
|
+
US-IL,2026-02,2.38148e-7,0.0000181993,0.0136566,1.11384e-9,7.38488e-10,0.00289941,0.000374308,9.88485e-8,0.0018654
|
|
5470
|
+
US-IN,2026-02,2.74224e-7,0.0000196409,0.0112045,8.5249e-10,7.32979e-10,0.00278696,0.000435313,1.05062e-7,0.00182787
|
|
5471
|
+
US-KS,2026-02,3.51263e-7,0.0000284946,0.0356555,3.10532e-9,1.47721e-9,0.00611154,0.000539701,6.59391e-8,0.00374753
|
|
5472
|
+
US-KY,2026-02,9.52815e-8,0.0000186127,0.00253694,6.70979e-11,3.10085e-10,0.00147595,0.000195515,4.1261e-7,0.000862533
|
|
5473
|
+
US-LA,2026-02,1.02406e-7,0.0000535689,0.00160401,6.53631e-11,4.8967e-10,0.00229263,0.000202727,0.00000171001,0.00201787
|
|
5474
|
+
US-MA,2026-02,3.92537e-7,0.000105858,0.00622321,2.75641e-10,1.27937e-9,0.00547367,0.000696463,0.0000030072,0.00452689
|
|
5475
|
+
US-MD,2026-02,1.63116e-7,0.0000221105,0.00484886,2.72481e-10,4.65388e-10,0.0019649,0.000289783,4.15571e-7,0.00126969
|
|
5476
|
+
US-ME,2026-02,5.24261e-7,0.000289748,0.0253532,1.71788e-9,3.05845e-9,0.0148478,0.00111312,0.00000902294,0.0117083
|
|
5477
|
+
US-MI,2026-02,1.47782e-7,0.0000470811,0.00867465,6.92318e-10,6.80765e-10,0.00304818,0.000264884,0.00000132914,0.00231736
|
|
5478
|
+
US-MN,2026-02,3.43231e-7,0.0000640704,0.0220267,1.78193e-9,1.35609e-9,0.00581388,0.000580748,0.00000144932,0.0040261
|
|
5479
|
+
US-MO,2026-02,1.87448e-7,0.0000141575,0.00934165,7.23989e-10,5.49484e-10,0.00216953,0.000302507,7.3042e-8,0.00136301
|
|
5480
|
+
US-MS,2026-02,1.71009e-7,0.0000519404,0.00284495,1.48651e-10,5.92717e-10,0.00254823,0.000302258,0.00000152618,0.00218048
|
|
5481
|
+
US-MT,2026-02,2.24598e-7,0.0000362219,0.0316392,1.88354e-9,1.43237e-9,0.00805865,0.00066721,7.49604e-8,0.0028484
|
|
5482
|
+
US-NC,2026-02,3.20716e-7,0.0000431932,0.00546032,2.24955e-10,8.0121e-10,0.00318744,0.000548368,8.85178e-7,0.00229219
|
|
5483
|
+
US-ND,2026-02,2.43711e-7,0.0000218851,0.0284675,2.35183e-9,1.15559e-9,0.00515737,0.000424932,3.07673e-10,0.00278501
|
|
5484
|
+
US-NE,2026-02,1.94209e-7,0.0000190471,0.0205267,1.68855e-9,8.74746e-10,0.00386621,0.00033566,8.72308e-8,0.00215308
|
|
5485
|
+
US-NH,2026-02,5.21645e-8,0.000104613,0.00416798,2.37561e-10,8.14199e-10,0.00440081,0.000195955,0.00000354257,0.00365876
|
|
5486
|
+
US-NJ,2026-02,1.33217e-7,0.0000312692,0.00180839,7.64854e-11,3.96844e-10,0.0016381,0.000229233,8.6336e-7,0.00137516
|
|
5487
|
+
US-NM,2026-02,9.0561e-7,0.0000553197,0.0356032,2.7003e-9,2.32635e-9,0.00868318,0.00142597,2.7859e-8,0.00565409
|
|
5488
|
+
US-NV,2026-02,0.00000119542,0.0000677451,0.0164923,6.65505e-10,2.29981e-9,0.00784953,0.00191297,1.08059e-7,0.00542231
|
|
5489
|
+
US-NY,2026-02,1.88035e-7,0.0000408324,0.0109232,5.28912e-10,8.09078e-10,0.00416542,0.000438271,8.16247e-7,0.00207937
|
|
5490
|
+
US-OH,2026-02,1.67275e-7,0.0000136984,0.00396324,2.47889e-10,3.87675e-10,0.0014308,0.000269826,1.5041e-7,0.000995185
|
|
5491
|
+
US-OK,2026-02,3.95884e-7,0.0000385203,0.0384458,3.30045e-9,1.6671e-9,0.00699534,0.000626555,2.98826e-7,0.00430031
|
|
5492
|
+
US-OR,2026-02,1.78606e-7,0.0000633538,0.0234142,8.02844e-10,1.39682e-9,0.00878715,0.000737372,0.00000100915,0.00290009
|
|
5493
|
+
US-PA,2026-02,3.86249e-8,0.0000150033,0.00179886,1.30922e-10,1.83715e-10,0.000847668,0.0000736468,4.4472e-7,0.000660496
|
|
5494
|
+
US-RI,2026-02,2.85081e-7,0.0000674101,0.00557403,3.24248e-10,8.93748e-10,0.00371761,0.000489453,0.00000184996,0.00306233
|
|
5495
|
+
US-SC,2026-02,1.33197e-7,0.0000419762,0.00225113,8.15467e-11,4.78235e-10,0.00214099,0.000249236,0.00000122143,0.00172294
|
|
5496
|
+
US-SD,2026-02,4.17384e-7,0.0000435421,0.0479327,3.55632e-9,2.06468e-9,0.0100092,0.000866287,6.30875e-10,0.00463463
|
|
5497
|
+
US-TN,2026-02,6.91392e-8,0.0000189647,0.00297824,6.32593e-11,3.01734e-10,0.00163312,0.000176297,4.31744e-7,0.00080575
|
|
5498
|
+
US-TX,2026-02,5.98225e-7,0.000040949,0.0229199,1.72391e-9,1.54915e-9,0.00582142,0.000946933,1.7938e-7,0.003839
|
|
5499
|
+
US-UT,2026-02,5.13702e-7,0.0000332474,0.00888216,3.89456e-10,1.06838e-9,0.00389408,0.00084581,1.40864e-7,0.00252626
|
|
5500
|
+
US-VA,2026-02,2.85006e-7,0.0000909941,0.0038704,1.66128e-10,9.93064e-10,0.00429135,0.00050766,0.00000271003,0.00372506
|
|
5501
|
+
US-VT,2026-02,6.18737e-7,0.000594684,0.0341966,1.62673e-9,5.36984e-9,0.0285165,0.00177094,0.0000191905,0.0216972
|
|
5502
|
+
US-WA,2026-02,1.02638e-7,0.0000587476,0.0260027,6.95174e-10,1.40926e-9,0.00980579,0.000750457,7.26915e-7,0.00247494
|
|
5503
|
+
US-WI,2026-02,2.35418e-7,0.0000618222,0.00682078,3.65789e-10,8.4852e-10,0.00382909,0.000444408,0.0000016648,0.00278381
|
|
5504
|
+
US-WV,2026-02,4.73677e-8,0.00000379099,0.00329624,2.40081e-10,1.68399e-10,0.000747156,0.0000862917,4.63987e-11,0.000385988
|
|
5505
|
+
US-WY,2026-02,3.28592e-7,0.0000264428,0.0342124,2.90481e-9,1.41575e-9,0.00602883,0.00053135,3.51373e-10,0.00349301
|