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)
Logging a pandas DataFrame with an int64 column via why.log, then reading `frequent_items/frequent_strings`, returns values like '1.000000' instead of '1'. The column dtype is int64; the stringified frequent items show floats.