Skip to content

docs: add code snippets for session and IO public docs #1919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sycai
Copy link
Contributor

@sycai sycai commented Jul 18, 2025

Also moved the existing region tags for "read_csv" and "to_gbq" from other files into this new file.

Internal issue: 407575751

@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. samples Issues that are directly related to samples. labels Jul 18, 2025
@sycai sycai added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 18, 2025
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 18, 2025
@sycai
Copy link
Contributor Author

sycai commented Jul 18, 2025

the presubmit failure is about "isdigit":

@pytest.mark.skipif(
        "dev" in pa.__version__,
        # [b/333484335](http://b/333484335) pyarrow is inconsistent on the behavior
        reason="pyarrow dev version is inconsistent on isdigit behavior.",
    )
    def test_isdigit(weird_strings, weird_strings_pd):
        pd_result = weird_strings_pd.str.isdigit()
        bf_result = weird_strings.str.isdigit().to_pandas()
    
>       pd.testing.assert_series_equal(
            bf_result,
            pd_result.astype(pd.BooleanDtype())
            # the dtype here is a case of intentional diversion from pandas
            # see [go/bigframes-dtypes](http://goto.google.com/bigframes-dtypes)
        )

This is not related to this change.

@sycai sycai requested a review from tswast July 18, 2025 17:10
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. samples Issues that are directly related to samples. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants