摘要: 有以下代码: current_ts = datetime.datetime.now() current_date = current_ts.date() new_df = df[df.index >= current_date] df.index是一个datetime64[ns],当我运行代码时,我 阅读全文
posted @ 2021-03-12 10:19 江月映重山 阅读(4189) 评论(0) 推荐(1)