manzt / quak

a scalable data profiler
https://manzt.github.io/quak/
MIT License
240 stars 11 forks source link

Duplicate Second Row #28

Closed dakoop closed 2 months ago

dakoop commented 3 months ago

When loading using polars, I noticed that the second row seems to be duplicated and added above the first row. It is also numbered as 1.

Screenshot 2024-07-30 at 3 34 27 PM

data: Chicago Food Inspections quak: 0.1.2 polars: 1.2.1 pyarrow: 17.0.0 OS: macOS 14.5 JupyterLab: 4.2.4

dakoop commented 3 months ago

Seems to be the initial load only. If I select some subset and hit reset, everything is ok. Also shows up in the initial load with pandas (2.2.2)

manzt commented 3 months ago

I've noticed this as well. Also can reproduce on the standalone app (https://manzt.github.io/quak).

manzt commented 2 months ago

Got to the bottom of it in #36. I'll make a release today.