Datetime
Datetime columns indicate a point of time. This can be at any granularity: to the nearest day, minute, second or even nanosecond. Typically, the datetime will be represented as a string.

Always double check to see if the datetime columns are being detected. A datetime column might be incorrectly detected as categorical if it's in a non-standard format.
General Datetime Transformers
These transformers encode your datetime data as numerical values, ready for data science and machine learning.
Differential Privacy Transformers
These transformers use differential privacy techniques to add noise or reshape your column of datetime data. As a result, your column — and any statistics about it — can be shared with differential privacy guarantees.
Last updated