-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
Compatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functionsDatetimeDatetime data dtypeDatetime data dtype
Milestone
Description
Instantiate LocaleTime and use the property .f_weekday to generate weekday and month names.
Currently datename strings are pulled from a hard coded (English) array in get_date_name_field() in tslib.py, better to pull these from a Locale adjusted array.
Code Sample:
pd.Timestamp("2016-04-06").weekday_name
Expected Output
e.g. for the a platform with Dutch locale:
'woensdag'
Metadata
Metadata
Assignees
Labels
Compatpandas objects compatability with Numpy or Python functionspandas objects compatability with Numpy or Python functionsDatetimeDatetime data dtypeDatetime data dtype