shin-kinoshita / visidata

A console spreadsheet tool for discovering and arranging data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VisiData v0.98.1 CircleCI

A terminal interface for exploring and arranging tabular data.

Dependencies

Install

To install VisiData, with loaders for formats supported by the Python standard library (which includes csv, tsv, fixed-width text, json, sqlite and graphs):

$ pip3 install visidata

To install VisiData, plus external dependencies for all available loaders:

pip3 install "visidata[full]"

Run

$ vd [<options>] <input> ...
$ <command> | vd [<options>]

VisiData supports tsv, csv, xlsx, hdf5, sqlite, and more. Use -f <filetype> to force a particular filetype.

Documentation

Support

If you want to chat about VisiData, make a feature request, or submit a bug report, we can be reached on either IRC or Reddit:

For more detailed information about how you can contribute as a developer, influence the roadmap as a user, or provide us with sufficient information to better support you through any issues you come across see the CONTRIBUTING.md.

vdtui

The core vdtui.py can be used to quickly create efficient terminal workflows.

Other workflows should also be created as separate apps using vdtui. These apps can be very small; for example, see the included viewtsv.

License

The innermost core file, vdtui.py, is a single-file stand-alone library that provides a solid framework for building text user interface apps. It is distributed under the MIT free software license, and freely available for inclusion in other projects.

Other VisiData components, including the main vd application, addons, loaders, and other code in this repository, are available for reuse under GPLv3.

Credits

VisiData was created by Saul Pwanson <visidata@saul.pw>. Thanks to @anjakefala for test and release support, to @databranner for documentation, and to those wonderful users who contribute feedback in any form, for helping to make VisiData the awesome tool that it is.

About

A console spreadsheet tool for discovering and arranging data

License:GNU General Public License v3.0


Languages

Language:Python 65.9%Language:CSS 17.6%Language:Roff 7.2%Language:PHP 5.4%Language:HTML 2.4%Language:Shell 1.6%