Clojure Data Cookbook

(ns index
  {:nextjournal.clerk/visibility {:code :hide}}
  (:require
   [clojure.java.io :as io]
   [clojure.string :as str]
   [scicloj.kindly.v4.kind :as kind]))

1 Preface

Welcome to the Clojure Data Cookbook! This is the website for the work-in-progress that will become the Clojure Data Cookbook. The goal is to provide a reference for anyone who has data to work with and an interest in doing it in Clojure, documenting the current community recommendations and default stack for data science in Clojure.

1.1 Note! all work here is in progress, subject to change, very messy, and partially done. Please bear with me as I work on through this project :D

Contents

chapter_1_intro

  • Chapter_1_intro/1_1_welcome.html
  • Chapter_1_intro/1_2_why_clojure.html
  • Chapter_1_intro/1_3_set_up.html
  • chapter_2_input_output

  • Chapter_2_input_output/2_1_loading_data
  • Chapter_2_input_output/2_2_messy_data
  • Chapter_2_input_output/2_3_exporting_data
  • chapter_3_data_manipulation

  • Chapter_3_data_manipulation/3_data_manipulation
  • chapter_4_data_visualisation

  • Chapter_4_data_visualisation/4_2_graphs
  • Chapter_4_data_visualisation/noj_examples
  • dev

  • Dev