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

Method num_chunks

python/pyarrow/interchange/column.py:399–403  ·  view source on GitHub ↗

Return the number of chunks the column consists of.

(self)

Source from the content-addressed store, hash-verified

397 pass
398
399 def num_chunks(self) -> int:
400 """
401 Return the number of chunks the column consists of.
402 """
403 return 1
404
405 def get_chunks(
406 self, n_chunks: Optional[int] = None

Callers 15

TestNoneAndNaNFunction · 0.45
CheckNotZeroCopyOnlyMethod · 0.45
ConvertIntegerWithNullsFunction · 0.45
ConvertAsPyObjectsFunction · 0.45
ConvertStructFunction · 0.45
ConvertListsLikeFunction · 0.45
ConvertMapHelperFunction · 0.45
ConvertMapFunction · 0.45
ConvertNumericNullableFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestNoneAndNaNFunction · 0.36
test_pandas_roundtripFunction · 0.36
test_pyarrow_roundtripFunction · 0.36
test_dataframeFunction · 0.36
test_get_columnsFunction · 0.36
TEST_FFunction · 0.36