Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 460 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 460 Bytes

visistata

Use VisiData with Stata.

Allows you to see the dataset using VisiData from Stata console, instead of the view command which does not work in the console.

Example video

Installation

Run install.sh

Usage

Call visi to open the entire dataset, or visi, nrows(N) to see only the first N rows (in case the dataset is too large and opening it would be too slow).