Open beckernick opened 4 months ago
Easy to do, but also will want https://github.com/pola-rs/polars/pull/17518
Just noting that the Polars PR linked above is merged.
OK, this one is a bit annoying.
libcudf uses std::chrono::round which does banker's rounding (i.e. round to even number when the value to round is in the middle of a frequency)
I think we'll need them to implement HALF_UP rounding for this to work well.
We should eventually support plans that include datetime round.