From a66d2b021373b7dcb9747ad4325bfee5e2ea5099 Mon Sep 17 00:00:00 2001 From: daslu Date: Tue, 3 Dec 2024 22:34:38 +0200 Subject: [PATCH] tablecloth_table_processing - minor simplification --- notebooks/noj_book/tablecloth_table_processing.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notebooks/noj_book/tablecloth_table_processing.clj b/notebooks/noj_book/tablecloth_table_processing.clj index 8fddfdb..cfdc2f8 100644 --- a/notebooks/noj_book/tablecloth_table_processing.clj +++ b/notebooks/noj_book/tablecloth_table_processing.clj @@ -576,8 +576,7 @@ some-trips :median-duration (fn [ds] (tcc/median (:duration-in-seconds ds)))}) (tc/order-by [:hour]) - (print/print-range :all) - compact-view) + (print/print-range :all)) ;; We can see a peak of usage between 17:00 to 18:00 ;; and a possibly slight tendendcy for longer trips (in time)