tool · inferred from evidence
frequent-strings sketch
A tool or component that stringifies values, mentioned in the context of the issue.
- Integer values in whylogs frequent_items show as floats (1.000000)
Root cause: whylogs passed the column as a pandas Series and the numpy conversion turned the int64 values into floats before the frequent-strings sketch stringified them. Fixed by PR #794 (maintainer confirmed). Upgrade to a whylogs release