Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataframe-display shows maximum of 100 rows #15

Open
hinkelman opened this issue Aug 18, 2022 · 2 comments
Open

dataframe-display shows maximum of 100 rows #15

hinkelman opened this issue Aug 18, 2022 · 2 comments

Comments

@hinkelman
Copy link
Owner

No description provided.

@hinkelman
Copy link
Owner Author

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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant