pandas.DatetimeIndex.strftime¶
-
DatetimeIndex.
strftime
(date_format)[source]¶ 返回由date_format指定的格式化字符串数组,该数组支持与python标准库相同的字符串格式。字符串格式的详细信息可以在python string format doc中找到
版本0.17.0中的新功能。
参数: date_format:str
日期格式字符串(例如“%Y-%m-%d”)
返回: ndarray的格式化字符串