pandas.Series.dt.month_name

Return the month names of the DateTimeIndex with specified locale.

New in version 0.23.0.

param locale
str, optional

Locale determining the language in which to return the month name. Default is English locale.

return

Index Index of month names.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler