Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Series.dt.day_name

Series.dt.day_name(*args, **kwargs)[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
Scroll To Top