library · inferred from evidence
whylogs
A library that could be run under WSL as a workaround for the Windows dependency 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
- pip install whylogs fails on Windows: No matching distribution for whylabs-datasketches
The root cause was that `whylabs-datasketches` had no prebuilt wheel for Windows, so pip could not resolve the dependency on Windows while Linux installed fine. The maintainers published Windows binaries for whylabs-datasketches 2.2.0b1 (20