JanetDocs
Source
Playground
Tutorials
I'm Feeling lucky
Community
GitHub sign in
Run
Format
(defn dataframe ``Create an empty dataframe with the given columns`` [& columns] (tabseq [c :in columns] c @[]))