Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ read_bytes
Method
read_bytes
python/pyarrow/tests/test_csv.py:811–812 ·
view source on GitHub ↗
(self, b, **kwargs)
Source
from the content-addressed store, hash-verified
809
return
table
810
811
def
read_bytes(self, b, **kwargs):
812
return
self.read_csv(pa.py_buffer(b), **kwargs)
813
814
def
test_file_object(self):
815
data = b
"a,b\n1,2\n"
Callers
15
test_header
Method · 0.95
test_bom
Method · 0.95
test_one_chunk
Method · 0.95
test_header_column_names
Method · 0.95
test_header_autogenerate_column_names
Method · 0.95
test_include_columns
Method · 0.95
test_include_missing_columns
Method · 0.95
test_simple_ints
Method · 0.95
test_simple_varied
Method · 0.95
test_simple_nulls
Method · 0.95
test_decimal_point
Method · 0.95
test_simple_timestamps
Method · 0.95
Calls
1
read_csv
Method · 0.95
Tested by
no test coverage detected