Path to this page:
./
devel/py-tabular,
Tabular data tools for Python
Branch: pkgsrc-2017Q4,
Version: 0.1,
Package name: py27-tabular-0.1,
Maintainer: dhollandTabular 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
Required to run:[
math/py-numpy] [
graphics/py-matplotlib] [
devel/py-setuptools]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 8e7b63599231363859df7054beee3b508ff49485
RMD160: 43302ec518a27e77910980eb9409cabcda269bae
Filesize: 1070.602 KB
Version history: (Expand)
- (2018-01-02) Package added to pkgsrc.se, version py27-tabular-0.1 (created)