Skip to content

Commit fd06d31

Browse files
authored
chore: skip cluster_by doctest (#1086)
1 parent dced460 commit fd06d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigframes/operations/semantics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def cluster_by(
231231
>>> df = bpd.DataFrame({
232232
... "Product": ["Smartphone", "Laptop", "T-shirt", "Jeans"],
233233
... })
234-
>>> df.semantics.cluster_by("Product", "Cluster ID", model, n_clusters=2)
234+
>>> df.semantics.cluster_by("Product", "Cluster ID", model, n_clusters=2) # doctest: +SKIP
235235
Product Cluster ID
236236
0 Smartphone 2
237237
1 Laptop 2

0 commit comments

Comments
 (0)