summaryrefslogtreecommitdiff
tag namev0.9.9 (e7d8288557378690a41686f109b1c077cef4fefc)
tag date2011-06-21 23:01:46 -0400
tagged byKenneth Reitz <me@kennethreitz.com>
tagged objectcommit 9b2ab6fae9...
downloadtablib-0.9.9.tar.gz
* Dataset API Changes
* ``stack_rows`` => ``stack``, ``stack_columns`` => ``stack_cols`` * column operations have their own methods now (``apend_col``, ``insert_col``) * List-style ``pop()`` * Redis-style ``rpush``, ``lpush``, ``rpop``, ``lpop``, ``rpush_col``, and ``lpush_col``