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

Function _test_table

python/pyarrow/tests/parquet/common.py:128–129  ·  view source on GitHub ↗
(size=10000, seed=0)

Source from the content-addressed store, hash-verified

126
127
128def _test_table(size=10000, seed=0):
129 return pa.Table.from_pydict(_test_dict(size, seed))
130
131
132def make_sample_file(table_or_df):

Calls 1

_test_dictFunction · 0.85