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

Method read_bytes

python/pyarrow/tests/test_csv.py:451–457  ·  view source on GitHub ↗

:param b: bytes to be parsed :param kwargs: arguments passed on to open the csv file :return: b parsed as a single Table

(self, b, **kwargs)

Source from the content-addressed store, hash-verified

449
450 @abc.abstractmethod
451 def read_bytes(self, b, **kwargs):
452 """
453 :param b: bytes to be parsed
454 :param kwargs: arguments passed on to open the csv file
455 :return: b parsed as a single Table
456 """
457 raise NotImplementedError
458
459 @property
460 @abc.abstractmethod

Calls

no outgoing calls

Tested by

no test coverage detected