Jacob Kroeze
Results
2
comments of
Jacob Kroeze
#602 solution works. I wanted to avoid using the default java installer, so using ```scoop``` to install ```boot``` and ```oraclejdk8``` worked if I imported this registry key: ```Windows Registry Editor...
This example shows how adding column descriptions might work. ``` (let [ds' (tc/dataset {:foo ["bar" "baz"] :bar ["baz" "flimflam"]} {:dataset-name "this is my data"}) docs {:foo "A nice colum" :bar...