Function polars_arrow::temporal_conversions::timestamp_us_to_datetime
source ยท pub fn timestamp_us_to_datetime(v: i64) -> NaiveDateTime
Expand description
converts a i64
representing a timestamp(us)
to NaiveDateTime