saulpw/visidata

A terminal spreadsheet multitool for discovering and arranging data

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 7th, 2026
Created on October 27th, 2016
Open Issues & Pull Requests: 82 (+0)
GitHub issues: Enabled
Number of forks: 362
Total Stargazers: 9,265 (+0)
Total Subscribers: 70 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.5 hours
Mean response time: 45.0 days
90th percentile: 178.3 days
Tracked items: 322

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 89% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 4 hours, while "vdsql" waits about 8 weeks. 47% of tracked open issues have had no activity in three months. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 62
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 267 days
Stale 30+ days: 52
Stale 90+ days: 37

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (164)
  • wishlist (118)
  • wish granted (33)
  • fixed (30)
  • question (25)
  • documentation (12)
  • vdsql (12)
  • cosmetic (11)

Most active issues this week

Detailed Description

VisiData is a terminal spreadsheet multitool for discovering and arranging tabular data.

VisiData solves the problem of exploring and transforming data without leaving the command line. It loads data from numerous formats including CSV, TSV, JSON, SQLite, Excel, and HDF5, presenting them in an interactive terminal interface where users can filter, sort, pivot, and manipulate rows and columns. The tool works by combining spreadsheet-like operations with Unix pipeline integration, allowing data to be piped directly into VisiData or its output piped to other commands.

VisiData suits data journalists, analysts, and developers who work frequently with tabular data and prefer terminal-based workflows. It is particularly valuable for exploratory data analysis and quick data wrangling tasks where opening a graphical application would be slower. The tool works on Linux, macOS, and Windows with WSL, and can be tried immediately without installation using pipx or uv. For users working with formats beyond the core set, optional Python packages can be installed to add support for Excel, XML, and other specialized formats.

The project maintains active engagement with its user community through GitHub issues and IRC chat. Documentation is comprehensive, including an API reference for plugin authors, an in-application quick reference accessible via keyboard shortcut, and external tutorials. The tool receives ongoing development with both stable and development branches available, allowing users to choose between tested releases or cutting-edge features.