Datetime
Last updated
Last updated
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.
These transformers encode your datetime data as numerical values, ready for data science and machine learning.
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.
Encode datetimes as numerical values based on the Unix timestamp.
Encode datetimes as numerical values using the least common denominator.
Privatize the data by adding Laplacian noise
❖