I am working with timedeltas and it seems this code
copy_for_U.Time.astype('timedelta64[m]',copy=False);
does not change the dataframe - as it should, if I understood correctly from the doc, where it says:
Signature: full_df.Time.astype(dtype, copy=True, raise_on_error=True, **kwargs) Docstring: Cast object to input numpy.dtype Return a copy when copy = True (be really careful with this!)