From 2689f9a5ad95e0e79d68a6e260ad20518451f28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Tue, 19 Jul 2022 23:21:17 +0200 Subject: [PATCH] show how to do trunctation --- ch08.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch08.jl b/ch08.jl index 30d8309..1bcce78 100644 --- a/ch08.jl +++ b/ch08.jl @@ -48,7 +48,7 @@ puzzles # Code for listing 8.2 -describe(puzzles) +show(describe(puzzles); truncate=14) # Code for getting basic information about a data frame