From f2dd14d4df4dbae6f54da96ff59a91a5c9a58b49 Mon Sep 17 00:00:00 2001 From: daslu Date: Sun, 24 Sep 2023 23:46:52 +0300 Subject: [PATCH] added datasets intro notebook --- notebooks/intro/datasets.clj | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 notebooks/intro/datasets.clj diff --git a/notebooks/intro/datasets.clj b/notebooks/intro/datasets.clj new file mode 100644 index 0000000..2fde78d --- /dev/null +++ b/notebooks/intro/datasets.clj @@ -0,0 +1,8 @@ +(ns intro.datasets + (:require [scicloj.noj.v1.datasets :as datasets])) + +datasets/iris + +datasets/mtcars + +datasets/diamonds