From 596c80123d79d443221aa5d6af88c73491172eb0 Mon Sep 17 00:00:00 2001 From: dsc Date: Tue, 10 Jul 2012 12:47:08 -0700 Subject: [PATCH] Moves various files to accommodate the new Reportcard project layout. --- datafiles/rc/rc_active_editors_count.csv | 38 -------------- datafiles/rc/rc_active_editors_target.csv | 41 --------------- datafiles/rc/rc_article_count.csv | 38 -------------- datafiles/rc/rc_binary_files.csv | 38 -------------- datafiles/rc/rc_comscore_properties.csv | 54 -------------------- datafiles/rc/rc_comscore_region_reach.csv | 54 -------------------- datafiles/rc/rc_comscore_region_uv.csv | 54 -------------------- datafiles/rc/rc_edits_count.csv | 38 -------------- datafiles/rc/rc_new_article_count.csv | 38 -------------- datafiles/rc/rc_new_editors_count.csv | 38 -------------- datafiles/rc/rc_page_requests.csv | 48 ----------------- datafiles/rc/rc_page_requests_mobile.csv | 25 --------- datafiles/rc/rc_page_requests_mobile_target.csv | 26 --------- datafiles/rc/rc_very_active_editors_count.csv | 38 -------------- datafiles/rc_active_editors_count.csv | 38 ++++++++++++++ datafiles/rc_active_editors_target.csv | 41 +++++++++++++++ datafiles/rc_article_count.csv | 38 ++++++++++++++ datafiles/rc_binary_files.csv | 38 ++++++++++++++ datafiles/rc_comscore_properties.csv | 54 ++++++++++++++++++++ datafiles/rc_comscore_region_reach.csv | 54 ++++++++++++++++++++ datafiles/rc_comscore_region_uv.csv | 54 ++++++++++++++++++++ datafiles/rc_edits_count.csv | 38 ++++++++++++++ datafiles/rc_new_article_count.csv | 38 ++++++++++++++ datafiles/rc_new_editors_count.csv | 38 ++++++++++++++ datafiles/rc_page_requests.csv | 48 +++++++++++++++++ datafiles/rc_page_requests_mobile.csv | 25 +++++++++ datafiles/rc_page_requests_mobile_target.csv | 26 +++++++++ datafiles/rc_very_active_editors_count.csv | 38 ++++++++++++++ datasources/rc/rc_active_editors_count.yaml | 38 -------------- datasources/rc/rc_active_editors_target.yaml | 26 --------- datasources/rc/rc_article_count.yaml | 35 ------------- datasources/rc/rc_binary_files.yaml | 40 -------------- datasources/rc/rc_comscore_properties.yaml | 24 --------- datasources/rc/rc_comscore_region_reach.yaml | 34 ------------ datasources/rc/rc_comscore_region_uv.yaml | 34 ------------ datasources/rc/rc_edits_count.yaml | 28 ---------- datasources/rc/rc_new_article_count.yaml | 28 ---------- datasources/rc/rc_new_editors_count.yaml | 38 -------------- datasources/rc/rc_page_requests.yaml | 32 ------------ datasources/rc/rc_page_requests_mobile.yaml | 36 ------------- datasources/rc/rc_page_requests_mobile_target.yaml | 24 --------- datasources/rc/rc_very_active_editors_count.yaml | 38 -------------- datasources/rc_active_editors_count.yaml | 38 ++++++++++++++ datasources/rc_active_editors_target.yaml | 26 +++++++++ datasources/rc_article_count.yaml | 35 +++++++++++++ datasources/rc_binary_files.yaml | 40 ++++++++++++++ datasources/rc_comscore_properties.yaml | 24 +++++++++ datasources/rc_comscore_region_reach.yaml | 34 ++++++++++++ datasources/rc_comscore_region_uv.yaml | 34 ++++++++++++ datasources/rc_edits_count.yaml | 28 ++++++++++ datasources/rc_new_article_count.yaml | 28 ++++++++++ datasources/rc_new_editors_count.yaml | 38 ++++++++++++++ datasources/rc_page_requests.yaml | 32 ++++++++++++ datasources/rc_page_requests_mobile.yaml | 36 +++++++++++++ datasources/rc_page_requests_mobile_target.yaml | 24 +++++++++ datasources/rc_very_active_editors_count.yaml | 38 ++++++++++++++ 56 files changed, 1023 insertions(+), 1023 deletions(-) delete mode 100644 datafiles/rc/rc_active_editors_count.csv delete mode 100644 datafiles/rc/rc_active_editors_target.csv delete mode 100644 datafiles/rc/rc_article_count.csv delete mode 100644 datafiles/rc/rc_binary_files.csv delete mode 100644 datafiles/rc/rc_comscore_properties.csv delete mode 100644 datafiles/rc/rc_comscore_region_reach.csv delete mode 100644 datafiles/rc/rc_comscore_region_uv.csv delete mode 100644 datafiles/rc/rc_edits_count.csv delete mode 100644 datafiles/rc/rc_new_article_count.csv delete mode 100644 datafiles/rc/rc_new_editors_count.csv delete mode 100644 datafiles/rc/rc_page_requests.csv delete mode 100644 datafiles/rc/rc_page_requests_mobile.csv delete mode 100644 datafiles/rc/rc_page_requests_mobile_target.csv delete mode 100644 datafiles/rc/rc_very_active_editors_count.csv create mode 100644 datafiles/rc_active_editors_count.csv create mode 100644 datafiles/rc_active_editors_target.csv create mode 100644 datafiles/rc_article_count.csv create mode 100644 datafiles/rc_binary_files.csv create mode 100644 datafiles/rc_comscore_properties.csv create mode 100644 datafiles/rc_comscore_region_reach.csv create mode 100644 datafiles/rc_comscore_region_uv.csv create mode 100644 datafiles/rc_edits_count.csv create mode 100644 datafiles/rc_new_article_count.csv create mode 100644 datafiles/rc_new_editors_count.csv create mode 100644 datafiles/rc_page_requests.csv create mode 100644 datafiles/rc_page_requests_mobile.csv create mode 100644 datafiles/rc_page_requests_mobile_target.csv create mode 100644 datafiles/rc_very_active_editors_count.csv delete mode 100644 datasources/rc/rc_active_editors_count.yaml delete mode 100644 datasources/rc/rc_active_editors_target.yaml delete mode 100644 datasources/rc/rc_article_count.yaml delete mode 100644 datasources/rc/rc_binary_files.yaml delete mode 100644 datasources/rc/rc_comscore_properties.yaml delete mode 100644 datasources/rc/rc_comscore_region_reach.yaml delete mode 100644 datasources/rc/rc_comscore_region_uv.yaml delete mode 100644 datasources/rc/rc_edits_count.yaml delete mode 100644 datasources/rc/rc_new_article_count.yaml delete mode 100644 datasources/rc/rc_new_editors_count.yaml delete mode 100644 datasources/rc/rc_page_requests.yaml delete mode 100644 datasources/rc/rc_page_requests_mobile.yaml delete mode 100644 datasources/rc/rc_page_requests_mobile_target.yaml delete mode 100644 datasources/rc/rc_very_active_editors_count.yaml create mode 100644 datasources/rc_active_editors_count.yaml create mode 100644 datasources/rc_active_editors_target.yaml create mode 100644 datasources/rc_article_count.yaml create mode 100644 datasources/rc_binary_files.yaml create mode 100644 datasources/rc_comscore_properties.yaml create mode 100644 datasources/rc_comscore_region_reach.yaml create mode 100644 datasources/rc_comscore_region_uv.yaml create mode 100644 datasources/rc_edits_count.yaml create mode 100644 datasources/rc_new_article_count.yaml create mode 100644 datasources/rc_new_editors_count.yaml create mode 100644 datasources/rc_page_requests.yaml create mode 100644 datasources/rc_page_requests_mobile.yaml create mode 100644 datasources/rc_page_requests_mobile_target.yaml create mode 100644 datasources/rc_very_active_editors_count.yaml diff --git a/datafiles/rc/rc_active_editors_count.csv b/datafiles/rc/rc_active_editors_count.csv deleted file mode 100644 index 21da9c4..0000000 --- a/datafiles/rc/rc_active_editors_count.csv +++ /dev/null @@ -1,38 +0,0 @@ -Date, Total,Total after merge,Total after merge - normalized (1st 28 days),Total after merge - weighted (1 upload is 5 edits),Total after merge - weighted (1 upload is 5 edits) - normalized (1st 28 days),English,Commons,German,French,Russian,Spanish,Japanese,Italian,Chinese,Portuguese,Polish,Dutch,Swedish,Korean,Persian,Ukrainian,Arabic,Czech,Hebrew,Hungarian -2009/05/01,90408,86555,81123,87930,82486,40519,5721,7158,4926,3773,4139,4435,2775,1841,1727,1855,1495,1037,694,388,339,502,605,633,795 -2009/06/01,89074,85354,81370,86740,82729,39500,5662,7260,4866,3900,4090,4347,2929,1863,1643,1901,1514,956,733,303,399,491,583,681,771 -2009/07/01,88477,84643,79054,86098,80455,39148,5731,7230,4726,3717,4340,4227,2866,2006,1797,1953,1438,942,690,388,358,515,568,691,777 -2009/08/01,88673,84503,79010,86020,80502,38896,6048,7234,4719,3870,4168,4259,2813,1967,1826,1952,1493,960,771,419,362,559,545,708,783 -2009/09/01,85715,81766,78074,83281,79556,37497,5795,6936,4546,3763,4112,4165,3019,1642,1731,1848,1436,991,686,408,378,614,541,578,694 -2009/10/01,87920,84023,78680,85551,80182,38764,5906,7131,4750,3987,4149,4201,2750,1721,1695,1765,1414,1071,764,368,403,519,530,669,713 -2009/11/01,87546,83681,79852,85177,81334,38209,5524,7305,4860,4114,3984,4015,2810,1594,1570,1845,1459,1067,742,383,445,490,572,600,727 -2009/12/01,85757,82020,76500,83380,77808,36923,5378,7158,4783,4003,3923,4030,2785,1678,1649,1772,1493,971,738,374,384,568,575,604,751 -2010/01/01,91916,87594,81850,89078,83300,38947,5722,8008,5224,4488,4233,4259,3069,1855,1826,1931,1583,1078,769,403,478,483,680,630,805 -2010/02/01,86901,82637,82637,84069,84069,37429,5301,7312,4853,4297,3855,4018,2856,1729,1724,1774,1489,982,735,397,481,470,650,597,732 -2010/03/01,91178,86984,81174,88569,82733,39354,5875,7571,5082,4628,4007,4483,2825,1716,1737,1735,1489,1039,770,443,608,524,687,643,720 -2010/04/01,87739,83943,80263,85430,81742,38120,5738,7234,4734,4197,3962,4165,2842,1845,1771,1828,1426,971,707,466,569,509,610,664,700 -2010/05/01,89742,85623,80237,87174,81717,38435,5763,7469,4965,4350,4262,4283,3097,1761,1773,1739,1559,989,750,477,557,520,630,679,697 -2010/06/01,84288,80163,76535,81591,77958,35488,5621,7051,4637,4282,3830,3916,2972,1798,1620,1669,1438,899,798,429,517,458,590,699,672 -2010/07/01,82372,78296,73258,79742,74682,35108,5743,7075,4511,3914,3904,3874,2744,1755,1693,1632,1379,839,698,419,493,509,565,738,632 -2010/08/01,83871,79527,74228,81015,75710,35704,6196,7270,4732,3996,3888,3977,2830,1765,1631,1625,1495,876,684,505,478,504,570,700,662 -2010/09/01,80673,76862,73462,78330,74933,34171,6006,6940,4539,3743,3844,3938,2864,1531,1574,1557,1340,827,596,557,502,544,554,710,603 -2010/10/01,82380,78351,73617,79841,75071,34770,5720,7010,4708,4120,3850,4113,2751,1565,1549,1541,1376,860,653,483,541,497,549,661,633 -2010/11/01,81699,77896,74329,79476,75869,34125,5568,6723,4774,4196,3838,3817,2674,1563,1573,1525,1402,883,684,457,543,474,562,645,588 -2010/12/01,80828,76980,71980,78501,73453,33508,5393,6568,4616,4099,3824,4030,2694,1625,1689,1581,1324,808,717,491,589,479,574,658,615 -2011/01/01,90214,86038,80177,87825,81910,36963,6130,8192,5117,4756,4159,4112,3207,1726,1875,1750,1593,1007,780,509,672,462,747,687,675 -2011/02/01,85509,81660,81660,83350,83350,35977,5848,7345,4748,4478,3873,3904,2905,1695,1640,1693,1436,952,703,461,652,457,663,673,624 -2011/03/01,88063,84319,78695,86005,80375,37912,6113,7401,5082,4547,3986,3676,2824,1632,1593,1585,1470,932,645,525,695,463,725,665,632 -2011/04/01,83732,80528,77020,82170,78645,36587,6054,6783,4685,4280,3764,3610,2698,1655,1544,1537,1432,864,630,485,637,396,653,687,604 -2011/05/01,84879,81530,75900,83344,77642,36267,6118,6888,4786,4296,3921,3802,2886,1624,1541,1540,1534,844,758,482,645,445,644,698,651 -2011/06/01,83364,79759,76244,81649,78113,35104,6340,6842,4764,4208,4029,3499,2918,1647,1608,1545,1563,765,693,537,612,509,596,726,603 -2011/07/01,83261,79630,74740,81465,76535,34896,6578,7053,4840,4080,4171,3697,2894,1893,1652,1602,1454,752,702,594,610,534,631,756,625 -2011/08/01,84257,80354,74805,82392,76789,35050,6943,6953,5017,4168,4117,3999,2860,1876,1588,1560,1496,798,745,603,614,502,619,833,610 -2011/09/01,81654,80367,76533,83193,79263,34151,9331,6635,4742,4003,4100,3915,2877,1684,1551,1422,1370,824,690,561,621,633,585,689,573 -2011/10/01,82571,79393,74250,81437,76214,34412,7079,6709,4824,4065,4013,3871,2662,1675,1494,1491,1389,842,813,516,673,656,591,695,576 -2011/11/01,81966,79173,75352,81253,77372,33813,6952,6601,4884,4119,4188,3632,2651,1664,1414,1420,1380,806,702,567,688,597,595,608,596 -2011/12/01,81904,78548,73593,80454,75468,33556,6912,6498,4758,4070,4199,3650,2811,1683,1594,1522,1402,838,735,639,697,557,641,689,550 -2012/01/01,87206,83262,77367,85400,79431,34462,7400,7389,5201,4597,4407,4002,3189,1911,1668,1655,1510,925,759,756,745,646,747,691,623 -2012/02/01,84037,80283,78404,82387,80491,33537,7064,6914,5062,4382,4203,3837,3094,1927,1562,1550,1394,843,685,628,751,595,650,704,641 -2012/03/01,84155,80614,75547,82805,77635,34045,7284,6846,5032,4528,4010,4165,2834,1878,1527,1494,1393,823,695,645,821,621,641,763,595 -2012/04/01,82518,79415,75909,81683,78135,33452,7121,6567,4977,4269,4001,3950,2871,1899,1558,1464,1402,781,676,694,739,636,690,715,625 -2012/05/01,85200,81583,76045,84042,78413,33967,7349,6548,5267,4442,4365,3941,3067,1982,1593,1559,1415,825,776,763,729,722,717,709,643 diff --git a/datafiles/rc/rc_active_editors_target.csv b/datafiles/rc/rc_active_editors_target.csv deleted file mode 100644 index 6a1527e..0000000 --- a/datafiles/rc/rc_active_editors_target.csv +++ /dev/null @@ -1,41 +0,0 @@ -Date,Total,Target,Projected -2009/03/01,,, -2009/04/01,,, -2009/05/01,90408;90408;90408,, -2009/06/01,89074;89074;89074,, -2009/07/01,88477;88477;88477,, -2009/08/01,88673;88673;88673,, -2009/09/01,85715;85715;85715,, -2009/10/01,87920;87920;87920,, -2009/11/01,87546;87546;87546,, -2009/12/01,85757;85757;85757,, -2010/01/01,91916;91916;91916,, -2010/02/01,86901;86901;86901,, -2010/03/01,91178;91178;91178,, -2010/04/01,87739;87739;87739,, -2010/05/01,89742;89742;89742,, -2010/06/01,84288;84288;84288,, -2010/07/01,82372;82372;82372,, -2010/08/01,83871;83871;83871,, -2010/09/01,80673;80673;80673,, -2010/10/01,82380;82380;82380,, -2010/11/01,81699;81699;81699,, -2010/12/01,80828;80828;80828,, -2011/01/01,90214;90214;90214,,88459;88459;88459 -2011/02/01,85509;85509;85509,,83788;83788;83788 -2011/03/01,88063;88063;88063,73825.58;75755;77684.42,86439;86439;86439 -2011/04/01,83732;83732;83732,77579.58;79509;81438.42,84691;84691;84691 -2011/05/01,84879;84879;84879,78923.58;80853;82782.42,84864;84864;84864 -2011/06/01,83364;83364;83364,77690.58;79620;81549.42,82350;82350;82350 -2011/07/01,83261;83261;83261,77843.58;79773;81702.42,81302;81302;81302 -2011/08/01,84257;84257;84257,78209.58;80139;82068.42,80482;80482;80482 -2011/09/01,81654;81654;81654,78241.58;80171;82100.42,79338;79338;79338 -2011/10/01,82571;82571;82571,80434.58;82364;84293.42,80317;80317;80317 -2011/11/01,81966;81966;81966,80435.58;82365;84294.42,79145;79145;79145 -2011/12/01,81904;81904;81904,80231.58;82161;84090.42,77795;77795;77795 -2012/01/01,87206;87206;87206,88422.58;90352;92281.42,81829;81829;81829 -2012/02/01,84037;84037;84037,89086.58;91016;92945.42,81227;81227;81227 -2012/03/01,84155;84155;84155,92606.58;94536;96465.42,83135;83135;83135 -2012/04/01,82518;82518;82518,92937.58;94867;96796.42,82208;82208;82208 -2012/05/01,85200;85200;85200,94541.58;96471;98400.42,82376;82376;82376 -2012/06/01,,93070.58;95000;96929.42,79935;79935;79935 diff --git a/datafiles/rc/rc_article_count.csv b/datafiles/rc/rc_article_count.csv deleted file mode 100644 index 148b87d..0000000 --- a/datafiles/rc/rc_article_count.csv +++ /dev/null @@ -1,38 +0,0 @@ -Date, Total,English,German,French,Dutch,Italian,Polish,Spanish -2009/05/01,13201931,2841434,952798,805186,538870,575306,601385,471441 -2009/06/01,13413922,2876797,964355,816188,543875,585183,609450,481822 -2009/07/01,13657312,2922446,976539,827436,549241,595885,617378,491755 -2009/08/01,13909475,2968175,988607,838991,554935,604448,624948,501691 -2009/09/01,14133770,3000010,1000595,849578,560318,613690,632907,510306 -2009/10/01,14372781,3034477,1013349,862247,566455,624137,640979,518967 -2009/11/01,14594125,3066312,1024936,875302,572359,635317,649431,529786 -2009/12/01,14832655,3101312,1040644,888384,577939,648379,658694,540492 -2010/01/01,15090365,3138517,1055808,901849,583701,658333,667087,551768 -2010/02/01,15310104,3169915,1068527,913754,588651,666805,675037,562822 -2010/03/01,15562802,3202610,1082719,926375,593986,677714,682949,575308 -2010/04/01,15828587,3242201,1096248,937675,598961,687734,692972,586865 -2010/05/01,16126923,3276214,1109592,949134,603714,698098,700685,597290 -2010/06/01,16380355,3307207,1121165,959840,607327,707235,707984,609709 -2010/07/01,16632105,3338970,1134225,971667,613391,716396,715324,622308 -2010/08/01,16927513,3375560,1147962,984028,635444,726401,722429,635299 -2010/09/01,17157342,3408728,1160678,1002870,641774,736882,728938,648645 -2010/10/01,17401312,3439751,1173548,1020193,648040,747374,740525,660977 -2010/11/01,17744455,3474262,1185736,1033910,655298,756296,751013,672805 -2010/12/01,18021195,3505050,1199265,1046024,662483,766017,760903,688611 -2011/01/01,18306027,3537127,1213143,1058676,668448,775689,769643,709202 -2011/02/01,18540044,3564650,1225154,1069811,673729,784795,778040,725257 -2011/03/01,18783451,3593701,1237689,1081133,678783,793819,790092,742424 -2011/04/01,19062710,3621298,1252528,1094130,683460,803256,797260,752301 -2011/05/01,19316269,3648188,1265554,1106351,688966,813163,805243,762085 -2011/06/01,19604275,3674662,1279426,1117685,711803,822305,811980,781489 -2011/07/01,19935636,3702598,1292266,1130095,740960,831894,819458,808609 -2011/08/01,20170893,3734119,1305012,1142028,746307,844135,826702,822618 -2011/09/01,20382542,3766814,1316651,1154105,753629,853736,834458,830682 -2011/10/01,20753007,3797959,1327679,1165062,849547,862928,841367,839278 -2011/11/01,21021492,3826042,1338295,1176880,870670,872928,848517,846707 -2011/12/01,21478497,3852468,1351529,1190533,1009357,883546,862837,855857 -2012/01/01,21744330,3881212,1365441,1206247,1017281,894319,875959,864261 -2012/02/01,21971474,3908521,1378376,1219096,1026628,904063,882097,871940 -2012/03/01,22258282,3935638,1392246,1230936,1034947,913543,887749,880094 -2012/04/01,22485209,3964856,1405327,1243859,1040007,922841,893293,887510 -2012/05/01,22765167,3998955,1417884,1255698,1045200,934447,898901,895583 diff --git a/datafiles/rc/rc_binary_files.csv b/datafiles/rc/rc_binary_files.csv deleted file mode 100644 index ad69fc3..0000000 --- a/datafiles/rc/rc_binary_files.csv +++ /dev/null @@ -1,38 +0,0 @@ -Date, Total,jpg,png,svg,ogg,gif,tif,pdf,djvu,ogv,mid -2009/05/01,4397054,3500968,446560,251751,99483,86312,316,6176,3801,343,1112 -2009/06/01,4550765,3615347,477680,256890,100606,87422,371,6323,4303,431,1133 -2009/07/01,4710516,3746529,496628,263572,101727,88711,469,6437,4541,490,1137 -2009/08/01,4873105,3881201,511615,270934,104751,90199,607,7056,4775,535,1142 -2009/09/01,5001553,3993362,519021,277200,105335,91548,708,7312,5007,593,1147 -2009/10/01,5268996,4243195,528537,282355,106118,92834,831,7663,5258,692,1177 -2009/11/01,5441645,4397492,537541,289031,106759,94043,916,7948,5493,878,1190 -2009/12/01,5580786,4514206,549572,295026,107869,95322,1026,8312,6880,998,1196 -2010/01/01,5934720,4843382,561888,302314,110323,97047,1157,8547,7254,1110,1215 -2010/02/01,6085148,4968130,578528,307998,111215,98439,1475,8844,7606,1179,1230 -2010/03/01,6253905,5094283,610171,315368,112472,99717,1743,9060,8013,1311,1233 -2010/04/01,6454300,5265159,630191,322118,113206,100634,1845,9475,8351,1523,1239 -2010/05/01,6648003,5432776,644990,329618,114216,101602,1930,9643,9650,1747,1250 -2010/06/01,6809476,5571028,657098,337377,115658,102635,2061,9810,10038,1914,1255 -2010/07/01,7001699,5730582,667440,344005,117229,103670,12710,10057,11803,2325,1262 -2010/08/01,7195904,5896079,678681,353853,121087,104788,14179,10204,12605,2508,1277 -2010/09/01,7391546,6066332,691298,362066,123016,106292,14447,10346,13015,2744,1307 -2010/10/01,7580281,6227874,702651,373267,125105,107708,14570,10646,13491,2918,1325 -2010/11/01,7737153,6355417,720964,380330,125995,108965,14787,10943,13873,3751,1342 -2010/12/01,7963031,6559551,732301,387473,127079,109925,14937,11282,14379,3922,1364 -2011/01/01,8187908,6760263,744867,395670,127910,111191,15110,11540,14887,4226,1376 -2011/02/01,9348834,7870892,755872,431252,129056,112491,15326,11956,15274,4386,1426 -2011/03/01,9865245,8358726,765112,446822,130036,113621,15541,12394,15982,4593,1455 -2011/04/01,10055508,8524864,777771,454003,131335,114853,15710,12854,16557,5043,1508 -2011/05/01,10235298,8682389,787221,462980,132253,115759,15919,13599,17206,5376,1530 -2011/06/01,10431204,8855952,799505,469007,132991,116681,16316,14618,17836,5644,1548 -2011/07/01,10625316,9024402,811880,475467,134778,117864,18904,15205,18257,5858,1561 -2011/08/01,10846038,9203712,825645,483269,136288,119075,34502,15884,18717,6196,1579 -2011/09/01,11251659,9545629,836906,491304,137808,120175,74305,17054,19070,6550,1609 -2011/10/01,11510880,9769595,851094,502128,138963,121328,80610,17897,19561,6775,1621 -2011/11/01,11731476,9961240,861120,510515,145109,122528,81693,19011,19937,7144,1794 -2011/12/01,11937276,10143123,874418,516953,146320,123830,81976,19611,20284,7494,1836 -2012/01/01,12163705,10337055,890079,525139,150222,126154,82497,20267,20822,7871,2109 -2012/02/01,12343342,10491293,901848,530842,153735,127343,82720,21201,21520,8437,2158 -2012/03/01,12583493,10699262,915528,541437,158056,128563,82963,21965,21977,8989,2285 -2012/04/01,12796433,10890200,926552,547455,159518,129711,83131,23194,22262,9534,2370 -2012/05/01,13053422,11084213,965205,565076,163257,130643,83331,24040,22479,10137,2443 diff --git a/datafiles/rc/rc_comscore_properties.csv b/datafiles/rc/rc_comscore_properties.csv deleted file mode 100644 index e1eba47..0000000 --- a/datafiles/rc/rc_comscore_properties.csv +++ /dev/null @@ -1,54 +0,0 @@ -date,Google,Total Internet,Wikimedia -2008/01/01,597234000,824435000,242554000 -2008/02/01,605576000,822990000,240754000 -2008/03/01,626118000,840590000,256061000 -2008/04/01,631148000,849580000,261414000 -2008/05/01,643809000,853119000,263120000 -2008/06/01,649096000,860514000,251502000 -2008/07/01,722454000,949583000,244326000 -2008/08/01,742390000,960198000,248539000 -2008/09/01,748539000,971945000,272109000 -2008/10/01,753081000,984396000,277208000 -2008/11/01,758588000,996304000,280969000 -2008/12/01,775980000,1007730000,272998000 -2009/01/01,771553000,1020582000,289811000 -2009/02/01,816983240,1078911086,300751440 -2009/03/01,830662907,1092598409,327147671 -2009/04/01,845622755,1108030946,320042850 -2009/05/01,840410223,1122330925,317254958 -2009/06/01,844245495,1135655524,302939583 -2009/07/01,853819724,1151380737,295484362 -2009/08/01,867617643,1165193688,307641428 -2009/09/01,879175953,1179318237,325998220 -2009/10/01,891948998,1190150960,344563338 -2009/11/01,889522000,1206051000,345805000 -2009/12/01,899426000,1222237000,347020000 -2010/01/01,919720000,1237448000,364719000 -2010/02/01,883498000,1203547000,345218000 -2010/03/01,907371000,1219389000,370744000 -2010/04/01,921153000,1231777000,374846000 -2010/05/01,931583000,1244104000,388932000 -2010/06/01,942199000,1253406000,379112000 -2010/07/01,952484000,1261762000,360225000 -2010/08/01,971045000,1285378000,373392000 -2010/09/01,976431000,1294784000,398178000 -2010/10/01,976693000,1304632000,408350000 -2010/11/01,970109000,1313926000,410816000 -2010/12/01,972486000,1323535000,395472000 -2011/01/01,985289000,1333403000,413957000 -2011/02/01,976374000,1339496000,379415000 -2011/03/01,996706000,1350539000,400011000 -2011/04/01,990970000,1362369000,380716000 -2011/05/01,1009699000,1373976000,411061000 -2011/06/01,1023643000,1383098000,399362000 -2011/07/01,1031584000,1394031000,393543000 -2011/08/01,1048918000,1411178000,422779000 -2011/09/01,1066695000,1420316000,454529000 -2011/10/01,1083316000,1431939000,476627000 -2011/11/01,1081821000,1438877000,474723000 -2011/12/01,1092912000,1444092000,457063000 -2012/01/01,1107467000,1450588000,482157000 -2012/02/01,1107171000,1448160000,475699000 -2012/03/01,1139459000,1471414000,489402000 -2012/04/01,1142257000,1477810000,473380000 -2012/05/01,1150223000,1484382000,492393000 diff --git a/datafiles/rc/rc_comscore_region_reach.csv b/datafiles/rc/rc_comscore_region_reach.csv deleted file mode 100644 index 854e076..0000000 --- a/datafiles/rc/rc_comscore_region_reach.csv +++ /dev/null @@ -1,54 +0,0 @@ -date,World,China,Europe,India,Latin-America,Middle-East/Africa,North-America,Asia Pacific -2008/01/01,29.4,0.6,39.1,19.2,31.1,28.9,33.5,19.4 -2008/02/01,29.3,0.7,37.9,18.8,34.2,28.3,33.2,19.5 -2008/03/01,30.5,0.7,39.1,18.7,40.4,32.2,34.0,19.8 -2008/04/01,30.8,2.2,39.3,17.9,42.8,32.3,33.8,20.1 -2008/05/01,30.8,0.9,39.7,18.2,43.2,32.9,34.1,19.7 -2008/06/01,29.2,0.9,37.0,20.4,41.2,27.3,31.5,20.1 -2008/07/01,25.7,0.1,32.4,19.2,33.6,24.7,31.1,17.2 -2008/08/01,25.9,0.8,31.0,20.5,38.2,25.1,32.4,17.2 -2008/09/01,28.0,1.6,35.9,19.6,40.4,27.2,34.7,17.2 -2008/10/01,28.2,1.2,37.2,18.6,38.6,29.3,36.0,16.3 -2008/11/01,28.2,1.2,38.0,19.9,37.2,28.9,35.1,16.7 -2008/12/01,27.1,1.3,37.3,20.0,30.4,31.0,34.5,15.9 -2009/01/01,28.4,1.0,39.4,20.8,29.6,31.5,36.6,16.8 -2009/02/01,27.9,1.1,38.5,20.0,33.9,24.8,35.5,16.4 -2009/03/01,29.9,1.4,40.9,21.0,41.5,28.2,36.0,17.8 -2009/04/01,28.9,1.6,38.3,20.2,39.8,26.0,37.8,17.0 -2009/05/01,28.3,1.5,37.6,21.0,39.6,24.9,36.8,16.6 -2009/06/01,26.7,2.2,35.2,21.7,38.3,20.8,34.4,16.5 -2009/07/01,25.7,1.8,33.7,22.6,33.1,20.6,34.9,15.9 -2009/08/01,26.4,1.6,34.2,23.7,36.8,21.9,35.6,16.2 -2009/09/01,27.6,1.3,37.4,23.7,38.4,22.0,37.3,16.1 -2009/10/01,29.0,1.6,39.0,25.7,39.0,26.9,38.2,17.0 -2009/11/01,28.7,1.6,39.0,25.8,38.4,26.2,38.5,16.5 -2009/12/01,28.4,1.5,38.6,26.3,32.5,28.3,39.1,16.7 -2010/01/01,29.5,1.4,40.3,27.4,33.5,27.2,41.1,17.4 -2010/02/01,28.7,1.2,39.2,26.4,36.7,24.9,39.9,15.3 -2010/03/01,30.4,1.4,40.8,27.7,43.1,28.3,41.0,16.2 -2010/04/01,30.4,1.6,41.4,28.4,43.2,28.1,40.9,15.9 -2010/05/01,31.3,1.0,43.0,30.1,44.1,29.2,41.5,16.3 -2010/06/01,30.2,1.0,43.0,31.6,41.8,25.6,38.9,16.1 -2010/07/01,28.5,0.9,39.3,32.4,35.9,24.4,39.0,15.9 -2010/08/01,29.0,1.0,39.6,33.0,39.9,24.4,39.7,16.2 -2010/09/01,30.8,1.1,43.5,33.3,42.2,26.5,41.9,16.1 -2010/10/01,31.3,1.1,44.4,33.5,41.6,30.1,42.7,16.0 -2010/11/01,31.3,1.1,45.8,33.1,42.4,27.6,42.0,15.7 -2010/12/01,29.9,1.2,43.6,33.7,34.8,27.4,42.7,15.2 -2011/01/01,31.0,1.0,46.4,35.9,35.0,28.2,43.2,15.9 -2011/02/01,28.3,0.9,41.6,30.6,36.3,25.8,39.4,14.2 -2011/03/01,29.6,0.9,43.1,30.4,41.3,28,40.1,14.7 -2011/04/01,27.9,0.9,40.8,29.6,38.7,25.7,38,14 -2011/05/01,29.9,1.1,44,31.4,41.6,28.5,39.5,15.1 -2011/06/01,28.9,1.2,41.7,32.1,39.6,25.8,39.1,15.2 -2011/07/01,28.2,1.5,39.6,33.6,35.4,24.6,40.5,15.7 -2011/08/01,30,1.6,40.9,35.4,43,25.9,42.4,16.7 -2011/09/01,32,1.7,44.6,35.6,45.5,29,44.4,17.4 -2011/10/01,33.3,2.2,47,34.9,45.3,32.2,45.4,17.9 -2011/11/01,33,2.2,47.1,35.4,44.2,31.5,44.7,17.7 -2011/12/01,31.7,2.7,45.5,35.1,35,31.6,44.8,17.4 -2012/01/01,33.2,2.6,48.1,36.4,36.3,32.9,47.3,18.1 -2012/02/01,32.8,2.4,46.4,34.6,39.6,32.2,46.3,17.9 -2012/03/01,33.3,2.8,46.2,34.5,44.6,32.4,45.2,18.4 -2012/04/01,32,2,44.8,32.3,41.8,30.9,45.2,17.2 -2012/05/01,33.2,1.8,46.8,33.7,44.2,32.3,45.6,17.7 diff --git a/datafiles/rc/rc_comscore_region_uv.csv b/datafiles/rc/rc_comscore_region_uv.csv deleted file mode 100644 index 7466bf2..0000000 --- a/datafiles/rc/rc_comscore_region_uv.csv +++ /dev/null @@ -1,54 +0,0 @@ -date,World,China,Europe,India,Latin-America,Middle-East/Africa,North-America,Asia Pacific -2008/01/01,242554000,581000,91036000,5138000,18341000,11549000,61664000,59964000 -2008/02/01,240754000,695000,87975000,5065000,20286000,11327000,61218000,59948000 -2008/03/01,256061000,669000,92283000,5200000,24542000,13337000,63518000,62380000 -2008/04/01,261414000,2288000,93642000,5079000,26347000,13634000,63827000,63963000 -2008/05/01,263120000,994000,95234000,5264000,27002000,14139000,63186000,63560000 -2008/06/01,251502000,958000,89427000,5979000,26099000,11941000,58272000,65764000 -2008/07/01,244326000,232000,86905000,5720000,23220000,11016000,57347000,65838000 -2008/08/01,248539000,1382000,83931000,6217000,26847000,11371000,59494000,66895000 -2008/09/01,272109000,2735000,98304000,6025000,28886000,12553000,64075000,68291000 -2008/10/01,277208000,2037000,102955000,5799000,27974000,13790000,66785000,65703000 -2008/11/01,280969000,2185000,106199000,6286000,27416000,13850000,65133000,68371000 -2008/12/01,272998000,2286000,105318000,6421000,22769000,15103000,63782000,66026000 -2009/01/01,289811000,1825000,112449000,6764000,22558000,15630000,67971000,71203000 -2009/02/01,300751000,2002000,117828000,6587000,27440000,18765000,65855000,70862000 -2009/03/01,327148000,2752000,126474000,7014000,34229000,21558000,66878000,78009000 -2009/04/01,320043000,3115000,119578000,6807000,33400000,20133000,70908000,76024000 -2009/05/01,317255000,2936000,118874000,7168000,33870000,19529000,69387000,75595000 -2009/06/01,302940000,4566000,112270000,7522000,33263000,16489000,64678000,76239000 -2009/07/01,295484000,3839000,108552000,7908000,29298000,16502000,66142000,74990000 -2009/08/01,307641000,3547000,111190000,8398000,33186000,17816000,68084000,77365000 -2009/09/01,325998000,2882000,123062000,8480000,35264000,18063000,71661000,77948000 -2009/10/01,344563000,3702000,128647000,9287000,36440000,22353000,73452000,83671000 -2009/11/01,345805000,3718000,129798000,9437000,36495000,22083000,75050000,82379000 -2009/12/01,347020000,3657000,129763000,9696000,31391000,24058000,77607000,84201000 -2010/01/01,364719000,3351000,136935000,10216000,32834000,23411000,82489000,89049000 -2010/02/01,345218000,2935000,133807000,9865000,36414000,21680000,80940000,72378000 -2010/03/01,370744000,3443000,140834000,10516000,43574000,24962000,83696000,77678000 -2010/04/01,374846000,4081000,144087000,10923000,44286000,25146000,83792000,77535000 -2010/05/01,388932000,2700000,150313000,11675000,45790000,26399000,85929000,80502000 -2010/06/01,379112000,2613000,151013000,12373000,43826000,23611000,80393000,80269000 -2010/07/01,360225000,2536000,138975000,12828000,38111000,22991000,79888000,80260000 -2010/08/01,373392000,2829000,140560000,13187000,42303000,26220000,81295000,83015000 -2010/09/01,398178000,3181000,155438000,13433000,45265000,28749000,85606000,83119000 -2010/10/01,408350000,3156000,159384000,13674000,45152000,33049000,87359000,83406000 -2010/11/01,410816000,3108000,165020000,13614000,46617000,30711000,85732000,82736000 -2010/12/01,395472000,3372000,157837000,14004000,38738000,30852000,87087000,80958000 -2011/01/01,413957000,3048000,168571000,15067000,39446000,32113000,88233000,85593000 -2011/02/01,379415000,2664000,150775000,12960000,41411000,29722000,80038000,77468000 -2011/03/01,400011000,2854000,156913000,13011000,47583000,32599000,81918000,80997000 -2011/04/01,380716000,2866000,149211000,12801000,45108000,30272000,78234000,77891000 -2011/05/01,411061000,3492000,161311000,13701000,49095000,33908000,82081000,84666000 -2011/06/01,399362000,3960000,153883000,14163000,47203000,30985000,80753000,86539000 -2011/07/01,393543000,4814000,146724000,14979000,42700000,29882000,83859000,90378000 -2011/08/01,422779000,5163000,152109000,15944000,52983000,31749000,88277000,97661000 -2011/09/01,454529000,5709000,166505000,16180000,56613000,35877000,93193000,102341000 -2011/10/01,476627000,7386000,176918000,16019000,57210000,40119000,96252000,106128000 -2011/11/01,474723000,7355000,178580000,16425000,56544000,39614000,94689000,105296000 -2011/12/01,457063000,8803000,173496000,16425000,45235000,40068000,94413000,103851000 -2012/01/01,482157000,8766000,184668000,17205000,47386000,42097000,99821000,108186000 -2012/02/01,475699000,7886000,179385000,18771000,51425000,41056000,98049000,105783000 -2012/03/01,489402000,9249000,180827000,19402000,58584000,42081000,97001000,110909000 -2012/04/01,473380000,6666000,176376000,18688000,55227000,40589000,96664000,104524000 -2012/05/01,492393000,5917000,185344000,20016000,58825000,42759000,97378000,108087000 diff --git a/datafiles/rc/rc_edits_count.csv b/datafiles/rc/rc_edits_count.csv deleted file mode 100644 index a45cd94..0000000 --- a/datafiles/rc/rc_edits_count.csv +++ /dev/null @@ -1,38 +0,0 @@ -Date, Total,English,French,German,Russian -2009/05/01,11749587,4281907,768515,692264,470267 -2009/06/01,10887871,3931217,674182,708318,474842 -2009/07/01,11222030,3801554,619285,696308,468924 -2009/08/01,11183728,3887885,678829,736534,477041 -2009/09/01,10890960,3976756,630869,689052,467905 -2009/10/01,11046087,3968319,668533,721383,519955 -2009/11/01,10642349,3903753,657218,724494,523707 -2009/12/01,11132056,4377048,658511,723321,504050 -2010/01/01,11736453,3941984,725648,852311,571246 -2010/02/01,11308765,3873899,681279,755447,551816 -2010/03/01,12052047,4114564,698548,832856,602853 -2010/04/01,12030427,4024255,690771,750814,570789 -2010/05/01,12187342,4069813,701021,774977,578340 -2010/06/01,11809397,3937825,658076,723355,571442 -2010/07/01,10633260,3641331,622686,706959,544347 -2010/08/01,12252317,3854261,654367,781981,567926 -2010/09/01,11822495,3946784,668982,743704,544375 -2010/10/01,11484200,4119330,664694,743705,568713 -2010/11/01,11102092,3893768,719786,739157,556252 -2010/12/01,11511273,3678244,750877,739268,598805 -2011/01/01,12727893,4057852,755243,880678,657090 -2011/02/01,10977711,3509574,666460,758604,614199 -2011/03/01,11768488,3572937,712097,792500,641929 -2011/04/01,11555946,3558320,688877,722553,564027 -2011/05/01,11462538,3500386,753429,723034,619999 -2011/06/01,11639570,3553765,739392,731395,575104 -2011/07/01,11839132,3607306,719713,737668,599800 -2011/08/01,11235050,3460263,730733,712833,586652 -2011/09/01,10900807,3451713,772075,703554,547524 -2011/10/01,11337279,3393173,743782,736160,555859 -2011/11/01,11119934,3325466,737506,723869,546737 -2011/12/01,11654536,3341929,788407,739284,553465 -2012/01/01,12391700,3660824,934383,802487,661033 -2012/02/01,11470716,3421390,878565,738298,639844 -2012/03/01,12041448,3522154,731983,745736,657956 -2012/04/01,11621627,3367755,717108,726078,599098 -2012/05/01,12701635,3634434,791933,740168,656714 diff --git a/datafiles/rc/rc_new_article_count.csv b/datafiles/rc/rc_new_article_count.csv deleted file mode 100644 index 2cdfd71..0000000 --- a/datafiles/rc/rc_new_article_count.csv +++ /dev/null @@ -1,38 +0,0 @@ -Date, Total,English,Indonesian,Chinese,German -2009/05/01,7503,1226,83,120,444 -2009/06/01,7060,1179,81,118,385 -2009/07/01,7848,1473,75,139,393 -2009/08/01,8124,1475,66,227,389 -2009/09/01,7479,1061,135,128,400 -2009/10/01,7704,1112,88,256,411 -2009/11/01,7373,1061,80,112,386 -2009/12/01,7685,1129,63,121,507 -2010/01/01,8309,1200,52,125,489 -2010/02/01,7836,1121,388,129,454 -2010/03/01,8138,1055,569,149,458 -2010/04/01,8847,1320,293,184,451 -2010/05/01,9610,1097,239,148,430 -2010/06/01,8438,1033,750,115,386 -2010/07/01,8115,1025,543,118,421 -2010/08/01,9514,1180,90,159,443 -2010/09/01,7650,1106,95,140,424 -2010/10/01,7862,1001,107,137,415 -2010/11/01,11425,1150,89,128,406 -2010/12/01,8912,993,323,120,436 -2011/01/01,9174,1035,238,133,448 -2011/02/01,8347,983,173,127,429 -2011/03/01,7838,937,130,136,404 -2011/04/01,9306,920,132,109,495 -2011/05/01,8168,867,127,127,420 -2011/06/01,9592,882,96,164,462 -2011/07/01,10684,901,103,161,414 -2011/08/01,7584,1017,91,161,411 -2011/09/01,7054,1090,68,174,388 -2011/10/01,11944,1005,241,151,356 -2011/11/01,8945,936,179,162,354 -2011/12/01,14734,852,116,159,427 -2012/01/01,8566,927,93,189,449 -2012/02/01,7823,942,75,246,446 -2012/03/01,9235,875,120,888,447 -2012/04/01,7556,974,80,571,436 -2012/05/01,9022,1100,971,792,405 diff --git a/datafiles/rc/rc_new_editors_count.csv b/datafiles/rc/rc_new_editors_count.csv deleted file mode 100644 index dc13f8c..0000000 --- a/datafiles/rc/rc_new_editors_count.csv +++ /dev/null @@ -1,38 +0,0 @@ -Date, Total,English,Commons,Spanish,French,Russian,German,Japanese,Italian,Chinese -2009/05/01,20095,9336,974,1042,1085,862,1149,868,544,343 -2009/06/01,19474,8934,920,1017,1002,980,1072,820,617,361 -2009/07/01,19616,9082,951,1076,967,890,1126,760,598,434 -2009/08/01,19229,8804,1063,1076,902,924,1158,805,564,395 -2009/09/01,17861,8275,950,934,842,836,1097,748,563,281 -2009/10/01,19115,8854,950,1064,1010,951,1131,753,478,327 -2009/11/01,18639,8498,925,979,948,970,1130,641,478,276 -2009/12/01,18062,8013,921,960,892,937,1077,718,525,303 -2010/01/01,20152,8692,949,1108,1043,1126,1322,811,584,377 -2010/02/01,18533,8393,836,930,906,1018,1133,706,568,339 -2010/03/01,19988,8956,921,918,1023,1112,1178,866,556,342 -2010/04/01,18715,8599,886,900,914,947,1134,728,512,385 -2010/05/01,19271,8568,874,1020,938,1026,1244,777,609,310 -2010/06/01,17279,7623,850,826,897,944,1027,639,557,337 -2010/07/01,16800,7625,939,897,885,810,1127,642,498,332 -2010/08/01,17135,7859,992,894,906,795,1062,722,564,288 -2010/09/01,15960,7189,925,877,820,736,992,711,526,238 -2010/10/01,16685,7490,854,858,908,825,976,729,486,237 -2010/11/01,16315,7232,800,847,837,887,942,652,462,257 -2010/12/01,16536,7229,787,857,815,809,947,790,491,250 -2011/01/01,19023,8078,962,977,950,1057,1356,780,670,285 -2011/02/01,17837,8084,892,842,859,884,1137,698,543,300 -2011/03/01,18873,8762,983,920,957,895,1178,667,544,260 -2011/04/01,17227,8384,943,842,877,853,942,609,525,269 -2011/05/01,17364,7912,958,861,912,829,961,673,543,276 -2011/06/01,17074,7739,984,880,838,771,945,614,564,267 -2011/07/01,16800,7643,1023,947,886,770,980,616,575,333 -2011/08/01,17115,7634,1148,924,955,776,975,743,515,348 -2011/09/01,15668,7061,2447,905,850,666,851,658,546,293 -2011/10/01,16345,7350,1211,893,844,690,889,689,450,296 -2011/11/01,16546,7158,1146,859,870,743,895,693,437,276 -2011/12/01,16104,6895,1127,941,798,754,835,592,500,277 -2012/01/01,17142,6853,1356,997,989,899,998,756,652,331 -2012/02/01,16207,6687,1205,887,936,785,964,725,626,371 -2012/03/01,16344,7110,1263,818,899,865,925,792,446,303 -2012/04/01,15569,6865,1121,808,855,782,732,698,507,307 -2012/05/01,15414,6328,1200,969,864,780,698,608,525,357 diff --git a/datafiles/rc/rc_page_requests.csv b/datafiles/rc/rc_page_requests.csv deleted file mode 100644 index 453689c..0000000 --- a/datafiles/rc/rc_page_requests.csv +++ /dev/null @@ -1,48 +0,0 @@ -Date, All projects,English,Spanish,Japanese,German,Russian,French -2008/07/01,9548996328,5135131814,445589582,973755192,755196668,113662290,311381016 -2008/08/01,9501001543,4974344046,529752195,969975425,778407514,121195082,312562951 -2008/09/01,10631664080,5479533823,640332042,998032211,817672904,157256924,407994179 -2008/10/01,10745804182,5509405206,659209518,974745059,829895189,173119199,426838989 -2008/11/01,10845469196,5415832055,618951709,925842966,1007854264,193302177,456433510 -2008/12/01,10471563564,5043588824,429593165,867622536,1434267602,225726994,398506291 -2009/01/01,11496646419,5615498275,525897906,1020040333,1270923077,244179932,489329700 -2009/02/01,11679535567,5943558064,664767977,1015724496,981701403,261464142,489587152 -2009/03/01,12024862000,6092089410,708812666,965824332,978324435,284750415,510839619 -2009/04/01,11352618456,5988817321,622529405,935725490,816911070,275645537,513244212 -2009/05/01,11825871871,6066080834,712546000,1054087578,875354334,285393526,517848086 -2009/06/01,11511697836,5818924182,689177935,1076231552,908943732,287430317,478907393 -2009/07/01,10765973183,5614497075,568949734,1071919060,818710227,249613491,402046348 -2009/08/01,10938212049,5604048759,670114201,1056863842,812759742,263291318,405401461 -2009/09/01,11878057812,5937922018,805384131,1036022366,888953956,305019697,468445343 -2009/10/01,12257819634,6041279704,793041104,1042122587,884514330,336490934,517691251 -2009/11/01,12008718875,5841504417,750257494,1018879252,903770333,350558815,517541264 -2009/12/01,10626616804,5258610830,500123563,947765303,759783399,342298682,456708198 -2010/01/01,11987314019,5883232992,608651538,1083201946,916028392,377526978,532464602 -2010/02/01,12516731479,6227014896,776934909,1060245098,890617318,414429038,527713863 -2010/03/01,12202523180,6446465754,740804448,979748084,809344045,358678986,493544465 -2010/04/01,15032439023,8213623221,953794373,1152028494,957331874,438267171,550218307 -2010/05/01,15224406861,8126959544,999782289,1276258833,986952926,467543830,573315069 -2010/06/01,14593247972,7841269693,939990212,1260772500,955135652,456898699,536451155 -2010/07/01,13895953915,7728611935,762596690,1275749319,901839447,386032551,482220859 -2010/08/01,13761406064,7435888138,872071201,1222127187,936931491,408043313,510089112 -2010/09/01,14528728262,7572220871,1018472015,1200138702,989808185,494069475,586890265 -2010/10/01,14532380230,7526863400,1020227911,1185314758,973748712,525512847,598622500 -2010/11/01,14938670017,7552720233,1029077915,1192956965,1062730731,569946243,657362614 -2010/12/01,13948551131,7197323670,748120629,1104993076,965473265,587252199,619085980 -2011/01/01,15494531200,7886321417,870565050,1230270379,1155753949,643666675,697123896 -2011/02/01,15602268966,7905363844,1017498578,1235772520,1010369643,663129902,657610990 -2011/03/01,15206260328,7532208472,1071499890,1195941376,1000548752,649943184,656422906 -2011/04/01,14675654011,7345492982,961460241,1185126548,902105087,646546023,624116684 -2011/05/01,15136658234,7313738255,1074132146,1255860535,1035675916,647533682,653114631 -2011/06/01,14722782747,7129490662,979439804,1227660371,1009279530,626252967,626267778 -2011/07/01,14140710162,6968286733,858854640,1247518154,959536382,568028951,593023383 -2011/08/01,15061062187,7263497053,1054094317,1321459774,966935930,586031773,654016689 -2011/09/01,15837395045,7483008091,1195023458,1314236262,988041057,667136987,682681634 -2011/10/01,17102055307,7881085908,1234884164,1322496602,1028580510,740428763,745267659 -2011/11/01,17422228297,8314617939,1214871541,1321316510,1079434677,789448080,760596481 -2011/12/01,16365307778,7950128284,899244274,1253215909,1038191276,810251079,723308805 -2012/01/01,18054256464,8576588259,1035012747,1438625504,1192489116,872056989,790998265 -2012/02/01,18127912871,8782733975,1211719057,1431170650,1144831051,903756130,780606431 -2012/03/01,17273498605,8168174170,1187560765,1333339996,1067371844,858648904,769176782 -2012/04/01,17336954399,8387710959,1105258369,1292741905,1048780015,864363791,773087509 -2012/05/01,18020959870,8620167603,1254907230,1410908220,1072648074,899248097,806491651 diff --git a/datafiles/rc/rc_page_requests_mobile.csv b/datafiles/rc/rc_page_requests_mobile.csv deleted file mode 100644 index 38202ec..0000000 --- a/datafiles/rc/rc_page_requests_mobile.csv +++ /dev/null @@ -1,25 +0,0 @@ -Date, All projects,English Mobile,Japanese Mobile,Spanish Mobile,German Mobile,French Mobile,Russian Mobile,Italian Mobile -2010/06/01,208280310,147977836,17809786,4122690,9369170,8195299,7097283,3601673 -2010/07/01,372132091,278327012,28394287,8950452,13668968,12875048,8148804,4880655 -2010/08/01,400944073,292649435,33072856,10564184,15319698,15812894,8615441,6215748 -2010/09/01,425385736,308748612,33404730,11807268,17164171,16291336,10535929,6215555 -2010/10/01,432613085,314486485,31851931,11501680,17408353,16066117,12408818,5892838 -2010/11/01,491794260,349765196,39647998,12813399,20769311,19150519,14981251,7228372 -2010/12/01,555653967,395806618,46486873,13279423,23444459,21042051,17847127,8102866 -2011/01/01,680527579,473666865,66024071,18224248,31057975,26031268,19734794,11105273 -2011/02/01,692464914,474485604,71955380,20710352,29621900,26531476,19955837,12048628 -2011/03/01,622902258,412602980,71516492,20540505,28302165,24355948,19228891,10731203 -2011/04/01,728233197,485265239,85519986,24255944,30645173,26588526,21478879,11291385 -2011/05/01,762990098,498279380,95856745,27317424,32195180,27715065,21891242,12324058 -2011/06/01,801552556,527599350,96806760,27744011,35067206,28634979,22097952,13099252 -2011/07/01,857407355,571859457,108449709,29321690,34129202,28213198,19454859,13441276 -2011/08/01,916946743,590078181,112019176,40792718,36010958,32550585,23320682,17595039 -2011/09/01,887103215,556519235,114917611,42295306,35136885,27847084,26131473,16013630 -2011/10/01,1111140204,687274491,143102045,51284025,48769995,36238792,37921767,19378412 -2011/11/01,1325724262,806976298,172878247,60289133,62186820,45299992,44936278,25354308 -2011/12/01,1533885014,944881712,189591286,61279596,74903496,53304120,52460396,33028388 -2012/01/01,1681435126,1019997286,225008795,73497001,85592570,58556530,52199562,36746917 -2012/02/01,1663482355,992947277,224398907,79554420,81796107,59454754,54868457,37217358 -2012/03/01,1858551326,1047002920,245139577,90028886,92092638,70076099,64442825,43142093 -2012/04/01,2089385579,1118962375,259903963,99968261,105570639,89275527,75724578,51571512 -2012/05/01,1972654819,1086800537,281568702,97427724,96406761,78633925,65515456,49022472 diff --git a/datafiles/rc/rc_page_requests_mobile_target.csv b/datafiles/rc/rc_page_requests_mobile_target.csv deleted file mode 100644 index b951cb4..0000000 --- a/datafiles/rc/rc_page_requests_mobile_target.csv +++ /dev/null @@ -1,26 +0,0 @@ -Date,Total,Target -2010/06/01,208280310;208280310;208280310, -2010/07/01,372132091;372132091;372132091,285711081.276;372000000;458288918.724 -2010/08/01,400944073;400944073;400944073,314711081.276;401000000;487288918.724 -2010/09/01,425385736;425385736;425385736,338711081.276;425000000;511288918.724 -2010/10/01,432613085;432613085;432613085,346711081.276;433000000;519288918.724 -2010/11/01,491794260;491794260;491794260,405711081.276;492000000;578288918.724 -2010/12/01,555653967;555653967;555653967,469711081.276;556000000;642288918.724 -2011/01/01,680527579;680527579;680527579,583711081.276;670000000;756288918.724 -2011/02/01,692464914;692464914;692464914,603711081.276;690000000;776288918.724 -2011/03/01,622902258;622902258;622902258,533711081.276;620000000;706288918.724 -2011/04/01,728233197;728233197;728233197,639711081.276;726000000;812288918.724 -2011/05/01,762990098;762990098;762990098,698711081.276;785000000;871288918.724 -2011/06/01,801552556;801552556;801552556,762189576.852;848478495.575645;934767414.299 -2011/07/01,857407355;857407355;857407355,830801218.161;917090136.884472;1003379055.61 -2011/08/01,916946743;916946743;916946743,904961093.571;991250012.294266;1077538931.02 -2011/09/01,887103215;887103215;887103215,985117857.29;1071406776.01373;1157695694.74 -2011/10/01,1111140204;1111140204;1111140204,1071756443.65;1158045362.37157;1244334281.1 -2011/11/01,1325724262;1325724262;1325724262,1165401000.86;1251689919.58393;1337978838.31 -2011/12/01,1533885014;1533885014;1533885014,1266618062.04;1352906980.75894;1439195899.48 -2012/01/01,1681435126;1681435126;1681435126,1376019972.6;1462308891.32247;1548597810.05 -2012/02/01,1663482355;1663482355;1663482355,1494268594.88;1580557513.60023;1666846432.32 -2012/03/01,1858551326;1858551326;1858551326,1622079312.24;1708368230.96854;1794657149.69 -2012/04/01,,1760225357.07;1846514275.79798;1932803194.52 -2012/05/01,,1909542488.65;1995831407.37327;2082120326.1 -2012/06/01,,2070934049.37;2157222968.09006;2243511886.81 diff --git a/datafiles/rc/rc_very_active_editors_count.csv b/datafiles/rc/rc_very_active_editors_count.csv deleted file mode 100644 index 12fc909..0000000 --- a/datafiles/rc/rc_very_active_editors_count.csv +++ /dev/null @@ -1,38 +0,0 @@ -Date, Total,Total after merge,Total after merge - normalized (1st 28 days),Total after merge - weighted (1 upload is 5 edits),Total after merge - weighted (1 upload is 5 edits) - normalized (1st 28 days),English,Commons,German,French,Russian,Spanish,Italian,Japanese,Polish,Chinese,Dutch,Portuguese,Ukrainian,Swedish,Hebrew,Hungarian,Finnish,Korean,Persian,Czech -2009/05/01,11328,12343,11467,13024,12175,4034,773,1028,785,551,514,440,403,316,233,241,205,71,156,114,134,115,94,61,93 -2009/06/01,11070,12093,11513,12761,12178,3858,737,1025,749,602,476,467,366,312,234,241,204,77,130,125,136,122,82,38,85 -2009/07/01,10965,12019,11146,12663,11811,3831,758,960,709,567,524,457,395,300,243,232,212,77,142,118,137,117,90,61,75 -2009/08/01,11285,12318,11401,13034,12157,3913,806,1008,734,586,514,457,390,346,243,236,212,82,154,110,149,115,107,54,84 -2009/09/01,10972,12012,11404,12719,12149,3817,790,993,723,577,488,499,387,306,205,235,202,76,146,104,124,96,91,59,76 -2009/10/01,11030,12061,11217,12735,11883,3798,848,1043,735,597,472,453,412,328,219,224,180,74,154,107,128,100,104,56,89 -2009/11/01,10702,11738,11145,12431,11860,3594,763,1041,719,603,445,460,383,342,189,223,184,86,160,102,126,99,108,51,80 -2009/12/01,10635,11613,10698,12247,11317,3597,749,1056,696,600,446,433,384,306,202,233,190,73,140,107,121,108,96,45,83 -2010/01/01,11637,12733,11832,13377,12510,3918,815,1158,780,693,493,489,434,325,223,229,232,89,164,111,141,110,111,51,96 -2010/02/01,10914,11970,11970,12617,12617,3680,795,1065,747,645,489,417,390,326,206,199,214,99,150,105,115,110,108,48,99 -2010/03/01,11425,12434,11555,13120,12246,3818,859,1099,786,701,491,443,447,292,223,224,223,115,138,105,133,116,102,56,96 -2010/04/01,11035,12058,11533,12753,12215,3724,838,1017,740,613,485,451,399,294,249,226,226,109,129,119,120,116,101,56,81 -2010/05/01,11342,12359,11540,13044,12220,3648,909,1086,765,704,510,521,391,305,241,238,200,105,155,133,127,126,110,56,98 -2010/06/01,10792,11797,11278,12460,11958,3495,922,1019,699,635,466,477,389,310,233,217,196,115,136,131,113,117,93,53,87 -2010/07/01,10638,11653,10789,12351,11498,3542,878,1007,690,593,483,440,376,295,256,217,214,101,103,121,125,110,100,61,81 -2010/08/01,11147,12193,11284,12973,12065,3713,949,1069,762,653,480,450,361,300,269,243,205,105,141,127,132,113,102,63,90 -2010/09/01,10750,11780,11253,12517,11987,3512,954,1025,744,654,492,488,356,295,217,232,214,108,129,124,119,108,88,73,88 -2010/10/01,10791,11813,10992,12517,11708,3567,892,1072,756,671,476,461,391,278,201,219,193,114,133,121,124,112,94,54,84 -2010/11/01,10475,11458,10976,12083,11617,3375,846,1050,740,678,473,442,360,300,206,212,195,108,134,114,117,109,82,54,80 -2010/12/01,10450,11410,10548,12055,11180,3376,797,1022,745,640,485,431,362,292,216,216,219,113,123,110,111,104,100,54,92 -2011/01/01,11450,12597,11752,13325,12492,3677,932,1173,784,746,513,505,346,314,236,260,252,140,156,120,117,112,104,52,96 -2011/02/01,10633,11752,11752,12464,12464,3356,884,1080,740,688,494,433,314,293,233,238,216,146,148,114,104,87,98,50,85 -2011/03/01,10925,12033,11313,12783,12046,3503,956,1072,752,731,472,435,323,286,215,242,192,142,155,112,121,95,84,74,76 -2011/04/01,10397,11573,11041,12321,11790,3392,950,999,720,649,463,417,326,273,201,222,197,138,136,129,114,100,77,72,87 -2011/05/01,10526,11634,10754,12384,11550,3396,934,1024,723,702,468,449,305,278,223,245,184,134,125,133,127,98,76,73,76 -2011/06/01,10565,11757,11158,12527,11937,3317,993,1020,744,667,498,443,284,279,204,240,188,126,130,138,116,97,82,84,91 -2011/07/01,10850,12041,11223,12825,12017,3401,1042,1071,766,678,536,448,300,289,259,253,227,128,122,129,119,103,96,85,97 -2011/08/01,10906,12175,11250,12987,12086,3446,1112,999,798,697,544,448,312,293,248,254,211,143,143,141,114,91,113,85,101 -2011/09/01,10465,11882,11365,12887,12369,3265,1424,1006,740,650,510,498,341,275,229,215,201,136,135,125,108,90,105,69,82 -2011/10/01,10593,11886,11029,12709,11876,3342,1176,1044,752,645,489,420,329,279,233,234,203,130,120,134,117,97,96,65,70 -2011/11/01,10461,11631,11097,12497,11964,3274,1086,1010,753,685,503,446,321,274,220,231,174,125,138,119,117,85,82,65,84 -2011/12/01,10734,11885,11006,12720,11857,3404,1055,1037,758,628,530,471,327,291,229,239,204,126,115,129,105,93,104,77,94 -2012/01/01,11426,12602,11738,13476,12621,3471,1173,1149,823,729,535,501,348,315,243,269,237,152,150,124,116,96,103,84,107 -2012/02/01,10647,11896,11618,12793,12510,3243,1111,1069,777,696,478,466,331,295,253,246,203,133,131,119,113,98,94,74,97 -2012/03/01,10859,12152,11350,13032,12225,3332,1192,1080,767,727,500,468,371,265,247,226,201,157,139,130,124,94,90,77,86 -2012/04/01,10643,11930,11338,12738,12152,3352,1141,1039,751,679,497,483,344,249,259,234,187,139,128,119,114,102,77,77,85 -2012/05/01,10839,12011,11238,12941,12166,3384,1149,1011,829,686,501,483,351,264,254,247,200,141,127,119,104,96,91,89,88 diff --git a/datafiles/rc_active_editors_count.csv b/datafiles/rc_active_editors_count.csv new file mode 100644 index 0000000..21da9c4 --- /dev/null +++ b/datafiles/rc_active_editors_count.csv @@ -0,0 +1,38 @@ +Date, Total,Total after merge,Total after merge - normalized (1st 28 days),Total after merge - weighted (1 upload is 5 edits),Total after merge - weighted (1 upload is 5 edits) - normalized (1st 28 days),English,Commons,German,French,Russian,Spanish,Japanese,Italian,Chinese,Portuguese,Polish,Dutch,Swedish,Korean,Persian,Ukrainian,Arabic,Czech,Hebrew,Hungarian +2009/05/01,90408,86555,81123,87930,82486,40519,5721,7158,4926,3773,4139,4435,2775,1841,1727,1855,1495,1037,694,388,339,502,605,633,795 +2009/06/01,89074,85354,81370,86740,82729,39500,5662,7260,4866,3900,4090,4347,2929,1863,1643,1901,1514,956,733,303,399,491,583,681,771 +2009/07/01,88477,84643,79054,86098,80455,39148,5731,7230,4726,3717,4340,4227,2866,2006,1797,1953,1438,942,690,388,358,515,568,691,777 +2009/08/01,88673,84503,79010,86020,80502,38896,6048,7234,4719,3870,4168,4259,2813,1967,1826,1952,1493,960,771,419,362,559,545,708,783 +2009/09/01,85715,81766,78074,83281,79556,37497,5795,6936,4546,3763,4112,4165,3019,1642,1731,1848,1436,991,686,408,378,614,541,578,694 +2009/10/01,87920,84023,78680,85551,80182,38764,5906,7131,4750,3987,4149,4201,2750,1721,1695,1765,1414,1071,764,368,403,519,530,669,713 +2009/11/01,87546,83681,79852,85177,81334,38209,5524,7305,4860,4114,3984,4015,2810,1594,1570,1845,1459,1067,742,383,445,490,572,600,727 +2009/12/01,85757,82020,76500,83380,77808,36923,5378,7158,4783,4003,3923,4030,2785,1678,1649,1772,1493,971,738,374,384,568,575,604,751 +2010/01/01,91916,87594,81850,89078,83300,38947,5722,8008,5224,4488,4233,4259,3069,1855,1826,1931,1583,1078,769,403,478,483,680,630,805 +2010/02/01,86901,82637,82637,84069,84069,37429,5301,7312,4853,4297,3855,4018,2856,1729,1724,1774,1489,982,735,397,481,470,650,597,732 +2010/03/01,91178,86984,81174,88569,82733,39354,5875,7571,5082,4628,4007,4483,2825,1716,1737,1735,1489,1039,770,443,608,524,687,643,720 +2010/04/01,87739,83943,80263,85430,81742,38120,5738,7234,4734,4197,3962,4165,2842,1845,1771,1828,1426,971,707,466,569,509,610,664,700 +2010/05/01,89742,85623,80237,87174,81717,38435,5763,7469,4965,4350,4262,4283,3097,1761,1773,1739,1559,989,750,477,557,520,630,679,697 +2010/06/01,84288,80163,76535,81591,77958,35488,5621,7051,4637,4282,3830,3916,2972,1798,1620,1669,1438,899,798,429,517,458,590,699,672 +2010/07/01,82372,78296,73258,79742,74682,35108,5743,7075,4511,3914,3904,3874,2744,1755,1693,1632,1379,839,698,419,493,509,565,738,632 +2010/08/01,83871,79527,74228,81015,75710,35704,6196,7270,4732,3996,3888,3977,2830,1765,1631,1625,1495,876,684,505,478,504,570,700,662 +2010/09/01,80673,76862,73462,78330,74933,34171,6006,6940,4539,3743,3844,3938,2864,1531,1574,1557,1340,827,596,557,502,544,554,710,603 +2010/10/01,82380,78351,73617,79841,75071,34770,5720,7010,4708,4120,3850,4113,2751,1565,1549,1541,1376,860,653,483,541,497,549,661,633 +2010/11/01,81699,77896,74329,79476,75869,34125,5568,6723,4774,4196,3838,3817,2674,1563,1573,1525,1402,883,684,457,543,474,562,645,588 +2010/12/01,80828,76980,71980,78501,73453,33508,5393,6568,4616,4099,3824,4030,2694,1625,1689,1581,1324,808,717,491,589,479,574,658,615 +2011/01/01,90214,86038,80177,87825,81910,36963,6130,8192,5117,4756,4159,4112,3207,1726,1875,1750,1593,1007,780,509,672,462,747,687,675 +2011/02/01,85509,81660,81660,83350,83350,35977,5848,7345,4748,4478,3873,3904,2905,1695,1640,1693,1436,952,703,461,652,457,663,673,624 +2011/03/01,88063,84319,78695,86005,80375,37912,6113,7401,5082,4547,3986,3676,2824,1632,1593,1585,1470,932,645,525,695,463,725,665,632 +2011/04/01,83732,80528,77020,82170,78645,36587,6054,6783,4685,4280,3764,3610,2698,1655,1544,1537,1432,864,630,485,637,396,653,687,604 +2011/05/01,84879,81530,75900,83344,77642,36267,6118,6888,4786,4296,3921,3802,2886,1624,1541,1540,1534,844,758,482,645,445,644,698,651 +2011/06/01,83364,79759,76244,81649,78113,35104,6340,6842,4764,4208,4029,3499,2918,1647,1608,1545,1563,765,693,537,612,509,596,726,603 +2011/07/01,83261,79630,74740,81465,76535,34896,6578,7053,4840,4080,4171,3697,2894,1893,1652,1602,1454,752,702,594,610,534,631,756,625 +2011/08/01,84257,80354,74805,82392,76789,35050,6943,6953,5017,4168,4117,3999,2860,1876,1588,1560,1496,798,745,603,614,502,619,833,610 +2011/09/01,81654,80367,76533,83193,79263,34151,9331,6635,4742,4003,4100,3915,2877,1684,1551,1422,1370,824,690,561,621,633,585,689,573 +2011/10/01,82571,79393,74250,81437,76214,34412,7079,6709,4824,4065,4013,3871,2662,1675,1494,1491,1389,842,813,516,673,656,591,695,576 +2011/11/01,81966,79173,75352,81253,77372,33813,6952,6601,4884,4119,4188,3632,2651,1664,1414,1420,1380,806,702,567,688,597,595,608,596 +2011/12/01,81904,78548,73593,80454,75468,33556,6912,6498,4758,4070,4199,3650,2811,1683,1594,1522,1402,838,735,639,697,557,641,689,550 +2012/01/01,87206,83262,77367,85400,79431,34462,7400,7389,5201,4597,4407,4002,3189,1911,1668,1655,1510,925,759,756,745,646,747,691,623 +2012/02/01,84037,80283,78404,82387,80491,33537,7064,6914,5062,4382,4203,3837,3094,1927,1562,1550,1394,843,685,628,751,595,650,704,641 +2012/03/01,84155,80614,75547,82805,77635,34045,7284,6846,5032,4528,4010,4165,2834,1878,1527,1494,1393,823,695,645,821,621,641,763,595 +2012/04/01,82518,79415,75909,81683,78135,33452,7121,6567,4977,4269,4001,3950,2871,1899,1558,1464,1402,781,676,694,739,636,690,715,625 +2012/05/01,85200,81583,76045,84042,78413,33967,7349,6548,5267,4442,4365,3941,3067,1982,1593,1559,1415,825,776,763,729,722,717,709,643 diff --git a/datafiles/rc_active_editors_target.csv b/datafiles/rc_active_editors_target.csv new file mode 100644 index 0000000..6a1527e --- /dev/null +++ b/datafiles/rc_active_editors_target.csv @@ -0,0 +1,41 @@ +Date,Total,Target,Projected +2009/03/01,,, +2009/04/01,,, +2009/05/01,90408;90408;90408,, +2009/06/01,89074;89074;89074,, +2009/07/01,88477;88477;88477,, +2009/08/01,88673;88673;88673,, +2009/09/01,85715;85715;85715,, +2009/10/01,87920;87920;87920,, +2009/11/01,87546;87546;87546,, +2009/12/01,85757;85757;85757,, +2010/01/01,91916;91916;91916,, +2010/02/01,86901;86901;86901,, +2010/03/01,91178;91178;91178,, +2010/04/01,87739;87739;87739,, +2010/05/01,89742;89742;89742,, +2010/06/01,84288;84288;84288,, +2010/07/01,82372;82372;82372,, +2010/08/01,83871;83871;83871,, +2010/09/01,80673;80673;80673,, +2010/10/01,82380;82380;82380,, +2010/11/01,81699;81699;81699,, +2010/12/01,80828;80828;80828,, +2011/01/01,90214;90214;90214,,88459;88459;88459 +2011/02/01,85509;85509;85509,,83788;83788;83788 +2011/03/01,88063;88063;88063,73825.58;75755;77684.42,86439;86439;86439 +2011/04/01,83732;83732;83732,77579.58;79509;81438.42,84691;84691;84691 +2011/05/01,84879;84879;84879,78923.58;80853;82782.42,84864;84864;84864 +2011/06/01,83364;83364;83364,77690.58;79620;81549.42,82350;82350;82350 +2011/07/01,83261;83261;83261,77843.58;79773;81702.42,81302;81302;81302 +2011/08/01,84257;84257;84257,78209.58;80139;82068.42,80482;80482;80482 +2011/09/01,81654;81654;81654,78241.58;80171;82100.42,79338;79338;79338 +2011/10/01,82571;82571;82571,80434.58;82364;84293.42,80317;80317;80317 +2011/11/01,81966;81966;81966,80435.58;82365;84294.42,79145;79145;79145 +2011/12/01,81904;81904;81904,80231.58;82161;84090.42,77795;77795;77795 +2012/01/01,87206;87206;87206,88422.58;90352;92281.42,81829;81829;81829 +2012/02/01,84037;84037;84037,89086.58;91016;92945.42,81227;81227;81227 +2012/03/01,84155;84155;84155,92606.58;94536;96465.42,83135;83135;83135 +2012/04/01,82518;82518;82518,92937.58;94867;96796.42,82208;82208;82208 +2012/05/01,85200;85200;85200,94541.58;96471;98400.42,82376;82376;82376 +2012/06/01,,93070.58;95000;96929.42,79935;79935;79935 diff --git a/datafiles/rc_article_count.csv b/datafiles/rc_article_count.csv new file mode 100644 index 0000000..148b87d --- /dev/null +++ b/datafiles/rc_article_count.csv @@ -0,0 +1,38 @@ +Date, Total,English,German,French,Dutch,Italian,Polish,Spanish +2009/05/01,13201931,2841434,952798,805186,538870,575306,601385,471441 +2009/06/01,13413922,2876797,964355,816188,543875,585183,609450,481822 +2009/07/01,13657312,2922446,976539,827436,549241,595885,617378,491755 +2009/08/01,13909475,2968175,988607,838991,554935,604448,624948,501691 +2009/09/01,14133770,3000010,1000595,849578,560318,613690,632907,510306 +2009/10/01,14372781,3034477,1013349,862247,566455,624137,640979,518967 +2009/11/01,14594125,3066312,1024936,875302,572359,635317,649431,529786 +2009/12/01,14832655,3101312,1040644,888384,577939,648379,658694,540492 +2010/01/01,15090365,3138517,1055808,901849,583701,658333,667087,551768 +2010/02/01,15310104,3169915,1068527,913754,588651,666805,675037,562822 +2010/03/01,15562802,3202610,1082719,926375,593986,677714,682949,575308 +2010/04/01,15828587,3242201,1096248,937675,598961,687734,692972,586865 +2010/05/01,16126923,3276214,1109592,949134,603714,698098,700685,597290 +2010/06/01,16380355,3307207,1121165,959840,607327,707235,707984,609709 +2010/07/01,16632105,3338970,1134225,971667,613391,716396,715324,622308 +2010/08/01,16927513,3375560,1147962,984028,635444,726401,722429,635299 +2010/09/01,17157342,3408728,1160678,1002870,641774,736882,728938,648645 +2010/10/01,17401312,3439751,1173548,1020193,648040,747374,740525,660977 +2010/11/01,17744455,3474262,1185736,1033910,655298,756296,751013,672805 +2010/12/01,18021195,3505050,1199265,1046024,662483,766017,760903,688611 +2011/01/01,18306027,3537127,1213143,1058676,668448,775689,769643,709202 +2011/02/01,18540044,3564650,1225154,1069811,673729,784795,778040,725257 +2011/03/01,18783451,3593701,1237689,1081133,678783,793819,790092,742424 +2011/04/01,19062710,3621298,1252528,1094130,683460,803256,797260,752301 +2011/05/01,19316269,3648188,1265554,1106351,688966,813163,805243,762085 +2011/06/01,19604275,3674662,1279426,1117685,711803,822305,811980,781489 +2011/07/01,19935636,3702598,1292266,1130095,740960,831894,819458,808609 +2011/08/01,20170893,3734119,1305012,1142028,746307,844135,826702,822618 +2011/09/01,20382542,3766814,1316651,1154105,753629,853736,834458,830682 +2011/10/01,20753007,3797959,1327679,1165062,849547,862928,841367,839278 +2011/11/01,21021492,3826042,1338295,1176880,870670,872928,848517,846707 +2011/12/01,21478497,3852468,1351529,1190533,1009357,883546,862837,855857 +2012/01/01,21744330,3881212,1365441,1206247,1017281,894319,875959,864261 +2012/02/01,21971474,3908521,1378376,1219096,1026628,904063,882097,871940 +2012/03/01,22258282,3935638,1392246,1230936,1034947,913543,887749,880094 +2012/04/01,22485209,3964856,1405327,1243859,1040007,922841,893293,887510 +2012/05/01,22765167,3998955,1417884,1255698,1045200,934447,898901,895583 diff --git a/datafiles/rc_binary_files.csv b/datafiles/rc_binary_files.csv new file mode 100644 index 0000000..ad69fc3 --- /dev/null +++ b/datafiles/rc_binary_files.csv @@ -0,0 +1,38 @@ +Date, Total,jpg,png,svg,ogg,gif,tif,pdf,djvu,ogv,mid +2009/05/01,4397054,3500968,446560,251751,99483,86312,316,6176,3801,343,1112 +2009/06/01,4550765,3615347,477680,256890,100606,87422,371,6323,4303,431,1133 +2009/07/01,4710516,3746529,496628,263572,101727,88711,469,6437,4541,490,1137 +2009/08/01,4873105,3881201,511615,270934,104751,90199,607,7056,4775,535,1142 +2009/09/01,5001553,3993362,519021,277200,105335,91548,708,7312,5007,593,1147 +2009/10/01,5268996,4243195,528537,282355,106118,92834,831,7663,5258,692,1177 +2009/11/01,5441645,4397492,537541,289031,106759,94043,916,7948,5493,878,1190 +2009/12/01,5580786,4514206,549572,295026,107869,95322,1026,8312,6880,998,1196 +2010/01/01,5934720,4843382,561888,302314,110323,97047,1157,8547,7254,1110,1215 +2010/02/01,6085148,4968130,578528,307998,111215,98439,1475,8844,7606,1179,1230 +2010/03/01,6253905,5094283,610171,315368,112472,99717,1743,9060,8013,1311,1233 +2010/04/01,6454300,5265159,630191,322118,113206,100634,1845,9475,8351,1523,1239 +2010/05/01,6648003,5432776,644990,329618,114216,101602,1930,9643,9650,1747,1250 +2010/06/01,6809476,5571028,657098,337377,115658,102635,2061,9810,10038,1914,1255 +2010/07/01,7001699,5730582,667440,344005,117229,103670,12710,10057,11803,2325,1262 +2010/08/01,7195904,5896079,678681,353853,121087,104788,14179,10204,12605,2508,1277 +2010/09/01,7391546,6066332,691298,362066,123016,106292,14447,10346,13015,2744,1307 +2010/10/01,7580281,6227874,702651,373267,125105,107708,14570,10646,13491,2918,1325 +2010/11/01,7737153,6355417,720964,380330,125995,108965,14787,10943,13873,3751,1342 +2010/12/01,7963031,6559551,732301,387473,127079,109925,14937,11282,14379,3922,1364 +2011/01/01,8187908,6760263,744867,395670,127910,111191,15110,11540,14887,4226,1376 +2011/02/01,9348834,7870892,755872,431252,129056,112491,15326,11956,15274,4386,1426 +2011/03/01,9865245,8358726,765112,446822,130036,113621,15541,12394,15982,4593,1455 +2011/04/01,10055508,8524864,777771,454003,131335,114853,15710,12854,16557,5043,1508 +2011/05/01,10235298,8682389,787221,462980,132253,115759,15919,13599,17206,5376,1530 +2011/06/01,10431204,8855952,799505,469007,132991,116681,16316,14618,17836,5644,1548 +2011/07/01,10625316,9024402,811880,475467,134778,117864,18904,15205,18257,5858,1561 +2011/08/01,10846038,9203712,825645,483269,136288,119075,34502,15884,18717,6196,1579 +2011/09/01,11251659,9545629,836906,491304,137808,120175,74305,17054,19070,6550,1609 +2011/10/01,11510880,9769595,851094,502128,138963,121328,80610,17897,19561,6775,1621 +2011/11/01,11731476,9961240,861120,510515,145109,122528,81693,19011,19937,7144,1794 +2011/12/01,11937276,10143123,874418,516953,146320,123830,81976,19611,20284,7494,1836 +2012/01/01,12163705,10337055,890079,525139,150222,126154,82497,20267,20822,7871,2109 +2012/02/01,12343342,10491293,901848,530842,153735,127343,82720,21201,21520,8437,2158 +2012/03/01,12583493,10699262,915528,541437,158056,128563,82963,21965,21977,8989,2285 +2012/04/01,12796433,10890200,926552,547455,159518,129711,83131,23194,22262,9534,2370 +2012/05/01,13053422,11084213,965205,565076,163257,130643,83331,24040,22479,10137,2443 diff --git a/datafiles/rc_comscore_properties.csv b/datafiles/rc_comscore_properties.csv new file mode 100644 index 0000000..e1eba47 --- /dev/null +++ b/datafiles/rc_comscore_properties.csv @@ -0,0 +1,54 @@ +date,Google,Total Internet,Wikimedia +2008/01/01,597234000,824435000,242554000 +2008/02/01,605576000,822990000,240754000 +2008/03/01,626118000,840590000,256061000 +2008/04/01,631148000,849580000,261414000 +2008/05/01,643809000,853119000,263120000 +2008/06/01,649096000,860514000,251502000 +2008/07/01,722454000,949583000,244326000 +2008/08/01,742390000,960198000,248539000 +2008/09/01,748539000,971945000,272109000 +2008/10/01,753081000,984396000,277208000 +2008/11/01,758588000,996304000,280969000 +2008/12/01,775980000,1007730000,272998000 +2009/01/01,771553000,1020582000,289811000 +2009/02/01,816983240,1078911086,300751440 +2009/03/01,830662907,1092598409,327147671 +2009/04/01,845622755,1108030946,320042850 +2009/05/01,840410223,1122330925,317254958 +2009/06/01,844245495,1135655524,302939583 +2009/07/01,853819724,1151380737,295484362 +2009/08/01,867617643,1165193688,307641428 +2009/09/01,879175953,1179318237,325998220 +2009/10/01,891948998,1190150960,344563338 +2009/11/01,889522000,1206051000,345805000 +2009/12/01,899426000,1222237000,347020000 +2010/01/01,919720000,1237448000,364719000 +2010/02/01,883498000,1203547000,345218000 +2010/03/01,907371000,1219389000,370744000 +2010/04/01,921153000,1231777000,374846000 +2010/05/01,931583000,1244104000,388932000 +2010/06/01,942199000,1253406000,379112000 +2010/07/01,952484000,1261762000,360225000 +2010/08/01,971045000,1285378000,373392000 +2010/09/01,976431000,1294784000,398178000 +2010/10/01,976693000,1304632000,408350000 +2010/11/01,970109000,1313926000,410816000 +2010/12/01,972486000,1323535000,395472000 +2011/01/01,985289000,1333403000,413957000 +2011/02/01,976374000,1339496000,379415000 +2011/03/01,996706000,1350539000,400011000 +2011/04/01,990970000,1362369000,380716000 +2011/05/01,1009699000,1373976000,411061000 +2011/06/01,1023643000,1383098000,399362000 +2011/07/01,1031584000,1394031000,393543000 +2011/08/01,1048918000,1411178000,422779000 +2011/09/01,1066695000,1420316000,454529000 +2011/10/01,1083316000,1431939000,476627000 +2011/11/01,1081821000,1438877000,474723000 +2011/12/01,1092912000,1444092000,457063000 +2012/01/01,1107467000,1450588000,482157000 +2012/02/01,1107171000,1448160000,475699000 +2012/03/01,1139459000,1471414000,489402000 +2012/04/01,1142257000,1477810000,473380000 +2012/05/01,1150223000,1484382000,492393000 diff --git a/datafiles/rc_comscore_region_reach.csv b/datafiles/rc_comscore_region_reach.csv new file mode 100644 index 0000000..854e076 --- /dev/null +++ b/datafiles/rc_comscore_region_reach.csv @@ -0,0 +1,54 @@ +date,World,China,Europe,India,Latin-America,Middle-East/Africa,North-America,Asia Pacific +2008/01/01,29.4,0.6,39.1,19.2,31.1,28.9,33.5,19.4 +2008/02/01,29.3,0.7,37.9,18.8,34.2,28.3,33.2,19.5 +2008/03/01,30.5,0.7,39.1,18.7,40.4,32.2,34.0,19.8 +2008/04/01,30.8,2.2,39.3,17.9,42.8,32.3,33.8,20.1 +2008/05/01,30.8,0.9,39.7,18.2,43.2,32.9,34.1,19.7 +2008/06/01,29.2,0.9,37.0,20.4,41.2,27.3,31.5,20.1 +2008/07/01,25.7,0.1,32.4,19.2,33.6,24.7,31.1,17.2 +2008/08/01,25.9,0.8,31.0,20.5,38.2,25.1,32.4,17.2 +2008/09/01,28.0,1.6,35.9,19.6,40.4,27.2,34.7,17.2 +2008/10/01,28.2,1.2,37.2,18.6,38.6,29.3,36.0,16.3 +2008/11/01,28.2,1.2,38.0,19.9,37.2,28.9,35.1,16.7 +2008/12/01,27.1,1.3,37.3,20.0,30.4,31.0,34.5,15.9 +2009/01/01,28.4,1.0,39.4,20.8,29.6,31.5,36.6,16.8 +2009/02/01,27.9,1.1,38.5,20.0,33.9,24.8,35.5,16.4 +2009/03/01,29.9,1.4,40.9,21.0,41.5,28.2,36.0,17.8 +2009/04/01,28.9,1.6,38.3,20.2,39.8,26.0,37.8,17.0 +2009/05/01,28.3,1.5,37.6,21.0,39.6,24.9,36.8,16.6 +2009/06/01,26.7,2.2,35.2,21.7,38.3,20.8,34.4,16.5 +2009/07/01,25.7,1.8,33.7,22.6,33.1,20.6,34.9,15.9 +2009/08/01,26.4,1.6,34.2,23.7,36.8,21.9,35.6,16.2 +2009/09/01,27.6,1.3,37.4,23.7,38.4,22.0,37.3,16.1 +2009/10/01,29.0,1.6,39.0,25.7,39.0,26.9,38.2,17.0 +2009/11/01,28.7,1.6,39.0,25.8,38.4,26.2,38.5,16.5 +2009/12/01,28.4,1.5,38.6,26.3,32.5,28.3,39.1,16.7 +2010/01/01,29.5,1.4,40.3,27.4,33.5,27.2,41.1,17.4 +2010/02/01,28.7,1.2,39.2,26.4,36.7,24.9,39.9,15.3 +2010/03/01,30.4,1.4,40.8,27.7,43.1,28.3,41.0,16.2 +2010/04/01,30.4,1.6,41.4,28.4,43.2,28.1,40.9,15.9 +2010/05/01,31.3,1.0,43.0,30.1,44.1,29.2,41.5,16.3 +2010/06/01,30.2,1.0,43.0,31.6,41.8,25.6,38.9,16.1 +2010/07/01,28.5,0.9,39.3,32.4,35.9,24.4,39.0,15.9 +2010/08/01,29.0,1.0,39.6,33.0,39.9,24.4,39.7,16.2 +2010/09/01,30.8,1.1,43.5,33.3,42.2,26.5,41.9,16.1 +2010/10/01,31.3,1.1,44.4,33.5,41.6,30.1,42.7,16.0 +2010/11/01,31.3,1.1,45.8,33.1,42.4,27.6,42.0,15.7 +2010/12/01,29.9,1.2,43.6,33.7,34.8,27.4,42.7,15.2 +2011/01/01,31.0,1.0,46.4,35.9,35.0,28.2,43.2,15.9 +2011/02/01,28.3,0.9,41.6,30.6,36.3,25.8,39.4,14.2 +2011/03/01,29.6,0.9,43.1,30.4,41.3,28,40.1,14.7 +2011/04/01,27.9,0.9,40.8,29.6,38.7,25.7,38,14 +2011/05/01,29.9,1.1,44,31.4,41.6,28.5,39.5,15.1 +2011/06/01,28.9,1.2,41.7,32.1,39.6,25.8,39.1,15.2 +2011/07/01,28.2,1.5,39.6,33.6,35.4,24.6,40.5,15.7 +2011/08/01,30,1.6,40.9,35.4,43,25.9,42.4,16.7 +2011/09/01,32,1.7,44.6,35.6,45.5,29,44.4,17.4 +2011/10/01,33.3,2.2,47,34.9,45.3,32.2,45.4,17.9 +2011/11/01,33,2.2,47.1,35.4,44.2,31.5,44.7,17.7 +2011/12/01,31.7,2.7,45.5,35.1,35,31.6,44.8,17.4 +2012/01/01,33.2,2.6,48.1,36.4,36.3,32.9,47.3,18.1 +2012/02/01,32.8,2.4,46.4,34.6,39.6,32.2,46.3,17.9 +2012/03/01,33.3,2.8,46.2,34.5,44.6,32.4,45.2,18.4 +2012/04/01,32,2,44.8,32.3,41.8,30.9,45.2,17.2 +2012/05/01,33.2,1.8,46.8,33.7,44.2,32.3,45.6,17.7 diff --git a/datafiles/rc_comscore_region_uv.csv b/datafiles/rc_comscore_region_uv.csv new file mode 100644 index 0000000..7466bf2 --- /dev/null +++ b/datafiles/rc_comscore_region_uv.csv @@ -0,0 +1,54 @@ +date,World,China,Europe,India,Latin-America,Middle-East/Africa,North-America,Asia Pacific +2008/01/01,242554000,581000,91036000,5138000,18341000,11549000,61664000,59964000 +2008/02/01,240754000,695000,87975000,5065000,20286000,11327000,61218000,59948000 +2008/03/01,256061000,669000,92283000,5200000,24542000,13337000,63518000,62380000 +2008/04/01,261414000,2288000,93642000,5079000,26347000,13634000,63827000,63963000 +2008/05/01,263120000,994000,95234000,5264000,27002000,14139000,63186000,63560000 +2008/06/01,251502000,958000,89427000,5979000,26099000,11941000,58272000,65764000 +2008/07/01,244326000,232000,86905000,5720000,23220000,11016000,57347000,65838000 +2008/08/01,248539000,1382000,83931000,6217000,26847000,11371000,59494000,66895000 +2008/09/01,272109000,2735000,98304000,6025000,28886000,12553000,64075000,68291000 +2008/10/01,277208000,2037000,102955000,5799000,27974000,13790000,66785000,65703000 +2008/11/01,280969000,2185000,106199000,6286000,27416000,13850000,65133000,68371000 +2008/12/01,272998000,2286000,105318000,6421000,22769000,15103000,63782000,66026000 +2009/01/01,289811000,1825000,112449000,6764000,22558000,15630000,67971000,71203000 +2009/02/01,300751000,2002000,117828000,6587000,27440000,18765000,65855000,70862000 +2009/03/01,327148000,2752000,126474000,7014000,34229000,21558000,66878000,78009000 +2009/04/01,320043000,3115000,119578000,6807000,33400000,20133000,70908000,76024000 +2009/05/01,317255000,2936000,118874000,7168000,33870000,19529000,69387000,75595000 +2009/06/01,302940000,4566000,112270000,7522000,33263000,16489000,64678000,76239000 +2009/07/01,295484000,3839000,108552000,7908000,29298000,16502000,66142000,74990000 +2009/08/01,307641000,3547000,111190000,8398000,33186000,17816000,68084000,77365000 +2009/09/01,325998000,2882000,123062000,8480000,35264000,18063000,71661000,77948000 +2009/10/01,344563000,3702000,128647000,9287000,36440000,22353000,73452000,83671000 +2009/11/01,345805000,3718000,129798000,9437000,36495000,22083000,75050000,82379000 +2009/12/01,347020000,3657000,129763000,9696000,31391000,24058000,77607000,84201000 +2010/01/01,364719000,3351000,136935000,10216000,32834000,23411000,82489000,89049000 +2010/02/01,345218000,2935000,133807000,9865000,36414000,21680000,80940000,72378000 +2010/03/01,370744000,3443000,140834000,10516000,43574000,24962000,83696000,77678000 +2010/04/01,374846000,4081000,144087000,10923000,44286000,25146000,83792000,77535000 +2010/05/01,388932000,2700000,150313000,11675000,45790000,26399000,85929000,80502000 +2010/06/01,379112000,2613000,151013000,12373000,43826000,23611000,80393000,80269000 +2010/07/01,360225000,2536000,138975000,12828000,38111000,22991000,79888000,80260000 +2010/08/01,373392000,2829000,140560000,13187000,42303000,26220000,81295000,83015000 +2010/09/01,398178000,3181000,155438000,13433000,45265000,28749000,85606000,83119000 +2010/10/01,408350000,3156000,159384000,13674000,45152000,33049000,87359000,83406000 +2010/11/01,410816000,3108000,165020000,13614000,46617000,30711000,85732000,82736000 +2010/12/01,395472000,3372000,157837000,14004000,38738000,30852000,87087000,80958000 +2011/01/01,413957000,3048000,168571000,15067000,39446000,32113000,88233000,85593000 +2011/02/01,379415000,2664000,150775000,12960000,41411000,29722000,80038000,77468000 +2011/03/01,400011000,2854000,156913000,13011000,47583000,32599000,81918000,80997000 +2011/04/01,380716000,2866000,149211000,12801000,45108000,30272000,78234000,77891000 +2011/05/01,411061000,3492000,161311000,13701000,49095000,33908000,82081000,84666000 +2011/06/01,399362000,3960000,153883000,14163000,47203000,30985000,80753000,86539000 +2011/07/01,393543000,4814000,146724000,14979000,42700000,29882000,83859000,90378000 +2011/08/01,422779000,5163000,152109000,15944000,52983000,31749000,88277000,97661000 +2011/09/01,454529000,5709000,166505000,16180000,56613000,35877000,93193000,102341000 +2011/10/01,476627000,7386000,176918000,16019000,57210000,40119000,96252000,106128000 +2011/11/01,474723000,7355000,178580000,16425000,56544000,39614000,94689000,105296000 +2011/12/01,457063000,8803000,173496000,16425000,45235000,40068000,94413000,103851000 +2012/01/01,482157000,8766000,184668000,17205000,47386000,42097000,99821000,108186000 +2012/02/01,475699000,7886000,179385000,18771000,51425000,41056000,98049000,105783000 +2012/03/01,489402000,9249000,180827000,19402000,58584000,42081000,97001000,110909000 +2012/04/01,473380000,6666000,176376000,18688000,55227000,40589000,96664000,104524000 +2012/05/01,492393000,5917000,185344000,20016000,58825000,42759000,97378000,108087000 diff --git a/datafiles/rc_edits_count.csv b/datafiles/rc_edits_count.csv new file mode 100644 index 0000000..a45cd94 --- /dev/null +++ b/datafiles/rc_edits_count.csv @@ -0,0 +1,38 @@ +Date, Total,English,French,German,Russian +2009/05/01,11749587,4281907,768515,692264,470267 +2009/06/01,10887871,3931217,674182,708318,474842 +2009/07/01,11222030,3801554,619285,696308,468924 +2009/08/01,11183728,3887885,678829,736534,477041 +2009/09/01,10890960,3976756,630869,689052,467905 +2009/10/01,11046087,3968319,668533,721383,519955 +2009/11/01,10642349,3903753,657218,724494,523707 +2009/12/01,11132056,4377048,658511,723321,504050 +2010/01/01,11736453,3941984,725648,852311,571246 +2010/02/01,11308765,3873899,681279,755447,551816 +2010/03/01,12052047,4114564,698548,832856,602853 +2010/04/01,12030427,4024255,690771,750814,570789 +2010/05/01,12187342,4069813,701021,774977,578340 +2010/06/01,11809397,3937825,658076,723355,571442 +2010/07/01,10633260,3641331,622686,706959,544347 +2010/08/01,12252317,3854261,654367,781981,567926 +2010/09/01,11822495,3946784,668982,743704,544375 +2010/10/01,11484200,4119330,664694,743705,568713 +2010/11/01,11102092,3893768,719786,739157,556252 +2010/12/01,11511273,3678244,750877,739268,598805 +2011/01/01,12727893,4057852,755243,880678,657090 +2011/02/01,10977711,3509574,666460,758604,614199 +2011/03/01,11768488,3572937,712097,792500,641929 +2011/04/01,11555946,3558320,688877,722553,564027 +2011/05/01,11462538,3500386,753429,723034,619999 +2011/06/01,11639570,3553765,739392,731395,575104 +2011/07/01,11839132,3607306,719713,737668,599800 +2011/08/01,11235050,3460263,730733,712833,586652 +2011/09/01,10900807,3451713,772075,703554,547524 +2011/10/01,11337279,3393173,743782,736160,555859 +2011/11/01,11119934,3325466,737506,723869,546737 +2011/12/01,11654536,3341929,788407,739284,553465 +2012/01/01,12391700,3660824,934383,802487,661033 +2012/02/01,11470716,3421390,878565,738298,639844 +2012/03/01,12041448,3522154,731983,745736,657956 +2012/04/01,11621627,3367755,717108,726078,599098 +2012/05/01,12701635,3634434,791933,740168,656714 diff --git a/datafiles/rc_new_article_count.csv b/datafiles/rc_new_article_count.csv new file mode 100644 index 0000000..2cdfd71 --- /dev/null +++ b/datafiles/rc_new_article_count.csv @@ -0,0 +1,38 @@ +Date, Total,English,Indonesian,Chinese,German +2009/05/01,7503,1226,83,120,444 +2009/06/01,7060,1179,81,118,385 +2009/07/01,7848,1473,75,139,393 +2009/08/01,8124,1475,66,227,389 +2009/09/01,7479,1061,135,128,400 +2009/10/01,7704,1112,88,256,411 +2009/11/01,7373,1061,80,112,386 +2009/12/01,7685,1129,63,121,507 +2010/01/01,8309,1200,52,125,489 +2010/02/01,7836,1121,388,129,454 +2010/03/01,8138,1055,569,149,458 +2010/04/01,8847,1320,293,184,451 +2010/05/01,9610,1097,239,148,430 +2010/06/01,8438,1033,750,115,386 +2010/07/01,8115,1025,543,118,421 +2010/08/01,9514,1180,90,159,443 +2010/09/01,7650,1106,95,140,424 +2010/10/01,7862,1001,107,137,415 +2010/11/01,11425,1150,89,128,406 +2010/12/01,8912,993,323,120,436 +2011/01/01,9174,1035,238,133,448 +2011/02/01,8347,983,173,127,429 +2011/03/01,7838,937,130,136,404 +2011/04/01,9306,920,132,109,495 +2011/05/01,8168,867,127,127,420 +2011/06/01,9592,882,96,164,462 +2011/07/01,10684,901,103,161,414 +2011/08/01,7584,1017,91,161,411 +2011/09/01,7054,1090,68,174,388 +2011/10/01,11944,1005,241,151,356 +2011/11/01,8945,936,179,162,354 +2011/12/01,14734,852,116,159,427 +2012/01/01,8566,927,93,189,449 +2012/02/01,7823,942,75,246,446 +2012/03/01,9235,875,120,888,447 +2012/04/01,7556,974,80,571,436 +2012/05/01,9022,1100,971,792,405 diff --git a/datafiles/rc_new_editors_count.csv b/datafiles/rc_new_editors_count.csv new file mode 100644 index 0000000..dc13f8c --- /dev/null +++ b/datafiles/rc_new_editors_count.csv @@ -0,0 +1,38 @@ +Date, Total,English,Commons,Spanish,French,Russian,German,Japanese,Italian,Chinese +2009/05/01,20095,9336,974,1042,1085,862,1149,868,544,343 +2009/06/01,19474,8934,920,1017,1002,980,1072,820,617,361 +2009/07/01,19616,9082,951,1076,967,890,1126,760,598,434 +2009/08/01,19229,8804,1063,1076,902,924,1158,805,564,395 +2009/09/01,17861,8275,950,934,842,836,1097,748,563,281 +2009/10/01,19115,8854,950,1064,1010,951,1131,753,478,327 +2009/11/01,18639,8498,925,979,948,970,1130,641,478,276 +2009/12/01,18062,8013,921,960,892,937,1077,718,525,303 +2010/01/01,20152,8692,949,1108,1043,1126,1322,811,584,377 +2010/02/01,18533,8393,836,930,906,1018,1133,706,568,339 +2010/03/01,19988,8956,921,918,1023,1112,1178,866,556,342 +2010/04/01,18715,8599,886,900,914,947,1134,728,512,385 +2010/05/01,19271,8568,874,1020,938,1026,1244,777,609,310 +2010/06/01,17279,7623,850,826,897,944,1027,639,557,337 +2010/07/01,16800,7625,939,897,885,810,1127,642,498,332 +2010/08/01,17135,7859,992,894,906,795,1062,722,564,288 +2010/09/01,15960,7189,925,877,820,736,992,711,526,238 +2010/10/01,16685,7490,854,858,908,825,976,729,486,237 +2010/11/01,16315,7232,800,847,837,887,942,652,462,257 +2010/12/01,16536,7229,787,857,815,809,947,790,491,250 +2011/01/01,19023,8078,962,977,950,1057,1356,780,670,285 +2011/02/01,17837,8084,892,842,859,884,1137,698,543,300 +2011/03/01,18873,8762,983,920,957,895,1178,667,544,260 +2011/04/01,17227,8384,943,842,877,853,942,609,525,269 +2011/05/01,17364,7912,958,861,912,829,961,673,543,276 +2011/06/01,17074,7739,984,880,838,771,945,614,564,267 +2011/07/01,16800,7643,1023,947,886,770,980,616,575,333 +2011/08/01,17115,7634,1148,924,955,776,975,743,515,348 +2011/09/01,15668,7061,2447,905,850,666,851,658,546,293 +2011/10/01,16345,7350,1211,893,844,690,889,689,450,296 +2011/11/01,16546,7158,1146,859,870,743,895,693,437,276 +2011/12/01,16104,6895,1127,941,798,754,835,592,500,277 +2012/01/01,17142,6853,1356,997,989,899,998,756,652,331 +2012/02/01,16207,6687,1205,887,936,785,964,725,626,371 +2012/03/01,16344,7110,1263,818,899,865,925,792,446,303 +2012/04/01,15569,6865,1121,808,855,782,732,698,507,307 +2012/05/01,15414,6328,1200,969,864,780,698,608,525,357 diff --git a/datafiles/rc_page_requests.csv b/datafiles/rc_page_requests.csv new file mode 100644 index 0000000..453689c --- /dev/null +++ b/datafiles/rc_page_requests.csv @@ -0,0 +1,48 @@ +Date, All projects,English,Spanish,Japanese,German,Russian,French +2008/07/01,9548996328,5135131814,445589582,973755192,755196668,113662290,311381016 +2008/08/01,9501001543,4974344046,529752195,969975425,778407514,121195082,312562951 +2008/09/01,10631664080,5479533823,640332042,998032211,817672904,157256924,407994179 +2008/10/01,10745804182,5509405206,659209518,974745059,829895189,173119199,426838989 +2008/11/01,10845469196,5415832055,618951709,925842966,1007854264,193302177,456433510 +2008/12/01,10471563564,5043588824,429593165,867622536,1434267602,225726994,398506291 +2009/01/01,11496646419,5615498275,525897906,1020040333,1270923077,244179932,489329700 +2009/02/01,11679535567,5943558064,664767977,1015724496,981701403,261464142,489587152 +2009/03/01,12024862000,6092089410,708812666,965824332,978324435,284750415,510839619 +2009/04/01,11352618456,5988817321,622529405,935725490,816911070,275645537,513244212 +2009/05/01,11825871871,6066080834,712546000,1054087578,875354334,285393526,517848086 +2009/06/01,11511697836,5818924182,689177935,1076231552,908943732,287430317,478907393 +2009/07/01,10765973183,5614497075,568949734,1071919060,818710227,249613491,402046348 +2009/08/01,10938212049,5604048759,670114201,1056863842,812759742,263291318,405401461 +2009/09/01,11878057812,5937922018,805384131,1036022366,888953956,305019697,468445343 +2009/10/01,12257819634,6041279704,793041104,1042122587,884514330,336490934,517691251 +2009/11/01,12008718875,5841504417,750257494,1018879252,903770333,350558815,517541264 +2009/12/01,10626616804,5258610830,500123563,947765303,759783399,342298682,456708198 +2010/01/01,11987314019,5883232992,608651538,1083201946,916028392,377526978,532464602 +2010/02/01,12516731479,6227014896,776934909,1060245098,890617318,414429038,527713863 +2010/03/01,12202523180,6446465754,740804448,979748084,809344045,358678986,493544465 +2010/04/01,15032439023,8213623221,953794373,1152028494,957331874,438267171,550218307 +2010/05/01,15224406861,8126959544,999782289,1276258833,986952926,467543830,573315069 +2010/06/01,14593247972,7841269693,939990212,1260772500,955135652,456898699,536451155 +2010/07/01,13895953915,7728611935,762596690,1275749319,901839447,386032551,482220859 +2010/08/01,13761406064,7435888138,872071201,1222127187,936931491,408043313,510089112 +2010/09/01,14528728262,7572220871,1018472015,1200138702,989808185,494069475,586890265 +2010/10/01,14532380230,7526863400,1020227911,1185314758,973748712,525512847,598622500 +2010/11/01,14938670017,7552720233,1029077915,1192956965,1062730731,569946243,657362614 +2010/12/01,13948551131,7197323670,748120629,1104993076,965473265,587252199,619085980 +2011/01/01,15494531200,7886321417,870565050,1230270379,1155753949,643666675,697123896 +2011/02/01,15602268966,7905363844,1017498578,1235772520,1010369643,663129902,657610990 +2011/03/01,15206260328,7532208472,1071499890,1195941376,1000548752,649943184,656422906 +2011/04/01,14675654011,7345492982,961460241,1185126548,902105087,646546023,624116684 +2011/05/01,15136658234,7313738255,1074132146,1255860535,1035675916,647533682,653114631 +2011/06/01,14722782747,7129490662,979439804,1227660371,1009279530,626252967,626267778 +2011/07/01,14140710162,6968286733,858854640,1247518154,959536382,568028951,593023383 +2011/08/01,15061062187,7263497053,1054094317,1321459774,966935930,586031773,654016689 +2011/09/01,15837395045,7483008091,1195023458,1314236262,988041057,667136987,682681634 +2011/10/01,17102055307,7881085908,1234884164,1322496602,1028580510,740428763,745267659 +2011/11/01,17422228297,8314617939,1214871541,1321316510,1079434677,789448080,760596481 +2011/12/01,16365307778,7950128284,899244274,1253215909,1038191276,810251079,723308805 +2012/01/01,18054256464,8576588259,1035012747,1438625504,1192489116,872056989,790998265 +2012/02/01,18127912871,8782733975,1211719057,1431170650,1144831051,903756130,780606431 +2012/03/01,17273498605,8168174170,1187560765,1333339996,1067371844,858648904,769176782 +2012/04/01,17336954399,8387710959,1105258369,1292741905,1048780015,864363791,773087509 +2012/05/01,18020959870,8620167603,1254907230,1410908220,1072648074,899248097,806491651 diff --git a/datafiles/rc_page_requests_mobile.csv b/datafiles/rc_page_requests_mobile.csv new file mode 100644 index 0000000..38202ec --- /dev/null +++ b/datafiles/rc_page_requests_mobile.csv @@ -0,0 +1,25 @@ +Date, All projects,English Mobile,Japanese Mobile,Spanish Mobile,German Mobile,French Mobile,Russian Mobile,Italian Mobile +2010/06/01,208280310,147977836,17809786,4122690,9369170,8195299,7097283,3601673 +2010/07/01,372132091,278327012,28394287,8950452,13668968,12875048,8148804,4880655 +2010/08/01,400944073,292649435,33072856,10564184,15319698,15812894,8615441,6215748 +2010/09/01,425385736,308748612,33404730,11807268,17164171,16291336,10535929,6215555 +2010/10/01,432613085,314486485,31851931,11501680,17408353,16066117,12408818,5892838 +2010/11/01,491794260,349765196,39647998,12813399,20769311,19150519,14981251,7228372 +2010/12/01,555653967,395806618,46486873,13279423,23444459,21042051,17847127,8102866 +2011/01/01,680527579,473666865,66024071,18224248,31057975,26031268,19734794,11105273 +2011/02/01,692464914,474485604,71955380,20710352,29621900,26531476,19955837,12048628 +2011/03/01,622902258,412602980,71516492,20540505,28302165,24355948,19228891,10731203 +2011/04/01,728233197,485265239,85519986,24255944,30645173,26588526,21478879,11291385 +2011/05/01,762990098,498279380,95856745,27317424,32195180,27715065,21891242,12324058 +2011/06/01,801552556,527599350,96806760,27744011,35067206,28634979,22097952,13099252 +2011/07/01,857407355,571859457,108449709,29321690,34129202,28213198,19454859,13441276 +2011/08/01,916946743,590078181,112019176,40792718,36010958,32550585,23320682,17595039 +2011/09/01,887103215,556519235,114917611,42295306,35136885,27847084,26131473,16013630 +2011/10/01,1111140204,687274491,143102045,51284025,48769995,36238792,37921767,19378412 +2011/11/01,1325724262,806976298,172878247,60289133,62186820,45299992,44936278,25354308 +2011/12/01,1533885014,944881712,189591286,61279596,74903496,53304120,52460396,33028388 +2012/01/01,1681435126,1019997286,225008795,73497001,85592570,58556530,52199562,36746917 +2012/02/01,1663482355,992947277,224398907,79554420,81796107,59454754,54868457,37217358 +2012/03/01,1858551326,1047002920,245139577,90028886,92092638,70076099,64442825,43142093 +2012/04/01,2089385579,1118962375,259903963,99968261,105570639,89275527,75724578,51571512 +2012/05/01,1972654819,1086800537,281568702,97427724,96406761,78633925,65515456,49022472 diff --git a/datafiles/rc_page_requests_mobile_target.csv b/datafiles/rc_page_requests_mobile_target.csv new file mode 100644 index 0000000..b951cb4 --- /dev/null +++ b/datafiles/rc_page_requests_mobile_target.csv @@ -0,0 +1,26 @@ +Date,Total,Target +2010/06/01,208280310;208280310;208280310, +2010/07/01,372132091;372132091;372132091,285711081.276;372000000;458288918.724 +2010/08/01,400944073;400944073;400944073,314711081.276;401000000;487288918.724 +2010/09/01,425385736;425385736;425385736,338711081.276;425000000;511288918.724 +2010/10/01,432613085;432613085;432613085,346711081.276;433000000;519288918.724 +2010/11/01,491794260;491794260;491794260,405711081.276;492000000;578288918.724 +2010/12/01,555653967;555653967;555653967,469711081.276;556000000;642288918.724 +2011/01/01,680527579;680527579;680527579,583711081.276;670000000;756288918.724 +2011/02/01,692464914;692464914;692464914,603711081.276;690000000;776288918.724 +2011/03/01,622902258;622902258;622902258,533711081.276;620000000;706288918.724 +2011/04/01,728233197;728233197;728233197,639711081.276;726000000;812288918.724 +2011/05/01,762990098;762990098;762990098,698711081.276;785000000;871288918.724 +2011/06/01,801552556;801552556;801552556,762189576.852;848478495.575645;934767414.299 +2011/07/01,857407355;857407355;857407355,830801218.161;917090136.884472;1003379055.61 +2011/08/01,916946743;916946743;916946743,904961093.571;991250012.294266;1077538931.02 +2011/09/01,887103215;887103215;887103215,985117857.29;1071406776.01373;1157695694.74 +2011/10/01,1111140204;1111140204;1111140204,1071756443.65;1158045362.37157;1244334281.1 +2011/11/01,1325724262;1325724262;1325724262,1165401000.86;1251689919.58393;1337978838.31 +2011/12/01,1533885014;1533885014;1533885014,1266618062.04;1352906980.75894;1439195899.48 +2012/01/01,1681435126;1681435126;1681435126,1376019972.6;1462308891.32247;1548597810.05 +2012/02/01,1663482355;1663482355;1663482355,1494268594.88;1580557513.60023;1666846432.32 +2012/03/01,1858551326;1858551326;1858551326,1622079312.24;1708368230.96854;1794657149.69 +2012/04/01,,1760225357.07;1846514275.79798;1932803194.52 +2012/05/01,,1909542488.65;1995831407.37327;2082120326.1 +2012/06/01,,2070934049.37;2157222968.09006;2243511886.81 diff --git a/datafiles/rc_very_active_editors_count.csv b/datafiles/rc_very_active_editors_count.csv new file mode 100644 index 0000000..12fc909 --- /dev/null +++ b/datafiles/rc_very_active_editors_count.csv @@ -0,0 +1,38 @@ +Date, Total,Total after merge,Total after merge - normalized (1st 28 days),Total after merge - weighted (1 upload is 5 edits),Total after merge - weighted (1 upload is 5 edits) - normalized (1st 28 days),English,Commons,German,French,Russian,Spanish,Italian,Japanese,Polish,Chinese,Dutch,Portuguese,Ukrainian,Swedish,Hebrew,Hungarian,Finnish,Korean,Persian,Czech +2009/05/01,11328,12343,11467,13024,12175,4034,773,1028,785,551,514,440,403,316,233,241,205,71,156,114,134,115,94,61,93 +2009/06/01,11070,12093,11513,12761,12178,3858,737,1025,749,602,476,467,366,312,234,241,204,77,130,125,136,122,82,38,85 +2009/07/01,10965,12019,11146,12663,11811,3831,758,960,709,567,524,457,395,300,243,232,212,77,142,118,137,117,90,61,75 +2009/08/01,11285,12318,11401,13034,12157,3913,806,1008,734,586,514,457,390,346,243,236,212,82,154,110,149,115,107,54,84 +2009/09/01,10972,12012,11404,12719,12149,3817,790,993,723,577,488,499,387,306,205,235,202,76,146,104,124,96,91,59,76 +2009/10/01,11030,12061,11217,12735,11883,3798,848,1043,735,597,472,453,412,328,219,224,180,74,154,107,128,100,104,56,89 +2009/11/01,10702,11738,11145,12431,11860,3594,763,1041,719,603,445,460,383,342,189,223,184,86,160,102,126,99,108,51,80 +2009/12/01,10635,11613,10698,12247,11317,3597,749,1056,696,600,446,433,384,306,202,233,190,73,140,107,121,108,96,45,83 +2010/01/01,11637,12733,11832,13377,12510,3918,815,1158,780,693,493,489,434,325,223,229,232,89,164,111,141,110,111,51,96 +2010/02/01,10914,11970,11970,12617,12617,3680,795,1065,747,645,489,417,390,326,206,199,214,99,150,105,115,110,108,48,99 +2010/03/01,11425,12434,11555,13120,12246,3818,859,1099,786,701,491,443,447,292,223,224,223,115,138,105,133,116,102,56,96 +2010/04/01,11035,12058,11533,12753,12215,3724,838,1017,740,613,485,451,399,294,249,226,226,109,129,119,120,116,101,56,81 +2010/05/01,11342,12359,11540,13044,12220,3648,909,1086,765,704,510,521,391,305,241,238,200,105,155,133,127,126,110,56,98 +2010/06/01,10792,11797,11278,12460,11958,3495,922,1019,699,635,466,477,389,310,233,217,196,115,136,131,113,117,93,53,87 +2010/07/01,10638,11653,10789,12351,11498,3542,878,1007,690,593,483,440,376,295,256,217,214,101,103,121,125,110,100,61,81 +2010/08/01,11147,12193,11284,12973,12065,3713,949,1069,762,653,480,450,361,300,269,243,205,105,141,127,132,113,102,63,90 +2010/09/01,10750,11780,11253,12517,11987,3512,954,1025,744,654,492,488,356,295,217,232,214,108,129,124,119,108,88,73,88 +2010/10/01,10791,11813,10992,12517,11708,3567,892,1072,756,671,476,461,391,278,201,219,193,114,133,121,124,112,94,54,84 +2010/11/01,10475,11458,10976,12083,11617,3375,846,1050,740,678,473,442,360,300,206,212,195,108,134,114,117,109,82,54,80 +2010/12/01,10450,11410,10548,12055,11180,3376,797,1022,745,640,485,431,362,292,216,216,219,113,123,110,111,104,100,54,92 +2011/01/01,11450,12597,11752,13325,12492,3677,932,1173,784,746,513,505,346,314,236,260,252,140,156,120,117,112,104,52,96 +2011/02/01,10633,11752,11752,12464,12464,3356,884,1080,740,688,494,433,314,293,233,238,216,146,148,114,104,87,98,50,85 +2011/03/01,10925,12033,11313,12783,12046,3503,956,1072,752,731,472,435,323,286,215,242,192,142,155,112,121,95,84,74,76 +2011/04/01,10397,11573,11041,12321,11790,3392,950,999,720,649,463,417,326,273,201,222,197,138,136,129,114,100,77,72,87 +2011/05/01,10526,11634,10754,12384,11550,3396,934,1024,723,702,468,449,305,278,223,245,184,134,125,133,127,98,76,73,76 +2011/06/01,10565,11757,11158,12527,11937,3317,993,1020,744,667,498,443,284,279,204,240,188,126,130,138,116,97,82,84,91 +2011/07/01,10850,12041,11223,12825,12017,3401,1042,1071,766,678,536,448,300,289,259,253,227,128,122,129,119,103,96,85,97 +2011/08/01,10906,12175,11250,12987,12086,3446,1112,999,798,697,544,448,312,293,248,254,211,143,143,141,114,91,113,85,101 +2011/09/01,10465,11882,11365,12887,12369,3265,1424,1006,740,650,510,498,341,275,229,215,201,136,135,125,108,90,105,69,82 +2011/10/01,10593,11886,11029,12709,11876,3342,1176,1044,752,645,489,420,329,279,233,234,203,130,120,134,117,97,96,65,70 +2011/11/01,10461,11631,11097,12497,11964,3274,1086,1010,753,685,503,446,321,274,220,231,174,125,138,119,117,85,82,65,84 +2011/12/01,10734,11885,11006,12720,11857,3404,1055,1037,758,628,530,471,327,291,229,239,204,126,115,129,105,93,104,77,94 +2012/01/01,11426,12602,11738,13476,12621,3471,1173,1149,823,729,535,501,348,315,243,269,237,152,150,124,116,96,103,84,107 +2012/02/01,10647,11896,11618,12793,12510,3243,1111,1069,777,696,478,466,331,295,253,246,203,133,131,119,113,98,94,74,97 +2012/03/01,10859,12152,11350,13032,12225,3332,1192,1080,767,727,500,468,371,265,247,226,201,157,139,130,124,94,90,77,86 +2012/04/01,10643,11930,11338,12738,12152,3352,1141,1039,751,679,497,483,344,249,259,234,187,139,128,119,114,102,77,77,85 +2012/05/01,10839,12011,11238,12941,12166,3384,1149,1011,829,686,501,483,351,264,254,247,200,141,127,119,104,96,91,89,88 diff --git a/datasources/rc/rc_active_editors_count.yaml b/datasources/rc/rc_active_editors_count.yaml deleted file mode 100644 index 2beec18..0000000 --- a/datasources/rc/rc_active_editors_count.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: rc_active_editors_count -name: Active Wikimedia Editors for All Wikimedia Projects (5+ edits per month) -shortName : Active Editors (5+) -format: csv -url: /data/datafiles/rc/rc_active_editors_count.csv - -timespan: - end: 2012/02/01 - start: 2009/02/01 - step: 1mo - -columns: - labels: - - Month - - Total - - English - - Commons - - German - - French - - Russian - - Spanish - - Japanese - - Italian - - Chinese - types: - - date - - int - - int - - int - - int - - int - - int - - int - - int - - int - - int -chart: - chartType: dygraphs diff --git a/datasources/rc/rc_active_editors_target.yaml b/datasources/rc/rc_active_editors_target.yaml deleted file mode 100644 index 3382dee..0000000 --- a/datasources/rc/rc_active_editors_target.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: rc_active_editors_target -name: Target for Active Editors (5+) -shortName : Target Active editors (5+) -format: csv -notes: Are notes being displayed? -url: /data/datafiles/rc/rc_active_editors_target.csv - -timespan: - end: 2012/06/01 - start: 2009/02/01 - step: 2592000 - -columns: - labels: - - Month - - Total - - Projected - - Target - types: - - date - - int - - int - - int -chart: - chartType: dygraphs - \ No newline at end of file diff --git a/datasources/rc/rc_article_count.yaml b/datasources/rc/rc_article_count.yaml deleted file mode 100644 index 61b6988..0000000 --- a/datasources/rc/rc_article_count.yaml +++ /dev/null @@ -1,35 +0,0 @@ -id: rc_article_count -name: Wikipedia Articles -shortName : Articles -format: csv -url: /data/datafiles/rc/rc_article_count.csv - -timespan: - end: 2012/01/01 - start: 2009/01/01 - step: 1mo - -columns: - labels: - - Month - - Total - - English - - German - - French - - Dutch - - Italian - - Polish - - Spanish - types: - - date - - int - - int - - int - - int - - int - - int - - int - - int -chart: - chartType: dygraphs - \ No newline at end of file diff --git a/datasources/rc/rc_binary_files.yaml b/datasources/rc/rc_binary_files.yaml deleted file mode 100644 index f2239c6..0000000 --- a/datasources/rc/rc_binary_files.yaml +++ /dev/null @@ -1,40 +0,0 @@ -id: rc_binary_files -name: Commons Binaries per Month -shortName : Binaries -format: csv -url: /data/datafiles/rc/rc_binary_files.csv - -timespan: - end: 2012/02/01 - start: 2009/02/01 - step: 1mo - -columns: - labels: - - Month - - Total - - jpg - - png - - svg - - ogg - - gif - - tif - - pdf - - djvu - - ogv - - mid - types: - - date - - int - - int - - int - - int - - int - - int - - int - - int - - int - - int - - int -chart: - chartType: dygraphs diff --git a/datasources/rc/rc_comscore_properties.yaml b/datasources/rc/rc_comscore_properties.yaml deleted file mode 100644 index 63f743c..0000000 --- a/datasources/rc/rc_comscore_properties.yaml +++ /dev/null @@ -1,24 +0,0 @@ -id: rc_comscore_properties -name: Web Properties - Unique Visitors -shortName : Web Properties -format: csv -url: /data/datafiles/rc/rc_comscore_properties.csv - -timespan: - end: 2012/02/01 - start: 2008/01/01 - step: 1mo - -columns: - labels: - - Month - - Google - - Total Internet - - Wikimedia - types: - - date - - int - - int - - int -chart: - chartType: dygraphs diff --git a/datasources/rc/rc_comscore_region_reach.yaml b/datasources/rc/rc_comscore_region_reach.yaml deleted file mode 100644 index d15d66c..0000000 --- a/datasources/rc/rc_comscore_region_reach.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: rc_comscore_region_reach -name: Reach Percentage for All Wikimedia Projects -shortName : Reach Percentage -format: csv -url: /data/datafiles/rc/rc_comscore_region_reach.csv - -timespan: - end: 2012/02/01 - start: 2008/01/01 - step: 1mo - -columns: - labels: - - Month - - Asia Pacific - - China - - Europe - - India - - Latin-America - - Middle-East/Africa - - North-America - - World - types: - - date - - int - - int - - int - - int - - int - - int - - int - - int -chart: - chartType: dygraphs diff --git a/datasources/rc/rc_comscore_region_uv.yaml b/datasources/rc/rc_comscore_region_uv.yaml deleted file mode 100644 index 87e0375..0000000 --- a/datasources/rc/rc_comscore_region_uv.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: rc_comscore_region_uv -name: Unique Visitors for All Wikimedia Projects -shortName : Unique Visitors -format: csv -url: /data/datafiles/rc/rc_comscore_region_uv.csv - -timespan: - end: 2012/02/01 - start: 2008/01/01 - step: 1mo - -columns: - labels: - - Month - - World - - Asia Pacific - - China - - Europe - - India - - Latin America - - Middle East/Africa - - North America - types: - - date - - int - - int - - int - - int - - int - - int - - int - - int -chart: - chartType: dygraphs diff --git a/datasources/rc/rc_edits_count.yaml b/datasources/rc/rc_edits_count.yaml deleted file mode 100644 index 90b0e8e..0000000 --- a/datasources/rc/rc_edits_count.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: rc_edits_count -name: Wikipedia Edits Per Month -shortName : Edits -format: csv -url: /data/datafiles/rc/rc_edits_count.csv - -timespan: - end: 2012/02/01 - start: 2009/02/01 - step: 1mo - -columns: - labels: - - Month - - Total - - English - - French - - German - - Russian - types: - - date - - int - - int - - int - - int - - int -chart: - chartType: dygraphs diff --git a/datasources/rc/rc_new_article_count.yaml b/datasources/rc/rc_new_article_count.yaml deleted file mode 100644 index 05b185b..0000000 --- a/datasources/rc/rc_new_article_count.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: rc_new_article_count -name: New Wikipedia Articles Per Day -shortName : New Articles -format: csv -url: /data/datafiles/rc/rc_new_article_count.csv - -timespan: - end: 2012/01/01 - start: 2009/01/01 - step: 1mo - -columns: - labels: - - Month - - Total - - English - - French - - German - - Polish - types: - - date - - int - - int - - int - - int - - int -chart: - chartType: dygraphs diff --git a/datasources/rc/rc_new_editors_count.yaml b/datasources/rc/rc_new_editors_count.yaml deleted file mode 100644 index 6afc774..0000000 --- a/datasources/rc/rc_new_editors_count.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: rc_new_editors_count -name: New Editors Per Month for All Wikimedia Projects -shortName : New Editors -format: csv -url: /data/datafiles/rc/rc_new_editors_count.csv - -timespan: - end: 2012/02/01 - start: 2009/02/01 - step: 1mo - -columns: - labels: - - Month - - Total - - English - - Commons - - Spanish - - French - - German - - Russian - - Japanese - - Italian - - Chinese - types: - - date - - int - - int - - int - - int - - int - - int - - int - - int - - int - - int -chart: - chartType: dygraphs diff --git a/datasources/rc/rc_page_requests.yaml b/datasources/rc/rc_page_requests.yaml deleted file mode 100644 index 04cbc36..0000000 --- a/datasources/rc/rc_page_requests.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: rc_page_requests -name: Page Requests for All Wikimedia Projects (including Mobile) -shortName : Page Requests -format: csv -url: /data/datafiles/rc/rc_page_requests.csv - -timespan: - end: 2012/02/01 - start: 2008/07/01 - step: 1mo - -columns: - labels: - - Month - - All Wikipedias (+Mobile) - - English - - Japanese - - Spanish - - German - - Russian - - French - types: - - date - - int - - int - - int - - int - - int - - int - - int -chart: - chartType: dygraphs diff --git a/datasources/rc/rc_page_requests_mobile.yaml b/datasources/rc/rc_page_requests_mobile.yaml deleted file mode 100644 index 6ab58aa..0000000 --- a/datasources/rc/rc_page_requests_mobile.yaml +++ /dev/null @@ -1,36 +0,0 @@ -id: rc_page_requests_mobile -name: Mobile Page Request -shortName : Mobile -format: csv -notes: -url: /data/datafiles/rc/rc_page_requests_mobile.csv - -timespan: - end: 2012/02/01 - start: 2010/06/01 - step: 2592000 - -columns: - labels: - - Month - - Total - - English Mobile - - Japanese Mobile - - German Mobile - - Spanish Mobile - - French Mobile - - Russian Mobile - - Italian Mobile - types: - - date - - int - - int - - int - - int - - int - - int - - int - - int -chart: - chartType: dygraphs - \ No newline at end of file diff --git a/datasources/rc/rc_page_requests_mobile_target.yaml b/datasources/rc/rc_page_requests_mobile_target.yaml deleted file mode 100644 index cfb964c..0000000 --- a/datasources/rc/rc_page_requests_mobile_target.yaml +++ /dev/null @@ -1,24 +0,0 @@ -id: rc_page_requests_mobile_target -name: Target for Mobile Page Requests -shortName : Target Mobile -format: csv -notes: Are notes being displayed? -url: /data/datafiles/rc/rc_page_requests_mobile_target.csv - -timespan: - end: 2012/06/01 - start: 2010/06/01 - step: 2592000 - -columns: - labels: - - Month - - Total - - Target - types: - - date - - int - - int -chart: - chartType: dygraphs - \ No newline at end of file diff --git a/datasources/rc/rc_very_active_editors_count.yaml b/datasources/rc/rc_very_active_editors_count.yaml deleted file mode 100644 index ad57ae9..0000000 --- a/datasources/rc/rc_very_active_editors_count.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: rc_very_active_editors_count -name: Very Active Editors for All Wikimedia Projects (100+ edits per month) -shortName : Very Active Editors (100+) -format: csv -url: /data/datafiles/rc/rc_very_active_editors_count.csv - -timespan: - end: 2012/02/01 - start: 2009/02/01 - step: 1mo - -columns: - labels: - - Month - - Total - - English - - Commons - - German - - French - - Russian - - Spanish - - Italian - - Japanese - - Polish - types: - - date - - int - - int - - int - - int - - int - - int - - int - - int - - int - - int -chart: - chartType: dygraphs diff --git a/datasources/rc_active_editors_count.yaml b/datasources/rc_active_editors_count.yaml new file mode 100644 index 0000000..2beec18 --- /dev/null +++ b/datasources/rc_active_editors_count.yaml @@ -0,0 +1,38 @@ +id: rc_active_editors_count +name: Active Wikimedia Editors for All Wikimedia Projects (5+ edits per month) +shortName : Active Editors (5+) +format: csv +url: /data/datafiles/rc/rc_active_editors_count.csv + +timespan: + end: 2012/02/01 + start: 2009/02/01 + step: 1mo + +columns: + labels: + - Month + - Total + - English + - Commons + - German + - French + - Russian + - Spanish + - Japanese + - Italian + - Chinese + types: + - date + - int + - int + - int + - int + - int + - int + - int + - int + - int + - int +chart: + chartType: dygraphs diff --git a/datasources/rc_active_editors_target.yaml b/datasources/rc_active_editors_target.yaml new file mode 100644 index 0000000..3382dee --- /dev/null +++ b/datasources/rc_active_editors_target.yaml @@ -0,0 +1,26 @@ +id: rc_active_editors_target +name: Target for Active Editors (5+) +shortName : Target Active editors (5+) +format: csv +notes: Are notes being displayed? +url: /data/datafiles/rc/rc_active_editors_target.csv + +timespan: + end: 2012/06/01 + start: 2009/02/01 + step: 2592000 + +columns: + labels: + - Month + - Total + - Projected + - Target + types: + - date + - int + - int + - int +chart: + chartType: dygraphs + \ No newline at end of file diff --git a/datasources/rc_article_count.yaml b/datasources/rc_article_count.yaml new file mode 100644 index 0000000..61b6988 --- /dev/null +++ b/datasources/rc_article_count.yaml @@ -0,0 +1,35 @@ +id: rc_article_count +name: Wikipedia Articles +shortName : Articles +format: csv +url: /data/datafiles/rc/rc_article_count.csv + +timespan: + end: 2012/01/01 + start: 2009/01/01 + step: 1mo + +columns: + labels: + - Month + - Total + - English + - German + - French + - Dutch + - Italian + - Polish + - Spanish + types: + - date + - int + - int + - int + - int + - int + - int + - int + - int +chart: + chartType: dygraphs + \ No newline at end of file diff --git a/datasources/rc_binary_files.yaml b/datasources/rc_binary_files.yaml new file mode 100644 index 0000000..f2239c6 --- /dev/null +++ b/datasources/rc_binary_files.yaml @@ -0,0 +1,40 @@ +id: rc_binary_files +name: Commons Binaries per Month +shortName : Binaries +format: csv +url: /data/datafiles/rc/rc_binary_files.csv + +timespan: + end: 2012/02/01 + start: 2009/02/01 + step: 1mo + +columns: + labels: + - Month + - Total + - jpg + - png + - svg + - ogg + - gif + - tif + - pdf + - djvu + - ogv + - mid + types: + - date + - int + - int + - int + - int + - int + - int + - int + - int + - int + - int + - int +chart: + chartType: dygraphs diff --git a/datasources/rc_comscore_properties.yaml b/datasources/rc_comscore_properties.yaml new file mode 100644 index 0000000..63f743c --- /dev/null +++ b/datasources/rc_comscore_properties.yaml @@ -0,0 +1,24 @@ +id: rc_comscore_properties +name: Web Properties - Unique Visitors +shortName : Web Properties +format: csv +url: /data/datafiles/rc/rc_comscore_properties.csv + +timespan: + end: 2012/02/01 + start: 2008/01/01 + step: 1mo + +columns: + labels: + - Month + - Google + - Total Internet + - Wikimedia + types: + - date + - int + - int + - int +chart: + chartType: dygraphs diff --git a/datasources/rc_comscore_region_reach.yaml b/datasources/rc_comscore_region_reach.yaml new file mode 100644 index 0000000..d15d66c --- /dev/null +++ b/datasources/rc_comscore_region_reach.yaml @@ -0,0 +1,34 @@ +id: rc_comscore_region_reach +name: Reach Percentage for All Wikimedia Projects +shortName : Reach Percentage +format: csv +url: /data/datafiles/rc/rc_comscore_region_reach.csv + +timespan: + end: 2012/02/01 + start: 2008/01/01 + step: 1mo + +columns: + labels: + - Month + - Asia Pacific + - China + - Europe + - India + - Latin-America + - Middle-East/Africa + - North-America + - World + types: + - date + - int + - int + - int + - int + - int + - int + - int + - int +chart: + chartType: dygraphs diff --git a/datasources/rc_comscore_region_uv.yaml b/datasources/rc_comscore_region_uv.yaml new file mode 100644 index 0000000..87e0375 --- /dev/null +++ b/datasources/rc_comscore_region_uv.yaml @@ -0,0 +1,34 @@ +id: rc_comscore_region_uv +name: Unique Visitors for All Wikimedia Projects +shortName : Unique Visitors +format: csv +url: /data/datafiles/rc/rc_comscore_region_uv.csv + +timespan: + end: 2012/02/01 + start: 2008/01/01 + step: 1mo + +columns: + labels: + - Month + - World + - Asia Pacific + - China + - Europe + - India + - Latin America + - Middle East/Africa + - North America + types: + - date + - int + - int + - int + - int + - int + - int + - int + - int +chart: + chartType: dygraphs diff --git a/datasources/rc_edits_count.yaml b/datasources/rc_edits_count.yaml new file mode 100644 index 0000000..90b0e8e --- /dev/null +++ b/datasources/rc_edits_count.yaml @@ -0,0 +1,28 @@ +id: rc_edits_count +name: Wikipedia Edits Per Month +shortName : Edits +format: csv +url: /data/datafiles/rc/rc_edits_count.csv + +timespan: + end: 2012/02/01 + start: 2009/02/01 + step: 1mo + +columns: + labels: + - Month + - Total + - English + - French + - German + - Russian + types: + - date + - int + - int + - int + - int + - int +chart: + chartType: dygraphs diff --git a/datasources/rc_new_article_count.yaml b/datasources/rc_new_article_count.yaml new file mode 100644 index 0000000..05b185b --- /dev/null +++ b/datasources/rc_new_article_count.yaml @@ -0,0 +1,28 @@ +id: rc_new_article_count +name: New Wikipedia Articles Per Day +shortName : New Articles +format: csv +url: /data/datafiles/rc/rc_new_article_count.csv + +timespan: + end: 2012/01/01 + start: 2009/01/01 + step: 1mo + +columns: + labels: + - Month + - Total + - English + - French + - German + - Polish + types: + - date + - int + - int + - int + - int + - int +chart: + chartType: dygraphs diff --git a/datasources/rc_new_editors_count.yaml b/datasources/rc_new_editors_count.yaml new file mode 100644 index 0000000..6afc774 --- /dev/null +++ b/datasources/rc_new_editors_count.yaml @@ -0,0 +1,38 @@ +id: rc_new_editors_count +name: New Editors Per Month for All Wikimedia Projects +shortName : New Editors +format: csv +url: /data/datafiles/rc/rc_new_editors_count.csv + +timespan: + end: 2012/02/01 + start: 2009/02/01 + step: 1mo + +columns: + labels: + - Month + - Total + - English + - Commons + - Spanish + - French + - German + - Russian + - Japanese + - Italian + - Chinese + types: + - date + - int + - int + - int + - int + - int + - int + - int + - int + - int + - int +chart: + chartType: dygraphs diff --git a/datasources/rc_page_requests.yaml b/datasources/rc_page_requests.yaml new file mode 100644 index 0000000..04cbc36 --- /dev/null +++ b/datasources/rc_page_requests.yaml @@ -0,0 +1,32 @@ +id: rc_page_requests +name: Page Requests for All Wikimedia Projects (including Mobile) +shortName : Page Requests +format: csv +url: /data/datafiles/rc/rc_page_requests.csv + +timespan: + end: 2012/02/01 + start: 2008/07/01 + step: 1mo + +columns: + labels: + - Month + - All Wikipedias (+Mobile) + - English + - Japanese + - Spanish + - German + - Russian + - French + types: + - date + - int + - int + - int + - int + - int + - int + - int +chart: + chartType: dygraphs diff --git a/datasources/rc_page_requests_mobile.yaml b/datasources/rc_page_requests_mobile.yaml new file mode 100644 index 0000000..6ab58aa --- /dev/null +++ b/datasources/rc_page_requests_mobile.yaml @@ -0,0 +1,36 @@ +id: rc_page_requests_mobile +name: Mobile Page Request +shortName : Mobile +format: csv +notes: +url: /data/datafiles/rc/rc_page_requests_mobile.csv + +timespan: + end: 2012/02/01 + start: 2010/06/01 + step: 2592000 + +columns: + labels: + - Month + - Total + - English Mobile + - Japanese Mobile + - German Mobile + - Spanish Mobile + - French Mobile + - Russian Mobile + - Italian Mobile + types: + - date + - int + - int + - int + - int + - int + - int + - int + - int +chart: + chartType: dygraphs + \ No newline at end of file diff --git a/datasources/rc_page_requests_mobile_target.yaml b/datasources/rc_page_requests_mobile_target.yaml new file mode 100644 index 0000000..cfb964c --- /dev/null +++ b/datasources/rc_page_requests_mobile_target.yaml @@ -0,0 +1,24 @@ +id: rc_page_requests_mobile_target +name: Target for Mobile Page Requests +shortName : Target Mobile +format: csv +notes: Are notes being displayed? +url: /data/datafiles/rc/rc_page_requests_mobile_target.csv + +timespan: + end: 2012/06/01 + start: 2010/06/01 + step: 2592000 + +columns: + labels: + - Month + - Total + - Target + types: + - date + - int + - int +chart: + chartType: dygraphs + \ No newline at end of file diff --git a/datasources/rc_very_active_editors_count.yaml b/datasources/rc_very_active_editors_count.yaml new file mode 100644 index 0000000..ad57ae9 --- /dev/null +++ b/datasources/rc_very_active_editors_count.yaml @@ -0,0 +1,38 @@ +id: rc_very_active_editors_count +name: Very Active Editors for All Wikimedia Projects (100+ edits per month) +shortName : Very Active Editors (100+) +format: csv +url: /data/datafiles/rc/rc_very_active_editors_count.csv + +timespan: + end: 2012/02/01 + start: 2009/02/01 + step: 1mo + +columns: + labels: + - Month + - Total + - English + - Commons + - German + - French + - Russian + - Spanish + - Italian + - Japanese + - Polish + types: + - date + - int + - int + - int + - int + - int + - int + - int + - int + - int + - int +chart: + chartType: dygraphs -- 1.7.0.4