Anja Kefala

Results 33 issues of Anja Kefala

This has not been tested (I want to test with dummy repos). We would need to set up the access tokens before it works. I believe the access token that...

> Can you please file an issue upstream so that the scripts tag is changed to console_scripts entry_points? That would allow it to become noarch and save CI resource.

In the Mailing List, I proposed the addition of a Half Float (float16) type in Parquet: https://lists.apache.org/thread/03vmcj7ygwvsbno764vd1hr954p62zr5 This type is becoming increasingly popular in Machine Learning, and there are a...

**Edit** When I return to this, I want to re-open a PR off of my branch `arrow-17464`. It was a mistake/accident to do this off of `master`. Half-float values are...

parquet
lang-c++
lang-python
flight
gandiva

Hi! I wanted to let you know that there is a proposal for an addition of Logical Float-16 (with Fixed Length Byte Array physical typed) to the Parquet Format: https://github.com/apache/parquet-format/pull/184....

[Help us write guides](https://www.visidata.org/blog/2024/introducing-guides/#guides-are-organized-explanations-of-features)! If someone has committed to working on a guide, they are tagged next to the guide. Checked guides have been written. If you want to help...

wishlist

`options.regex_skip` has a custom value for certain sheets: ``` visidata/loaders/csv.py:CsvSheet.options.regex_skip = '^#.*' visidata/loaders/json.py:JsonSheet.options.regex_skip = r'^(//|#).*' visidata/loaders/jsonla.py:JsonlArraySheet.options.regex_skip = r'^(//|#).*' visidata/loaders/tsv.py:TsvSheet.options.regex_skip = '^#.*' ``` For those sheet types, how would I change...

question