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