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

Function _generate_dedup_example

python/pyarrow/tests/test_pandas.py:3451–3453  ·  view source on GitHub ↗
(nunique, repeats)

Source from the content-addressed store, hash-verified

3449
3450
3451def _generate_dedup_example(nunique, repeats):
3452 unique_values = [rands(10) for i in range(nunique)]
3453 return unique_values * repeats
3454
3455
3456def _assert_nunique(obj, expected):

Calls 1

randsFunction · 0.90

Tested by

no test coverage detected