pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-tabular



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Jun  2 01:47:54 UTC 2013

Added Files:
        pkgsrc/devel/py-tabular: DESCR Makefile PLIST distinfo
        pkgsrc/devel/py-tabular/patches: patch-setup.py

Log Message:
Import Python module "tabular" version 0.1 as py-tabular.

Tabular data can be easily represented in Python using the language's
native objects. These representations typically do not support
important tabular data manipulations, like efficient column selection,
matrix mathematics, or spreadsheet-style operations.

Tabular is a package of Python modules for working with tabular
data. Its main object is the tabarray class, a data structure for
holding and manipulating tabular data. By putting data into a tabarray
object, you'll get a representation of the data that is more flexible
and powerful than a native Python representation. Tabarray provides:

 . ultra-fast filtering, selection, and numerical analysis methods,
   using convenient Matlab-style matrix operation syntax

 . spreadsheet-style operations, including row & column operations,
   'sort', 'replace', 'aggregate', 'pivot', and 'join'

 . flexible load and save methods for a variety of file formats,
   including delimited text (CSV), binary, and HTML

 . sophisticated inference algorithms for determining formatting
   parameters and data types of input files


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-tabular/DESCR \
    pkgsrc/devel/py-tabular/Makefile pkgsrc/devel/py-tabular/PLIST \
    pkgsrc/devel/py-tabular/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-tabular/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index