Extract a month name from a date
Add a "birth_month" column with the full month name birth_date falls in (e.g. "June"). Use `.dt.strftime("%B")`.
Add a "birth_month" column with the full month name birth_date falls in (e.g. "June"). Use `.dt.strftime("%B")`.