Bryan Cutler

Results 16 issues of Bryan Cutler

I would like to read the result set of a query as streams of Arrow record batches. The QueryResultFormat.ARROW provides serialization of data in Arrow stream format, but I don't...

feature
status-triage_done

Pandas can not recognize an extension array that when taken as numpy, it is a 1-D boolean array and use that array as a boolean mask for indexing. ```python arr...

Currently, a leading space is added on each record, this is default behavior but might want to change it to improve looks.

From https://github.com/CODAIT/text-extensions-for-pandas/pull/165 adding `base = None` to `TensorDType` to prevent error. Not sure what the purpose is, so need to ask community.

Currently only a simple test case exists. As per comments at https://github.com/CODAIT/text-extensions-for-pandas/pull/83#discussion_r474330942, more tests need to be added to exercise the function completely. **Fred's comments on `text_extract_dict`:** I'd recommend that...

enhancement
good first issue

Test currently skipped in TestPandasConstructors.test_series_constructor_no_data_with_index

enhancement
good first issue

Test currently skipped at: TestPandasMethods.test_where_series

enhancement

Something doesn't seem quite right with this test

bug

Test currently catches exception in test_token_span.py TestPandasConstructors.test_construct_empty_dataframe. This should not raise a TypeError.

enhancement
good first issue

If we don't want to support these, remove these from `all_compare_operators` test fixture

enhancement
good first issue