pandas.Timestamp.month_name

Timestamp.month_name(self, locale=None) → 'unicode'

Return the month name of the Timestamp with specified locale.

Parameters
localestring, default None (English locale)

Locale determining the language in which to return the month name.

Returns
month_namestring

New in version 0.23.0: ..