Chapter 6. Working with Incanter Datasets
In this chapter, we will cover the following recipes:
- Loading Incanter's sample datasets
- Loading Clojure data structures into datasets
- Viewing datasets interactively with view
- Converting datasets to matrices
- Using infix formulas in Incanter
- Selecting columns with
$
- Selecting rows with
$
- Filtering datasets with
$where
- Grouping data with
$group-by
- Saving datasets to CSV and JSON
- Projecting from multiple datasets with
$join