MCPcopy Create free account
hub / github.com/apache/arrow / read_bytes

Method read_bytes

python/pyarrow/tests/test_csv.py:796–797  ·  view source on GitHub ↗
(self, b, **kwargs)

Source from the content-addressed store, hash-verified

794 return table
795
796 def read_bytes(self, b, **kwargs):
797 return self.read_csv(pa.py_buffer(b), **kwargs)
798
799 def test_file_object(self):
800 data = b"a,b\n1,2\n"

Callers 15

test_headerMethod · 0.95
test_bomMethod · 0.95
test_one_chunkMethod · 0.95
test_include_columnsMethod · 0.95
test_simple_intsMethod · 0.95
test_simple_variedMethod · 0.95
test_simple_nullsMethod · 0.95
test_decimal_pointMethod · 0.95

Calls 1

read_csvMethod · 0.95

Tested by

no test coverage detected