小编use*_*698的帖子

从极地日期时间获取Python日期时间

如何从 Polars 日期时间对象(这是一个 Polars 表达式)获取 python 时间戳?

import polars as pl
pl_timestamp = pl.datetime(year=2020, month=6, day=5).dt.with_time_zone("UTC")
py_timestamp = ... 
Run Code Online (Sandbox Code Playgroud)

python datetime python-polars

0
推荐指数
1
解决办法
410
查看次数

标签 统计

datetime ×1

python ×1

python-polars ×1