# use http://exp.issarice.com/calc.py to calculate the money due # both start_date and end_date are inclusive #start_date,end_date,answer_views,question_views[,missing_a,missing_q] # subtract March views 2015-03-29,2015-03-29,-3951,-139031 2015-03-30,2015-03-30,-3604,-119906 2015-03-31,2015-03-31,-4293,-98187 2015-03-29,2015-04-04,26700,751000 2015-04-05,2015-04-11,28300,679000 2015-04-12,2015-04-18,30700,759000 2015-04-19,2015-04-25,31300,674000 2015-04-26,2015-04-26,4708,96467 2015-04-27,2015-05-03,27000,654000 # subtract following row due to overlap 2015-05-03,2015-05-03,-4038,-110434 2015-05-03,2015-05-09,26500,670000 2015-05-10,2015-05-16,29000,732000 2015-05-17,2015-05-23,33300,815000 2015-05-24,2015-05-30,30300,807000 2015-05-31,2015-05-31,4390,121747 2015-06-01,2015-06-01,4101,109715 2015-06-02,2015-06-08,28400,835000 # subtract following two rows due to overlap 2015-06-07,2015-06-07,-4094,-145528 2015-06-08,2015-06-08,-4132,-137494 2015-06-07,2015-06-13,27600,801000 2015-06-14,2015-06-14,3975,88160 2015-06-15,2015-06-21,25900,571000 # 06-21 is an overlap 0,0,0,0,-1,-1 2015-06-21,2015-06-27,26100,613000 2015-06-28,2015-07-04,34200,683000 # 07-05 is missing 0,0,0,0,1,1 2015-07-06,2015-07-11,26400,692000 # days 07-12 and 07-13 are missing 0,0,0,0,2,2 # questions doesn't include 07-20 0,0,0,0,0,1 2015-07-14,2015-07-20,30900,720000 # 07-20 and 07-19 are an overlap for answers # questions not working on Quora's end 0,0,0,0,-2,5 2015-07-19,2015-07-25,33500,0 # questions not working on Quora's end 0,0,0,0,0,7 2015-07-26,2015-08-01,35900,0 # missing 08-03 and 08-04 for questions 0,0,0,0,0,2 2015-08-02,2015-08-08,39300,631000 2015-08-09,2015-08-15,39400,707000 2015-08-16,2015-08-22,40400,782000 2015-08-23,2015-08-29,35200,788000 2015-08-30,2015-09-05,34600,834000 2015-09-06,2015-09-12,38000,752000 2015-09-13,2015-09-19,40000,760000 2015-09-20,2015-09-26,43700,814000 # there is overlap here + one missing day (10-02), so works out 2015-09-26,2015-10-01,36800,706000 # missing 10-03 0,0,0,0,1,1 2015-10-04,2015-10-10,40900,831000 2015-10-11,2015-10-17,35400,885000 2015-10-18,2015-10-24,39200,1090000 2015-10-25,2015-10-31,42300,1140000 2015-11-01,2015-11-07,57200,1090000 2015-11-08,2015-11-14,51200,1330000 2015-11-13,2015-12-12,221000,4680000 # the following two rows are covered in the previous row #2015-11-15,2015-11-21,53100,1610000 #2015-12-06,2015-12-12,53400,759000 2015-12-13,2015-12-19,44100,939000 2015-12-20,2015-12-22,18000,300000 2015-12-23,2015-12-29,38700,1110000 2015-12-30,2015-12-30,6189,401219 2015-12-31,2015-12-31,5787,263645