def parse_veneer_date(self,txt): if hasattr(txt,'strftime'): return txt return pd.datetime.strptime(txt,'%m/%d/%Y %H:%M:%S')