I have date strings like this:
\'January 11, 2010\'
and I need a function that returns the day of the week, like
\'mon\', o
I think the fastest way to do it like below:
df[Date_Column].dt.weekday_name