toytable: Lightweight python tables

_images/toy_table.png

Toytable is a lightweight python table library. It provides a class called Table which is suitable for representing one-dimensional tables (e.g. time-sequences).

Toytable is built with an emphasis on simplicity, both in interface and internal design rather than performance or scalability. Toytable is intended to have as few dependancies as possible, and is therefore suitable for casual development tasks.

Toytable is not complete. If you require a higher performance, more feature-rich table class, please consider Pandas, a very mature project which was a significant inspiration for this project.

Contents

Project Status

https://drone.io/bitbucket.org/salimfadhley/toytable/status.png https://pypip.in/wheel/toytable/badge.png https://pypip.in/license/toytable/badge.png https://pypip.in/download/toytable/badge.png

Installation

Egg-files for this project are hosted on PyPi. Most Python users should be able to use pip or setuptools to automatically install this project.

Most users can do the following:

pip install toytable

Or..

easy_install toytable

You can also install this project from source. Check ou the code from mercurial and then build the project.

Indices and tables

Table Of Contents

Next topic

Examples

This Page