Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

sycai
Copy link
Contributor

@sycai sycai commented Sep 15, 2025

b/443853093

@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Sep 15, 2025
@sycai sycai requested review from chelsea-lin and tswast September 15, 2025 20:46
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels Sep 15, 2025
@sycai sycai marked this pull request as ready for review September 15, 2025 20:47
@sycai sycai requested review from a team as code owners September 15, 2025 20:47
GarrettWu
GarrettWu previously approved these changes Sep 15, 2025
@sycai sycai enabled auto-merge (squash) September 15, 2025 21:20
@tswast tswast disabled auto-merge September 15, 2025 21:32
@tswast
Copy link
Collaborator

tswast commented Sep 15, 2025

Could you fix doctest in this change, too?

__________ [doctest] bigframes.bigquery._operations.ai.generate_bool ___________
[gw3] linux -- Python 3.12.7 /tmpfs/src/github/python-bigquery-dataframes/.nox/doctest/bin/python
041     **Examples:**
042 
043         >>> import bigframes.pandas as bpd
044         >>> import bigframes.bigquery as bbq
045         >>> bpd.options.display.progress_bar = None
046         >>> df = bpd.DataFrame({
047         ...     "col_1": ["apple", "bear", "pear"],
048         ...     "col_2": ["fruit", "animal", "animal"]
049         ... })
050         >>> bbq.ai_generate_bool((df["col_1"], " is a ", df["col_2"]))
UNEXPECTED EXCEPTION: AttributeError("module 'bigframes.bigquery' has no attribute 'ai_generate_bool'")

tswast
tswast previously approved these changes Sep 15, 2025
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Sep 15, 2025
@sycai sycai merged commit 566a37a into main Sep 16, 2025
21 of 25 checks passed
@sycai sycai deleted the sycai_ai_gen_bool_mm_fix branch September 16, 2025 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants