dataframe
dataframe copied to clipboard
dataframe-display shows maximum of 100 rows
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)
dataframe-glimpse
also shows a maximum of 100 dataframe columns (as rows).