df['period']=(pd.to_datetime("today")- pd.to_datetime(df['created_at'])).dt.days
العودة إلي Pandas-operations