We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991a363 commit a71776dCopy full SHA for a71776d
bigframes/pandas/core/methods/describe.py
@@ -125,7 +125,7 @@ def _get_aggs_for_dtype(dtype) -> list[aggregations.UnaryAggregateOp]:
125
or (
126
isinstance(dtype, pd.ArrowDtype)
127
and pa.types.is_struct(dtype.pyarrow_dtype)
128
- and dtype != dtypes.OBJ_REF_DTYPE
+ and not dtypes.contains_db_dtypes_json_dtype(dtype)
129
)
130
):
131
return [aggregations.count_op, aggregations.nunique_op]
0 commit comments