dataframe icon indicating copy to clipboard operation
dataframe copied to clipboard

dataframe-display shows maximum of 100 rows

Open hinkelman opened this issue 2 years ago • 2 comments

hinkelman avatar Aug 18 '22 02:08 hinkelman

I thought it might be something that I'm misunderstanding about format (and this is still possible) but this works:

> (define tbl (apply map list (list (iota 110) (reverse (iota 110))))))
> (format #t "~:{~& ~f ~f ~}" tbl)

hinkelman avatar Aug 18 '22 04:08 hinkelman

dataframe-glimpse also shows a maximum of 100 dataframe columns (as rows).

hinkelman avatar Apr 04 '24 00:04 hinkelman