make datetime.date look different python code example
Example 1: datetime decreasing date python
from datetime import datetime, timedelta
d = datetime.today() - timedelta(days=days_to_subtract)
Example 2: python weekday
df['date_time'].dt.dayofweek #gives only the index(0-monday,6-sunday)
df['date_time'].dt.weekday_name #gives the day