visidata icon indicating copy to clipboard operation
visidata copied to clipboard

A terminal spreadsheet multitool for discovering and arranging data

Results 177 visidata issues
Sort by recently updated
recently updated
newest added

If I've opened the current sheet as a `jsonl` but the cell that I'm on has a CSV url? Currently I get: ``` opening http://url/to/file.csv as jsonl JSONDecodeError: Expecting value:...

Hi, I noticed that extraction of data types from custom expressions could fail when being parsed by sqlglot. I would appreciate your thoughts for overcoming this issue.

vdsql

**Small description** 1. I needed to install `sqlalchemy` which is undocumented ([source](https://github.com/saulpw/visidata/tree/develop/visidata/apps/vdsql#readme)) 2. `vdsql mysql://root:@localhost/mysql` causes an error: _OperationalError: (2003, "Can't connect to MySQL server on 'localhost' ([Errno 111] Connection...

bug

In the attached I'm trying to create a macro that will show Reddit dumps consistently. My goal is to hide all columns but 5 and create an iso column. https://asciinema.org/a/sKvTyL5MfBqdeZCE5t9xTpOTo...

A command that does not exist, like `qqquit-sheet`, will be skipped during replay of a macro or command log, but the subsequent commands will continue to be replayed. Some ways...

Three minor commits: 1. The first commit fixes a few self-explanatory typos. 2. The `add-rows` prompt (`add rows: 1`) is a bit vague. The new wording makes it just a...

Closes #2433. Also takes `open_fec()` out of the global namespace. It's a trivial change. I found `open_fec()` in the global namespace when I was looking for stray functions of the...

**Small description** FEC files can be opened, but rows cannot be browsed. **Data to reproduce** Using [a sample file 1326070.fec](https://docquery.fec.gov/dcdev/posted/1326070.fec). **Steps to reproduce** **Expected result** When the user presses `Enter`,...

bug

When I try to see the memory sheet I get: 'no command for "alt+shift+m".' When I look at the command help, I see an odd binding: `Alt+Shift+Shift+M`. ``` sheet module...

bug

**Small description** **Data to reproduce** https://jsvine.github.io/intro-to-visidata/_downloads/a61d9b28e9a942e1254bffeb8289a447/faa-wildlife-strikes.csv **Steps to reproduce** ```vd faa-wildlife-strikes.csv``` Create frequency table **Expected result** ![image](https://github.com/saulpw/visidata/assets/1094464/88a4dda5-748a-4476-9b86-e633132f9677) vd version 2.11.1 **Actual result with screenshot** vd version 3.0.2 ![image](https://github.com/saulpw/visidata/assets/1094464/f49e3ca9-d8f4-45c9-af88-c23d89c7e4c4) **Configuration** -...

bug