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

Method read_bytes

python/pyarrow/tests/test_csv.py:436–442  ·  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

434
435 @abc.abstractmethod
436 def read_bytes(self, b, **kwargs):
437 """
438 :param b: bytes to be parsed
439 :param kwargs: arguments passed on to open the csv file
440 :return: b parsed as a single Table
441 """
442 raise NotImplementedError
443
444 @property
445 @abc.abstractmethod

Calls

no outgoing calls

Tested by

no test coverage detected