Source: octave-dataframe Maintainer: Debian Octave Group Uploaders: Rafael Laboissière Section: math Build-Depends: debhelper-compat (= 14), dh-sequence-octave, dh-sequence-single-binary Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/octave-team/octave-dataframe Vcs-Git: https://salsa.debian.org/octave-team/octave-dataframe.git Homepage: https://gnu-octave.github.io/packages/dataframe/ Testsuite: autopkgtest-pkg-octave Package: octave-dataframe Architecture: all Description: manipulate data in Octave similar to R data.frame In the R language, a dataframe object is a way to group tabular data. The functions in this package allow the manipulation of data in a similar way in Octave. Dataframe objects in Octave can be created in a variety of ways (from other objects or from tabular data in a file) and then can be accessed either as matrix or by column name.