热线电话:13121318867

登录
2021-02-26 阅读量: 450
python创建日期范围并显示基本功能


创建日期范围并显示基本功能


# Create date and time with dataframe
data = pd.date_range('1/1/2011', periods = 10, freq ='H')

x = datetime.now()
x.month, x.year


输出:

(9,2018)


52.1739
0
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子