Extract the Registration Month

Which month had the most registrations? First convert registered_date to datetime, then extract the month number into a new column called reg_month.
Python
Setting up Python environment...
Output