Converting CreateDate from long int format to actual date format in Python
SOLVE
Thanks for replying.
This works with one datetime like object, however if I use like pd.to_datetime(df['notes_last_updated'], unit='s') it converts to a proper datetime object for a dataframe (assuming the bigint is seconds).
But thanks for the reply, really helped with the idea if how to approch with this one.
Converting CreateDate from long int format to actual date format in Python
SOLVE
Thanks for replying.
This works with one datetime like object, however if I use like pd.to_datetime(df['notes_last_updated'], unit='s') it converts to a proper datetime object for a dataframe (assuming the bigint is seconds).
But thanks for the reply, really helped with the idea if how to approch with this one.