bigframes 2.1.0
pip install bigframes==2.1.0
Released:
BigQuery DataFrames -- scalable analytics and machine learning with BigQuery
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache 2.0)
- Author: Google LLC
- Requires: Python >=3.9
-
Provides-Extra:
all
,dev
,polars
,scikit-learn
,tests
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
BigQuery DataFrames provides a Pythonic DataFrame and machine learning (ML) API powered by the BigQuery engine.
bigframes.pandas provides a pandas-compatible API for analytics.
bigframes.ml provides a scikit-learn-like API for ML.
BigQuery DataFrames is an open-source package. You can run pip install --upgrade bigframes to install the latest version.
⚠️ Warning: Breaking Changes in BigQuery DataFrames v2.0
Version 2.0 introduces breaking changes for improved security and performance. Key default behaviors have changed, including
Large Results (>10GB): The default value for allow_large_results has changed to False. Methods like to_pandas() will now fail if the query result’s compressed data size exceeds 10GB, unless large results are explicitly permitted.
Remote Function Security: The library no longer automatically lets the Compute Engine default service account become the identity of the Cloud Run functions. If that is desired, it has to be indicated by passing cloud_function_service_account="default". And network ingress now defaults to "internal-only".
@remote_function Argument Passing: Arguments other than input_types, output_type, and dataset to remote_function must now be passed using keyword syntax, as positional arguments are no longer supported.
@udf Argument Passing: Arguments dataset and name to udf are now mandatory.
Endpoint Connections: Automatic fallback to locational endpoints in certain regions is removed.
LLM Updates (Gemini Integration): Integrations now default to the gemini-2.0-flash-001 model. PaLM2 support has been removed; please migrate any existing PaLM2 usage to Gemini. Note: The current default model will be removed in Version 3.0.
Important: If you are not ready to adapt to these changes, please pin your dependency to a version less than 2.0 (e.g., bigframes==1.42.0) to avoid disruption.
To learn about these changes and how to migrate to version 2.0, see the updated introduction guide.
Documentation
Getting started with BigQuery DataFrames
Read Introduction to BigQuery DataFrames and try the BigQuery DataFrames quickstart to get up and running in just a few minutes.
License
BigQuery DataFrames is distributed with the Apache-2.0 license.
It also contains code derived from the following third-party packages:
For details, see the third_party directory.
Contact Us
For further help and provide feedback, you can email us at bigframes-feedback@google.com.
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache 2.0)
- Author: Google LLC
- Requires: Python >=3.9
-
Provides-Extra:
all
,dev
,polars
,scikit-learn
,tests
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bigframes-2.1.0.tar.gz
.
File metadata
- Download URL: bigframes-2.1.0.tar.gz
- Upload date:
- Size: 2.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
35c3d0fee09467a10470a2b2185698f55725dbf790c915fb6a6897b93232d1bb
|
|
MD5 |
25b212d5287ef9b50d7557a84273b359
|
|
BLAKE2b-256 |
a3cb7556e4e3374e9b5ecc37457d3b1758bf103bb28523c67400b0f514b4941e
|
File details
Details for the file bigframes-2.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: bigframes-2.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6dd464672930cde2886fc68c31b43a5e3dabf2fd2078317632ba568de9120d48
|
|
MD5 |
25bf6f0adbea419395fbe8f779145be1
|
|
BLAKE2b-256 |
e6b6be7198252454776a67d8b9589b8859c62f82d8a65aaab94bc34c6d335464
|