Open npatki opened 2 weeks ago
The particular error (invalid literal for int()
) indicates that there is some sort of mismatch between:
In particular, it is indicating that there is some sort of column listed in your metadata as PII
or unknown
-- but it is actually represented as an integer in the data. This becomes an problem if the PII concept should generally be a string (eg. a person's name) because SDV is trying to convert it back to an integer.
Are there any column(s) in your data/metadata that match the description above?
Despite this root cause, we had actually made a fix for this issue in #2064. Starting from SDV 1.15.0, it actually should not matter if there are small mismatches between the data and metadata.
So there are a few additional questions that would be helpful to debug this:
import sdv
print(sdv.__version__)
Filing this question on behalf of a user from a private thread.
Error Description
After Preprocess… Learning relationships… Modeling Tables, we are getting this error message -- ValueError: invalid literal for int() with base 10: 'sdv-pii-nv9ci'