Skip to content

Commit

Permalink
tablecloth_table_processing - minor simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
daslu committed Dec 3, 2024
1 parent f3d5449 commit a66d2b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions notebooks/noj_book/tablecloth_table_processing.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a66d2b0

Please sign in to comment.