Home
last modified time | relevance | path

Searched refs:test_value_counts_with_normalize (Results 1 – 14 of 14) sorted by relevance

/dports/math/py-pandas/pandas-1.2.5/pandas/tests/extension/
H A Dtest_numpy.py210 def test_value_counts_with_normalize(self, data): member in TestMethods
211 return super().test_value_counts_with_normalize(data)
H A Dtest_string.py122 def test_value_counts_with_normalize(self, data): member in TestMethods
H A Dtest_floating.py188 def test_value_counts_with_normalize(self, data):
H A Dtest_integer.py225 def test_value_counts_with_normalize(self, data): member in TestMethods
H A Dtest_boolean.py239 def test_value_counts_with_normalize(self, data):
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/arrays/boolean/
H A Dtest_function.py88 def test_value_counts_with_normalize(): function
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/extension/decimal/
H A Dtest_decimal.py185 def test_value_counts_with_normalize(self, data): member in TestMethods
186 return super().test_value_counts_with_normalize(data)
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/arrays/integer/
H A Dtest_function.py130 def test_value_counts_with_normalize(): function
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/arrays/floating/
H A Dtest_function.py116 def test_value_counts_with_normalize(): function
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/extension/json/
H A Dtest_json.py219 def test_value_counts_with_normalize(self, data):
/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/tests/
H A Dtest_extension_array.py456 def test_value_counts_with_normalize(self, data): member in TestMethods
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/arrays/string_/
H A Dtest_string.py493 def test_value_counts_with_normalize(dtype, request): function
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/extension/base/
H A Dmethods.py31 def test_value_counts_with_normalize(self, data): member in BaseMethodsTests
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/tests/
H A Dtest_dataframe.py1199 def test_value_counts_with_normalize(): function