Topher Cawlfield

Results 5 issues of Topher Cawlfield

A socketIO connection can hold two connections open: its transport and its requests.Session instance. These should be closed in `__del__()` and `__exit__()`. I found that on a Linux system, failure...

Adding a module, `awkward._connect.pyarrow_table_conv`, to convert pyarrow tables with extensionarray types to ones without, storing metadata necessary to reconstruct the extensionarray types into the table-level metadata. This allows reading select...

### Version of Awkward Array 2.6.4 ### Description and code to reproduce See unit test with number matching this issue. The problem seems to appear when you have an IndexedArray...

policy

There is a problem with ak.which (the three-argument version) where if both (1) a conditional array element is optional yet True/False, and (2) the array element NOT selected by the...

Addressing the need to select field names with literal dots in them. This is a change to `Form.select_columns()`. This change allows a user to supply a `specifier` as a list...