Giter Club home page Giter Club logo

visidata's Introduction

VisiData v0.91 CircleCI

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

VisiData silent demo]

Getting Started

Install VisiData

from pypi (stable branch)

$ pip3 install visidata

or clone from git

$ git clone http://github.com/saulpw/visidata.git
$ cd visidata
$ pip install -r requirements.txt
$ python setup.py install

Dependencies

  • Python 3.3+
  • h5py and numpy (if opening .hdf5 files)

Remember to install the Python3 versions of these packages with e.g. pip3

Run VisiData

If installed via pip3, vd should launch without issue.

$ vd [<options>] [<inputs> ...]

If no inputs are given, vd opens the current directory. Unknown filetypes are by default viewed with a text browser.

If installed via git clone, first set up some environment variables (on terminal):

$ export PYTHONPATH=<visidata_dir>:$PYTHONPATH
$ export PATH=<visidata_dir>/bin:$PATH

Further documentation is available at readthedocs.

Contributing

VisiData was created by Saul Pwanson <[email protected]>.

VisiData needs lots of usage and testing to help it become useful and reliable. If you are actively using VisiData, please let me know! Maybe there is an easy way to improve the tool for both of us.

Also please create a GitHub issue if anything doesn't appear to be working right. If you get an unexpected error, please include the full stack trace that you get with Ctrl-E.

Branch structure

Visidata has two main branches:

  • stable has the last known good version of VisiData (which should be on pypi).
  • develop has the most up-to-date version of VisiData (which will eventually be merged to stable).

If you wish to contribute, please fork from develop and submit a pull request against it.

A developer's guide can be found here.

License

The innermost core file, vd.py, is licensed under the MIT license.

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

visidata's People

Contributors

anjakefala avatar brannerchinese avatar databranner avatar jeff-arn avatar jhrmnn avatar pdeboer avatar saulpw avatar vbrown608 avatar zormit avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.