Anja Kefala

Results 33 issues of Anja Kefala

These tests run to check that plotting workflows run without exceptions. I have them turned off (https://github.com/saulpw/visidata/commit/72c6534e8397fe23ef61c49de1ee156f5b5dea51), so we can evaluate the other elements of the build. Current clues: dev/[test.sh](http://test.sh/)...

Uses: https://github.com/marketplace/actions/create-pull-request and https://github.com/peter-evans/repository-dispatch. Relies on https://github.com/saulpw/unzip-http/pull/11. We would need to create an ACCESS_KEY, I believe. We would also need to turn on github actions for VisiData. Untested!

`` hello, I'm trying to extract data from an HTML table which does not have a header row. I end up with a single column and many empty rows (containing...

bug

The commit keystroke is different from the standard save, and is not-intuitive. This can result in confusion where users do not know how to propagate their changes. > In Emacs...

wishlist

- [ ] Macros - [ ] Split pane - [ ] Menu - [ ] Memory cell - [ ] https://github.com/saulpw/visidata/discussions/985 - [ ] VisiData for database loaders -...

documentation

Currently, `options.load_lazy` being set to False, results in the loading of all subsheets for embedded sheet formats like `xlsx` or `hdf5`. It would be great if it would also load...

wishlist

https://github.com/saulpw/visidata/issues/1159 is a bug caused by the commit https://github.com/saulpw/visidata/commit/d40361aa2d1649e49f0cfd623687114e4a231ec6. Consitent data integrity is the most important priority in VisiData, so it was decided to comment out the following lines: ```...

bug

Currently, VisiData supports the unpickling of dataframes with the pandas loaders, and numpy objects with the numpy loader (`--npy-allow-pickle`). It would be great to support more formats, by unpickling and...

wishlist

Issue rephrased from: https://github.com/ibis-project/ibis/pull/3988#issuecomment-1138599760. Since https://github.com/ibis-project/ibis/pull/3988, database loading is done automatically by the `pytest` `backend` fixtures. In theory, `ci/datamgr.py load` should not be necessary anymore. However, we cannot remove `ci/datamgr.py...

refactor
tests