如何从 Polars 日期时间对象(这是一个 Polars 表达式)获取 python 时间戳?
import polars as pl pl_timestamp = pl.datetime(year=2020, month=6, day=5).dt.with_time_zone("UTC") py_timestamp = ...
python datetime python-polars
datetime ×1
python ×1
python-polars ×1