From: declerambaul Date: Thu, 5 Apr 2012 11:11:04 +0000 (+0200) Subject: Changed total active editors 5+ by wildly code monkeying around X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=ce180933ca9e5865d36c1fcc14d1a1b2094905bf;p=reportcard-data.git Changed total active editors 5+ by wildly code monkeying around --- diff --git a/datasources/rc/rc_active_editors_count_v1.csv b/datasources/rc/rc_active_editors_count_v1.csv new file mode 100644 index 0000000..1c4c242 --- /dev/null +++ b/datasources/rc/rc_active_editors_count_v1.csv @@ -0,0 +1,38 @@ +Date, Total,English,Commons,German,French,Russian,Spanish,Japanese,Italian,Chinese +2009/02/01,86075,40888,5043,7734,4598,3295,3952,4124,2823,1747 +2009/03/01, 90821,43271,5496,8007,4740,3802,4046,4458,2917,1819 +2009/04/01, 86401,40837,5643,7173,4693,3658,4023,4216,2830,1819 +2009/05/01, 89124,41662,5738,7219,4991,3839,4203,4505,2806,1873 +2009/06/01, 87784,40599,5678,7290,4927,3968,4138,4413,2965,1897 +2009/07/01, 87160,40184,5749,7257,4775,3776,4398,4292,2894,2038 +2009/08/01, 87121,39881,6068,7273,4771,3930,4223,4310,2833,1999 +2009/09/01, 84270,38461,5817,6973,4602,3819,4166,4216,3046,1666 +2009/10/01, 86333,39702,5921,7171,4821,4062,4201,4266,2772,1758 +2009/11/01, 85911,39154,5545,7318,4913,4184,4038,4050,2833,1625 +2009/12/01, 84077,37848,5402,7161,4842,4067,3963,4077,2820,1699 +2010/01/01, 90283,39888,5749,8051,5283,4553,4279,4321,3103,1893 +2010/02/01, 85092,38312,5331,7338,4912,4368,3904,4059,2882,1759 +2010/03/01, 89458,40238,5894,7607,5134,4698,4070,4544,2846,1753 +2010/04/01, 86040,38944,5779,7278,4792,4265,4011,4217,2865,1873 +2010/05/01, 87954,39238,5780,7481,5025,4411,4312,4326,3121,1792 +2010/06/01, 82529,36209,5648,7094,4703,4339,3868,3961,2996,1835 +2010/07/01, 80662,35804,5768,7118,4554,3968,3935,3920,2772,1782 +2010/08/01, 82102,36375,6222,7292,4783,4044,3918,4026,2847,1803 +2010/09/01, 78819,34825,6037,6954,4597,3788,3886,3977,2891,1567 +2010/10/01, 80398,35403,5762,7049,4752,4160,3898,4156,2767,1585 +2010/11/01, 79381,34707,5615,6747,4816,4239,3882,3857,2698,1585 +2010/12/01, 78856,34065,5429,6583,4665,4148,3857,4080,2716,1659 +2011/01/01, 88233,37564,6176,8217,5177,4811,4204,4173,3224,1746 +2011/02/01, 83462,36598,5889,7365,4783,4528,3919,3957,2930,1713 +2011/03/01, 86009,38521,6139,7420,5139,4592,4013,3720,2847,1657 +2011/04/01, 81869,37220,6093,6791,4736,4341,3800,3649,2723,1696 +2011/05/01, 82985,36868,6152,6892,4841,4355,3952,3843,2911,1644 +2011/06/01, 81416,35673,6391,6858,4807,4250,4073,3539,2935,1674 +2011/07/01, 81558,35432,6634,7080,4888,4122,4209,3725,2912,1915 +2011/08/01, 82313,35578,6990,6970,5060,4213,4152,4037,2878,1903 +2011/09/01, 79682,34733,9396,6653,4791,4041,4132,3958,2900,1716 +2011/10/01, 80273,34955,7137,6713,4863,4138,4067,3904,2676,1701 +2011/11/01, 79607,34353,7039,6626,4931,4178,4224,3662,2669,1689 +2011/12/01, 79663,34024,7028,6512,4797,4122,4242,3675,2835,1707 +2012/01/01, 85054,34916,7522,7421,5256,4662,4470,4045,3213,1931 +2012/02/01, 81792,33998,7244,6903,5128,4420,4353,3879,3118,1969 diff --git a/datasources/rc/rc_active_editors_count_v1.yaml b/datasources/rc/rc_active_editors_count_v1.yaml new file mode 100644 index 0000000..7b0d6dc --- /dev/null +++ b/datasources/rc/rc_active_editors_count_v1.yaml @@ -0,0 +1,37 @@ +id: rc_active_editors_count +name: XXX Active Wikimedia Editors for All Wikimedia Projects (5+ edits per month) +format: csv +url: /data/datasources/rc/rc_active_editors_count_v1.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