#!r6rs ;; Submit-To: https://akkuscm.org/packages/ (package (name "dataframe") (versions ((version "0.1.1") (synopsis "A dataframe record type for Chez Scheme with procedures to select, drop, and rename columns, and filter, sort, split, bind, append, modify, and aggregate dataframes.") (authors "Travis Hinkelman") (license "MIT") (lock (location (git "https://github.com/hinkelman/dataframe.git")) (tag "v0.1.1") (revision "af7cdbe1044994b2053a21e26aa5bd06dcf8a9ef")) (depends ("chez-srfi" ">=0.0.0-akku <1.0.0")) (depends/dev) (conflicts))))