The goal of this cookbook is to give you some concrete examples for getting started with data wrangling and exploration in Clojure. These are examples with real-world data, and all the bugs and weirdness that entails.
This repo is a copy of pandas-cookbook, but implemented in Clojure instead of Python.
I created it as a demonstration of Clojure's awesome data wrangling abilities, and the flexibility of Clojure's core data structures.
pandas is a Python library for doing data analysis. It's arguably a killer-app for data science in Python, and is known for it's ease of use and terseness.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License