Skip to main content

Tabular data can be easily represented in Python using the language’s native objects – e.g. by lists of tuples representing the records of the data set. Though easy to create, these kind of representations typically do not enable 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. More specifically, 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 separated values (SV), binary, HTML, and a hierarchical data format

  • support for hierarchical groupings of columns

Note to NumPy Users: The tabarray object is based on the record array object from the Numerical Python package (NumPy), and the Tabular package is built to interface well with NumPy in general. In particular, users of NumPy can get many of the benefits of Tabular, e.g. the spreadsheet-style operations, without having replace their usual NumPy objects with tabarrays, since most of the useful functional pieces of Tabular are written to work directly on NumPy ndarrays and record arrays.

Tabular is in beta! Definitely not stable. You will need NumPy 1.3.

See documentation at http://www.parsemydata.com/tabular.

You can also clone our mercurial (hg) repository from bitbucket: http://bitbucket.org/elaine/tabular/.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tabular-0.0.1.tar.gz (39.8 kB view details)

Uploaded Source

File details

Details for the file tabular-0.0.1.tar.gz.

File metadata

  • Download URL: tabular-0.0.1.tar.gz
  • Upload date:
  • Size: 39.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for tabular-0.0.1.tar.gz
Algorithm Hash digest
SHA256 0e93bfd6ec93fa5a08ac38fae712cf2b70c718bd1c39175978dd79d5c30d48c7
MD5 573b56a6637bc32463f3140a3027a7e0
BLAKE2b-256 55c07f7dfa4c3c71f28525b46dfbbcb75d9d3c7750a8bfde38f4735935a21d10

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1

1 file

0.0.8

1 file

0.0.7

1 file

0.0.6

1 file

0.0.5

1 file

0.0.4

1 file

0.0.3

1 file

0.0.2

1 file

This release

0.0.1 This release

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page