Skip to content

Recipes for using clojure.core instead of pandas dataframes for data science

Notifications You must be signed in to change notification settings

calherries/clj-data-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clojure Data Cookbook

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.

Creative Commons License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

About

Recipes for using clojure.core instead of pandas dataframes for data science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published