Metadata-Version: 1.0
Name: columnar_records
Version: 0.1.1.0
Summary: A dataframe-like object but simpler (basically a list of numpy arrays on steroids)
Home-page: http://pypi.python.org/pypi/columnar_records/
Author: David N. Mashburn
Author-email: david.n.mashburn@gmail.com
License: LICENSE.txt
Description: A dataframe-like object but using a simple list of (non-record) arrays
        as the core data structure.
        
        Supports sorting, indexing, grouping, etc.
        
        Work in progress, but already heavy on features and solid on testing.
        
Platform: UNKNOWN
