quantopian / qgrid

An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks
Apache License 2.0
3.03k stars 424 forks source link

Status bar feature with current row count - way simpler EDA #377

Open sebastianrothbucher opened 1 year ago

sebastianrothbucher commented 1 year ago

small addition to get a statusbar when running with show_statusbar=True. It shows the number of rows currently available - which helps a lot with exploring a dataset (EDA), e.g. when setting a filter and getting an idea about the percentage of the full data matching an additional criterion. Example: have a sales data set, see 1M rows, set filter for "Europe", see 200k rows. plus: avoid layout issues in new grid or jquery (write <i></i> instead of <i /> which is misinterpreted)