Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1h)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (165d) 

2024-05-23 20:34:09 UTC Now

2013-06-02 01:47:54 UTC MAIN commitmail json YAML

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

(dholland)