Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Latest commit

 

History

History
56 lines (44 loc) · 1.15 KB

File metadata and controls

56 lines (44 loc) · 1.15 KB

API Reference

Refer to these pages for details about the public objects in the bigframes packages.

.. autosummary::
    :toctree: api

    bigframes._config
    bigframes.bigquery
    bigframes.bigquery.ai
    bigframes.bigquery.ml
    bigframes.bigquery.obj
    bigframes.enums
    bigframes.exceptions
    bigframes.geopandas
    bigframes.pandas
    bigframes.pandas.api.typing
    bigframes.streaming

Pandas Extensions

BigQuery DataFrames provides extensions to pandas DataFrame objects.

.. autosummary::
    :toctree: api

    bigframes.extensions.pandas.dataframe_accessor.BigQueryDataFrameAccessor

ML APIs

BigQuery DataFrames provides many machine learning modules, inspired by scikit-learn.

.. autosummary::
    :toctree: api

    bigframes.ml
    bigframes.ml.cluster
    bigframes.ml.compose
    bigframes.ml.decomposition
    bigframes.ml.ensemble
    bigframes.ml.forecasting
    bigframes.ml.imported
    bigframes.ml.impute
    bigframes.ml.linear_model
    bigframes.ml.llm
    bigframes.ml.metrics
    bigframes.ml.model_selection
    bigframes.ml.pipeline
    bigframes.ml.preprocessing
    bigframes.ml.remote