githubocto / flat-ui

MIT License
370 stars 23 forks source link

Show number of columns in the summary row #26

Closed RandomFractals closed 2 years ago

RandomFractals commented 2 years ago

Latest version of this data grid displays the number of data rows in a grid footer.

I think it would be valuable to see the number of columns there too, similar to how most data frame libraries display them now.

Example of df.head table display:

kaggle-df-head

Also, I was able to integrate it into VSCode Data Table renders extension and plan to ship that update soon.

I hope this addition will improve datasets preview in VSCode Jupyter notebooks. Example:

world-rivers-flat-data-grid-renderer-view

Extension: https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-table

Wattenberger commented 2 years ago

makes sense! and looks great in the vscode ui!