I went ahead and used a date range generator: <a href="http://dpaste.com/107140/">http://dpaste.com/107140/</a> to iterate over the range.<div>I then compared the original list with the generated one and inserted the missing dates. </div>

<div><br></div><div>I was comparing the generated dates to dates in a list list of tuples:</div><div>[(date, count), (date, count) ..... (date, count)]</div><div><br></div><div>Here is the code: <a href="http://dpaste.com/107148/">http://dpaste.com/107148/</a></div>

<div><br></div><div>Worked perfectly. Thanks for pointing me in the correct direction.</div><div><br></div><div><br></div><div><br></div>