pandas.Series.dt.day_name

Return the day 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 day name. Default is English locale.

return

Index Index of day names.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler