Hello,
I have a question concerning the Mathematica 10 "Dataset": When I create a table with e.g. 20 rows
dataset = Dataset[Table[<|"a" -> RandomReal[], "b" -> RandomReal[], "c" -> RandomReal[]|>, {i, 1, 20}]]
only the first 16 rows will be diplayed. Is it possible to define the number of displayed rows? That means, in this case all 20 rows? Also
dataset[1;;20]
does not help.
Many thanks, Gordon