-
Notifications
You must be signed in to change notification settings - Fork 411
Open
Labels
feature requestRequest for a new featureRequest for a new feature
Description
Problem Description
When I have dates older than Sep 21, 1677 in my dataset and try to process them as datetime, SDV complains with an error such as:
InvalidDataError: The provided data does not match the metadata:
Invalid values found for datetime column 'dateOfBirth': [15550217, 16560130].
Expected behavior
I would like SDV to support dates older than Sep 21, 1677.
Additional context
I know that SDV is ultimately trying to read datetime using a 64-bit format, being Sep 21, 1677 the earliest time that can be represented in 64-bit format. But it would be nice to be able to handle older dates.
Metadata
Metadata
Assignees
Labels
feature requestRequest for a new featureRequest for a new feature