All Projects → saulpw → Visidata

saulpw / Visidata

Licence: gpl-3.0
A terminal spreadsheet multitool for discovering and arranging data

Programming Languages

python
139335 projects - #7 most used programming language
Roff
2310 projects
HTML
75241 projects
C++
36643 projects - #6 most used programming language
shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Visidata

Miller
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
Stars: ✭ 4,633 (+0.59%)
Mutual labels:  json, csv, tsv, devops-tools, tabular-data, unix-toolkit
Pytablewriter
pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
Stars: ✭ 422 (-90.84%)
Mutual labels:  json, csv, tsv, pandas, sqlite
Sqawk
Like Awk but with SQL and table joins
Stars: ✭ 263 (-94.29%)
Mutual labels:  cli, json, csv, tsv
Tsv Utils
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
Stars: ✭ 1,215 (-73.62%)
Mutual labels:  cli, csv, tsv, tabular-data
Sqlitebiter
A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.
Stars: ✭ 601 (-86.95%)
Mutual labels:  json, csv, tsv, sqlite
Openrefine
OpenRefine is a free, open source power tool for working with messy data and improving it
Stars: ✭ 8,531 (+85.21%)
Mutual labels:  opendata, reconciliation, datawrangling, datajournalism
Structured Text Tools
A list of command line tools for manipulating structured text data
Stars: ✭ 6,180 (+34.17%)
Mutual labels:  cli, json, csv, tsv
Jsonexport
{} → 📄 it's easy to convert JSON to CSV
Stars: ✭ 208 (-95.48%)
Mutual labels:  cli, json, csv
Json 2 Csv
Convert JSON to CSV *or* CSV to JSON!
Stars: ✭ 210 (-95.44%)
Mutual labels:  cli, json, csv
J
❌ Multi-format spreadsheet CLI (now merged in http://github.com/sheetjs/js-xlsx )
Stars: ✭ 343 (-92.55%)
Mutual labels:  spreadsheet, cli, csv
Meza
A Python toolkit for processing tabular data
Stars: ✭ 374 (-91.88%)
Mutual labels:  csv, pandas, tabular-data
Oq
A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.
Stars: ✭ 132 (-97.13%)
Mutual labels:  cli, json, devops-tools
Jsonfui
jsonfui is an interactive command-line JSON viewer.
Stars: ✭ 125 (-97.29%)
Mutual labels:  cli, tui, json
Octosql
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
Stars: ✭ 2,579 (-44.01%)
Mutual labels:  cli, json, csv
Q
q - Run SQL directly on CSV or TSV files
Stars: ✭ 8,809 (+91.25%)
Mutual labels:  cli, csv, tsv
Dataproofer
A proofreader for your data
Stars: ✭ 628 (-86.37%)
Mutual labels:  spreadsheet, cli, csv
Django Rest Pandas
📊📈 Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)
Stars: ✭ 1,030 (-77.64%)
Mutual labels:  spreadsheet, csv, pandas
Sheetjs
📗 SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+518.3%)
Mutual labels:  spreadsheet, json, csv
YouPlot
A command line tool that draw plots on the terminal.
Stars: ✭ 412 (-91.06%)
Mutual labels:  tsv, csv, tui
DataProfiler
What's in your data? Extract schema, statistics and entities from datasets
Stars: ✭ 843 (-81.7%)
Mutual labels:  csv, tabular-data, pandas

VisiData v2.8 twitter @VisiData CircleCI Gitpod ready-to-code

A terminal interface for exploring and arranging tabular data.

Frequency table

VisiData supports tsv, csv, sqlite, json, xlsx (Excel), hdf5, and many other formats.

Platform requirements

  • Linux, OS/X, or Windows (with WSL)
  • Python 3.6+
  • additional Python modules are required for certain formats and sources

Install

To install the latest release from PyPi:

pip3 install visidata

To install the cutting edge develop branch (no warranty expressed or implied):

pip3 install git+https://github.com/saulpw/visidata.git@develop

See visidata.org/install for detailed instructions for all available platforms and package managers.

Usage

$ vd <input>
$ <command> | vd

Press Ctrl+Q to quit at any time.

Hundreds of other commands and options are also available; see the documentation.

Documentation

Help and Support

If you have a question, issue, or suggestion regarding VisiData, please create an issue on Github or chat with us at #visidata on irc.libera.chat.

If you use VisiData regularly, please support me on Patreon!

License

Code in the stable branch of this repository, including the main vd application, loaders, and plugins, is available for use and redistribution under GPLv3.

Credits

VisiData is conceived and developed by Saul Pwanson <[email protected]>.

Anja Kefala <[email protected]> maintains the documentation and packages for all platforms.

Many thanks to numerous other contributors, and to those wonderful users who provide feedback, for helping to make VisiData the awesome tool that it is.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].