BigQuery DataFrames Python API
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.pandasimplements a pandas-like API on top of BigQuery. For more information, see Supported pandas APIs.bigframes.mlimplements a scikit-learn-like API on top of BigQuery ML.
Get started with BigQuery DataFrames by using the BigQuery DataFrames quickstart.