python how to timedelta days into int days code example Example: days to int import numpy as np (td / np.timedelta64(1, 'D')).astype(int)