Hey all, I've been exploring moving some of my analysis work over to Nim. Currently I use [Polars](https://docs.pola.rs/user-guide/transformations/time-series/parsing/) for my df with python bindings. It has a decent story around DateTime handling in ingestion, transformations, grouping, etc.
I took at look at what I assume is the most popular nim df lib, datamancer, and it doesn't look like it supports DateTime at all. How are people doing time series analysis in Nim? Has anyone made a DT extension for Datamancer?