Felix Rosencrantz

Results 22 comments of Felix Rosencrantz

@rduivenvoorde This looks like it will be cool. Given that this is still just an in progress standard, it seems like it would be great for a Visidata Plugin. If...

I'll add it works for me from the latest develop branch

That all makes sense to me, and matches up with how `resize-col` commands work.

I once had an issue related to window resize on Linux. Not sure if this would help: https://github.com/saulpw/visidata/issues/280

I do think the most useful thing is the automatic imports, so the eval() looks like a good choice. Like you said the Pyp runs in the context of the...

FYI: I found a tool that claims to handle reading tables with a colspan/rowspan: https://github.com/rocheio/wiki-table-scrape It works if you have only one of the types of spans, but my simple...

VisiData has an alternate way to read html with pandas, so I tried that, but I found a new bug: https://github.com/saulpw/visidata/issues/1986 Pandas `read_html` function returns a list of DataFrames while...

The panda's reader also seem to have issues with some of the tables I want to be able to read. Here is a deep dive of how to parse html...

One thing in reading this is that a table is modeled by a 2-D grid of slots, very much like VisiData. Some slots can be empty, or they can be...

@secretGeek what are the next steps for VisiData to be added to this repository? I'm a big fan of VisiData and it would be a great addition to this list.