pandas.Timestamp.month_name — pandas 0.25.3 documentation (original) (raw)

Timestamp. month_name(self, locale=None)

Return the month name of the Timestamp with specified locale.

Parameters: locale : string, default None (English locale) locale determining the language in which to return the month name
Returns: month_name : string New in version 0.23.0: ..