-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
Python 3.12 Test Summary
dask/dataframe/dask_expr/tests/test_groupby.py::test_groupby_no_numeric_only[value_counts]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/dask_expr/tests/test_groupby.py::test_value_counts_split_out: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_groupby_value_counts[disk-uint8-foo]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_groupby_value_counts[disk-int32-foo]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_groupby_value_counts[disk-int64-foo]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_groupby_value_counts[tasks-uint8-foo]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_groupby_value_counts[tasks-int32-foo]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_groupby_value_counts[tasks-int64-foo]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_groupby_value_counts_10322[disk]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_groupby_value_counts_10322[tasks]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_empty_partitions_with_value_counts[disk-A]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_empty_partitions_with_value_counts[tasks-A]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_groupby_value_counts_all_na_partitions[disk]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_groupby.py::test_groupby_value_counts_all_na_partitions[tasks]: pandas.errors.Pandas4Warning: `groups` by one element list returns scalar is deprecated and will be removed. In a future version `groups` by one element list will return tuple. Use ``df.groupby(by='a').groups`` instead of ``df.groupby(by=['a']).groups`` to avoid this warning
dask/dataframe/tests/test_utils_dataframe.py::test_meta_nonempty: pandas.errors.Pandas4Warning: Constructing a Categorical with a dtype and values containing non-null entries not in that dtype's categories is deprecated and will raise in a future version.
dask/dataframe/tests/test_utils_dataframe.py::test_meta_nonempty_empty_categories: pandas.errors.Pandas4Warning: Constructing a Categorical with a dtype and values containing non-null entries not in that dtype's categories is deprecated and will raise in a future version.
Reactions are currently unavailable