Skip to main content

Library for loading and manipulating tabular data.

Project description

Tableview
=========

A simple python module for manipulating tabular data.

Quick Example
-------------
```python

import tableview

table = tableview.load('example.csv')

print table.pretty()

first_three_rows = table.rows[:3]
first_three_cols = table.cols[:3]

intersection = table.rows[:3].cols[:3]

print intersection.pretty()

```

Documentation
-------------
More comprehensive documentation lives here: http://tableview.readthedocs.org/en/latest/

Running the Tests
-----------------

If you are a developer, running the unit tests requires pytest. With pytest installed, execute ``py.test`` in the top level directory.


Project details


Download files

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

Source Distribution

tableview-0.1.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page