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

Method head

python/pyarrow/tests/test_dataset.py:321–323  ·  view source on GitHub ↗
(self, dataset, num_rows, **kwargs)

Source from the content-addressed store, hash-verified

319 return dataset.scanner(**kwargs)
320
321 def head(self, dataset, num_rows, **kwargs):
322 self._patch_kwargs(kwargs)
323 return dataset.head(num_rows, **kwargs)
324
325 def take(self, dataset, indices, **kwargs):
326 self._patch_kwargs(kwargs)

Callers 5

dataframe_to_typesFunction · 0.45
test_headFunction · 0.45
test_dataset_filterFunction · 0.45
test_iter_batches_readerFunction · 0.45
push_dataFunction · 0.45

Calls 1

_patch_kwargsMethod · 0.95

Tested by

no test coverage detected