scicloj / tablecloth.time

Tools for the processing and manipulation of time-series data in Clojure.
Other
18 stars 1 forks source link

Figure out how to formally tell dtype-next about missing datetime datatypes #19

Open ezmiller opened 3 years ago

ezmiller commented 3 years ago

Dtype-next doesn't by default cover/load all datetime datatypes. Some, like java.time.YearMonth, are not loaded. We cannot also manipulate them in tablecloth.time.

We can tell dtype-next about these types using tech.v3.datatype.casting/add-object-datatype! but we need to decide where we'll do this in tablecloth.time.