Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
def
_test_table(size=10000, seed=0):
129
return
pa.Table.from_pydict(_test_dict(size, seed))
130
131
132
def
make_sample_file(table_or_df):
Callers
7
test_set_write_batch_size
Function · 0.90
test_set_dictionary_pagesize_limit
Function · 0.90
test_dataset_memory_map
Function · 0.90
test_dataset_enable_buffered_stream
Function · 0.90
test_dataset_enable_pre_buffer
Function · 0.90
_make_example_multifile_dataset
Function · 0.90
test_parquet_writer_filesystem_buffer_raises
Function · 0.90
Calls
1
_test_dict
Function · 0.85
Tested by
7
test_set_write_batch_size
Function · 0.72
test_set_dictionary_pagesize_limit
Function · 0.72
test_dataset_memory_map
Function · 0.72
test_dataset_enable_buffered_stream
Function · 0.72
test_dataset_enable_pre_buffer
Function · 0.72
_make_example_multifile_dataset
Function · 0.72
test_parquet_writer_filesystem_buffer_raises
Function · 0.72