Table Of Contents

Search

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

pandas.Timestamp.day_name

Timestamp.day_name

Return the day name of the Timestamp with specified locale.

Parameters:

locale : string, default None (English locale)

locale determining the language in which to return the day name

Returns:
day_name : string
.. versionadded:: 0.23.0
Scroll To Top