Mark non-contiguous date ranges
问题 Background (Input) The Global Historical Climatology Network has flagged invalid or erroneous data in its collection of weather measurements. After removing these elements, there are swaths of data that no longer have contiguously dated sections. The data resembles: "2007-12-01";14 -- Start of December "2007-12-29";8 "2007-12-30";11 "2007-12-31";7 "2008-01-01";8 -- Start of January "2008-01-02";12 "2008-01-29";0 "2008-01-31";7 "2008-02-01";4 -- Start of February ... entire month is complete .