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

Function test_empty_table_no_columns

python/pyarrow/tests/parquet/test_basic.py:224–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

222
223@pytest.mark.pandas
224def test_empty_table_no_columns():
225 df = pd.DataFrame()
226 empty = pa.Table.from_pandas(df, preserve_index=False)
227 _check_roundtrip(empty)
228
229
230def test_write_nested_zero_length_array_chunk_failure():

Callers

nothing calls this directly

Calls 1

_check_roundtripFunction · 0.90

Tested by

no test coverage detected