panthera icon indicating copy to clipboard operation
panthera copied to clipboard

Data-frames & arrays on Clojure

Results 3 panthera issues
Sort by recently updated
recently updated
newest added

Sorry for so basic questions, but how do I drop columns? I've been trying similar things to this: (-> dataset (pt/drop (pt/subset-cols :columnKeyWord))) (-> dataset (pt/drop (pt/subset-cols [1 2 3...

Hi Alan! Thanks a lot for your nice library! I was working on tech.ml and libpython integration with pinkgorilla notebook. This is where i am currently: https://github.com/pink-gorilla/python-gorilla https://github.com/pink-gorilla/python-gorilla/blob/master/README.md I ported...

In https://github.com/alanmarazzi/panthera/blob/master/examples/panthera-intro.ipynb the code cell 32 reads: ```clj (require '[panthera.numpy :refer [npy]]) ``` However, no such namespace exists.