Tagged Questions
4
votes
2answers
276 views
Cutting a table to fit the available space on a page
I have a long list of data, in a CSV file, formatted like this:
tiger, 300, 10.0, 7, 4.0
lion, 200, 15.0, 5, 3.0
bear, 100, 15.0, 3, 1.0
fish, 10, 10.0, 2, 0.1
The first rows are more important ...