A curses interface for exploring and arranging tabular data
usable via any remote shell which has Python3 installed.

A few interesting commands:
 - Shift-F pushes a frequency analysis of the current column
 - = creates a new column from the given Python expression (use column names to
   refer to their contents)
 - . creates new columns from the match groups of the given regex
