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

Function _assert_nunique

python/pyarrow/tests/test_pandas.py:3456–3457  ·  view source on GitHub ↗
(obj, expected)

Source from the content-addressed store, hash-verified

3454
3455
3456def _assert_nunique(obj, expected):
3457 assert len({id(x) for x in obj}) == expected
3458
3459
3460def test_to_pandas_deduplicate_strings_array_types():

Calls 2

lenFunction · 0.85
idFunction · 0.50

Tested by

no test coverage detected