David Schmudde / Aug 05 2019
Remix of Clojure by Nextjournal

Panthera

Panthera offers dataframes in Clojure. Through pandas. On Python. Kinda like having Fun With MatPlotLib.

;; (require '[panthera.panthera :as pt])
;; (require '[clj-time.core :as t])
;; (require '[libpython-clj.python :as py])
(require '[panthera.panthera :as pt])
(pt/series [1 2 3])
Vector(4) [libpython_clj.python.bridge$generic_python_as_jvm$fn$reify__24515, "0x33e5139c", "0 1 1 2 2 3 dtype: int64", Map]