turning numbers into dates
xcel, you might need to add the timestamp to a base date. How do I extract a date from a string of numbers in Python? Use Python's datetime module with string parsing methods like datetime.strptime(). For example, if the number is in 'YYYYMMDD'