On this page
pandas.Timestamp.day_name
Timestamp.day_name(self, locale=None)
-
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
New in version 0.23.0: ..
-
© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.25.0/reference/api/pandas.Timestamp.day_name.html