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.5). 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
- Development branch (unreleased)
- v0.4.5 (2025-07-03)
- v0.4.4 (2024-10-23)
- v0.4.3 (2024-07-06)
- v0.4.2 (2024-02-07)
- v0.4.1 (2024-02-07)
- v0.4.0 (2024-02-07)
- v0.3.7 (2023-01-05)
- v0.3.6 (2021-07-05)
There are older releases, too. Let me know if you actually want to see the doco for those online.
Developer Documentation
- Developer Notes – documentation for developers of Tablicious itself
- Join Behavior – Notes on “proxy keys” and other join-related stuff
- Design and Justification
- Release Checklist
- TODO
- FAQ – Frequently Asked Questions