Metadata-Version: 1.0
Name: tabular
Version: 0.0.1
Summary: Tabular data container and associated convenience routines in Python
Home-page: http://pypi.python.org/pypi/tabular/
Author: Elaine Angelino and Daniel Yamins
Author-email: elaine.angelino at gmail dot com, dyamins at gmail dot com
License: MIT
Description: 
        The **Tabular** package provides a container for tabular data, called **tabarray**.  It is based on the `record array <http://docs.scipy.org/doc/numpy/reference/generated/numpy.recarray.html?highlight=recarray#numpy.recarray>`_ object from the Numerical Python package (`NumPy <http://numpy.scipy.org/>`_), adding some additional structure and convenience functions.  The **tabarray** has:
        
        *	excellent filtering and subselection
        *	column-oriented (hierarchical) structure
        *	ability to attach row-by-row structured metadata
        *	flexible load and save methods for several file formats
        *  spreadsheet-style operations, including 'sort', 'replace', 'pivot' and 'aggregate'
        
        Tabular is in beta! Definitely not stable.  You will need numpy.  Documentation and a bitbucket distribution are coming.
        
        
Keywords: tabular data spreadsheet hierarchical
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Text Processing
