View on GitHub

Tablicious

Table and related classes for Octave

Tablicious Online Documentation

This is the documentation site for Tablicious.

Tablicious is a package for GNU Octave that provides relational data structures for Octave. It includes implementations of table arrays, datetime, string, categorical, and some other related stuff. You can think of it as “pandas for Octave”.

The repo for this project is at https://github.com/apjanke/octave-tablicious, where you can get the source code, report issues, and find more information.

User Documentation

See the online User Guide for info and API Reference. There’s also a single-page version of the User Guide, and a downloadable PDF version.

Those are for the latest release (currently 0.4.0). You can also see the docs for older specific releases, and the current in-progress development version (for the main branch of the Git repo).

Releases

There are older releases, too. Let me know if you actually want to see the doco for those online.

Developer Documentation