Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.
eyeseast edited this page Jan 5, 2011 · 3 revisions

Python TableFu

TableFu is a tool for manipulating, filtering and otherwise managing tabular data in Python. It started as a port of ProPublica's TableFu (written in Ruby) but has been updated to include its own features.

Going forward, the project's goal is to create something akin to an ORM for spreadsheets.

Roadmap:

  • add functional programming methods: map, max, min, etc
  • better sorting
  • serialize to common formats: JSON, CSV, in addition to HTML
  • add the ability to bolt on persistent storage (requires serialization)
Clone this wiki locally