BigQuery DataFrames Python API
For support during the preview, email bigframes-feedback@google.com.
BigQuery DataFrames is a Python API that you can use to analyze data and perform machine learning tasks in BigQuery.
BigQuery DataFrames consists of the following parts:
bigframes.pandas
implements a pandas-like API on top of BigQuery.bigframes.ml
implements a scikit-learn-like API on top of BigQuery ML.
Get started with BigQuery DataFrames by using the BigQuery DataFrames quickstart.