Hello thanks for answering I have tried this but it still does not return the days between the two dates. Could you help me find the error?
for record in datetime:
record ['x_ftest'] = record.x_farribo - record.x_eta
and this is the error that returns:
ValueError: <class 'TypeError'>: "'WrappedModule' object is not iterable" while evaluating
"for record in datetime: \ n record ['x_ftest'] = record.x_farribo - record.x_eta"