JanetDocsSourcePlaygroundTutorialsI'm Feeling luckyCommunityGitHub sign in
(defn dataframe ``Create an empty dataframe with the given columns`` [& columns] (tabseq [c :in columns] c @[]))