pandas.DatetimeIndex.month_name¶
-
DatetimeIndex.
month_name
(locale=None)[source]¶ Return the month names of the DateTimeIndex with specified locale.
Parameters: locale : string, default None (English locale)
locale determining the language in which to return the month name
Returns: month_names : Index
Index of month names
- .. versionadded:: 0.23.0