gpt4 book ai didi

python - pd.DatetimeIndex.weekday 和 pd.DatetimeIndex.dayofweek 有什么区别

转载 作者:太空宇宙 更新时间:2023-11-03 14:57:25 29 4
gpt4 key购买 nike

在 pandas datetimeindex 中,dayofweekweekday似乎是一样的。他们只是彼此的别名吗?我发现了这些功能 here

最佳答案

根据pandas源码定义的DatetimeIndexweekday只是dayofweek的别名,所以没有区别。

class DatetimeIndex:
...
dayofweek = _field_accessor('dayofweek', 'dow',
"The day of the week with Monday=0, Sunday=6")
weekday = dayofweek

来源:https://github.com/pandas-dev/pandas/blob/50930a9879b580ab4f30d8b741229391e41afa76/pandas/tseries/index.py#L1547

关于python - pd.DatetimeIndex.weekday 和 pd.DatetimeIndex.dayofweek 有什么区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41412536/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com