tabulous icon indicating copy to clipboard operation
tabulous copied to clipboard

New table type for table data lazy loading

Open hanjinliu opened this issue 1 year ago • 0 comments

A lazy loader table widget is indispensable for big data visualization. It is also very useful if a very large data is saved in separate csv files.

Passing dask.dataframe is not the solution because iloc is poorly supported.

  • It should support: find, sparse edit, coloring, formatting, validation
  • It should support under restricted context: plot, summarize
  • It should NOT support: sort, copy all, reshaping, concatenation

hanjinliu avatar Sep 14 '22 08:09 hanjinliu