LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
bigframes/__init__.py
bigframes/clients.py
bigframes/constants.py
bigframes/dataframe.py
bigframes/dtypes.py
bigframes/formatting_helpers.py
bigframes/remote_function.py
bigframes/series.py
bigframes/version.py
bigframes.egg-info/PKG-INFO
bigframes.egg-info/SOURCES.txt
bigframes.egg-info/dependency_links.txt
bigframes.egg-info/not-zip-safe
bigframes.egg-info/requires.txt
bigframes.egg-info/top_level.txt
bigframes/_config/__init__.py
bigframes/_config/bigquery_options.py
bigframes/_config/compute_options.py
bigframes/_config/display_options.py
bigframes/_config/sampling_options.py
bigframes/core/__init__.py
bigframes/core/block_transforms.py
bigframes/core/blocks.py
bigframes/core/global_session.py
bigframes/core/guid.py
bigframes/core/indexers.py
bigframes/core/nodes.py
bigframes/core/ordering.py
bigframes/core/scalar.py
bigframes/core/utils.py
bigframes/core/window_spec.py
bigframes/core/compile/__init__.py
bigframes/core/compile/compiled.py
bigframes/core/compile/compiler.py
bigframes/core/compile/row_identity.py
bigframes/core/compile/single_column.py
bigframes/core/groupby/__init__.py
bigframes/core/indexes/__init__.py
bigframes/core/indexes/index.py
bigframes/core/joins/__init__.py
bigframes/core/joins/merge.py
bigframes/core/joins/name_resolution.py
bigframes/core/reshape/__init__.py
bigframes/core/window/__init__.py
bigframes/ml/__init__.py
bigframes/ml/base.py
bigframes/ml/cluster.py
bigframes/ml/compose.py
bigframes/ml/core.py
bigframes/ml/decomposition.py
bigframes/ml/ensemble.py
bigframes/ml/forecasting.py
bigframes/ml/globals.py
bigframes/ml/imported.py
bigframes/ml/linear_model.py
bigframes/ml/llm.py
bigframes/ml/loader.py
bigframes/ml/metrics.py
bigframes/ml/model_selection.py
bigframes/ml/pipeline.py
bigframes/ml/preprocessing.py
bigframes/ml/sql.py
bigframes/ml/utils.py
bigframes/operations/__init__.py
bigframes/operations/aggregations.py
bigframes/operations/base.py
bigframes/operations/datetimes.py
bigframes/operations/strings.py
bigframes/operations/structs.py
bigframes/pandas/__init__.py
bigframes/session/__init__.py
bigframes/session/clients.py
bigframes/session/_io/__init__.py
bigframes/session/_io/bigquery.py
bigframes/session/_io/pandas.py
tests/__init__.py
tests/data/hockey_players.json
tests/data/hockey_players.jsonl
tests/data/matrix_2by3.json
tests/data/matrix_2by3.jsonl
tests/data/matrix_3by4.json
tests/data/matrix_3by4.jsonl
tests/data/penguins.jsonl
tests/data/penguins_schema.json
tests/data/scalars.jsonl
tests/data/scalars_schema.json
tests/data/time_series.jsonl
tests/data/time_series_schema.json
tests/system/__init__.py
tests/system/conftest.py
tests/system/utils.py
tests/system/large/__init__.py
tests/system/large/test_remote_function.py
tests/system/large/test_session.py
tests/system/large/ml/test_cluster.py
tests/system/large/ml/test_compose.py
tests/system/large/ml/test_core.py
tests/system/large/ml/test_decomposition.py
tests/system/large/ml/test_ensemble.py
tests/system/large/ml/test_forecasting.py
tests/system/large/ml/test_linear_model.py
tests/system/large/ml/test_pipeline.py
tests/system/small/__init__.py
tests/system/small/test_dataframe.py
tests/system/small/test_dataframe_io.py
tests/system/small/test_groupby.py
tests/system/small/test_ibis.py
tests/system/small/test_index.py
tests/system/small/test_ipython.py
tests/system/small/test_multiindex.py
tests/system/small/test_numpy.py
tests/system/small/test_pandas.py
tests/system/small/test_pandas_options.py
tests/system/small/test_progress_bar.py
tests/system/small/test_remote_function.py
tests/system/small/test_scalar.py
tests/system/small/test_series.py
tests/system/small/test_session.py
tests/system/small/test_window.py
tests/system/small/ml/__init__.py
tests/system/small/ml/conftest.py
tests/system/small/ml/test_cluster.py
tests/system/small/ml/test_core.py
tests/system/small/ml/test_decomposition.py
tests/system/small/ml/test_ensemble.py
tests/system/small/ml/test_forecasting.py
tests/system/small/ml/test_imported.py
tests/system/small/ml/test_linear_model.py
tests/system/small/ml/test_llm.py
tests/system/small/ml/test_metrics.py
tests/system/small/ml/test_model_selection.py
tests/system/small/ml/test_preprocessing.py
tests/system/small/ml/test_register.py
tests/system/small/operations/__init__.py
tests/system/small/operations/test_datetimes.py
tests/system/small/operations/test_strings.py
tests/unit/__init__.py
tests/unit/resources.py
tests/unit/test_clients.py
tests/unit/test_compute_options.py
tests/unit/test_core.py
tests/unit/test_dataframe.py
tests/unit/test_dtypes.py
tests/unit/test_formatting_helper.py
tests/unit/test_formatting_helpers.py
tests/unit/test_pandas.py
tests/unit/test_remote_function.py
tests/unit/_config/__init__.py
tests/unit/_config/test_bigquery_options.py
tests/unit/core/__init__.py
tests/unit/core/test_bf_utils.py
tests/unit/core/test_blocks.py
tests/unit/ml/__init__.py
tests/unit/ml/test_api_primitives.py
tests/unit/ml/test_compose.py
tests/unit/ml/test_golden_sql.py
tests/unit/ml/test_pipeline.py
tests/unit/ml/test_sql.py
tests/unit/session/__init__.py
tests/unit/session/test_clients.py
tests/unit/session/test_io_bigquery.py
tests/unit/session/test_io_pandas.py
tests/unit/session/test_session.py
third_party/__init__.py
third_party/bigframes_vendored/__init__.py
third_party/bigframes_vendored/cpython/LICENSE
third_party/bigframes_vendored/cpython/__init__.py
third_party/bigframes_vendored/cpython/_pprint.py
third_party/bigframes_vendored/google_cloud_bigquery/LICENSE
third_party/bigframes_vendored/google_cloud_bigquery/__init__.py
third_party/bigframes_vendored/google_cloud_bigquery/_pandas_helpers.py
third_party/bigframes_vendored/google_cloud_bigquery/tests/__init__.py
third_party/bigframes_vendored/google_cloud_bigquery/tests/unit/__init__.py
third_party/bigframes_vendored/google_cloud_bigquery/tests/unit/test_pandas_helpers.py
third_party/bigframes_vendored/ibis/LICENSE.txt
third_party/bigframes_vendored/ibis/README.md
third_party/bigframes_vendored/ibis/__init__.py
third_party/bigframes_vendored/ibis/backends/__init__.py
third_party/bigframes_vendored/ibis/backends/bigquery/__init__.py
third_party/bigframes_vendored/ibis/backends/bigquery/registry.py
third_party/bigframes_vendored/ibis/expr/__init__.py
third_party/bigframes_vendored/ibis/expr/operations/__init__.py
third_party/bigframes_vendored/ibis/expr/operations/analytic.py
third_party/bigframes_vendored/ibis/expr/operations/reductions.py
third_party/bigframes_vendored/pandas/AUTHORS.md
third_party/bigframes_vendored/pandas/LICENSE
third_party/bigframes_vendored/pandas/README.md
third_party/bigframes_vendored/pandas/__init__.py
third_party/bigframes_vendored/pandas/_config/config.py
third_party/bigframes_vendored/pandas/core/config_init.py
third_party/bigframes_vendored/pandas/core/frame.py
third_party/bigframes_vendored/pandas/core/generic.py
third_party/bigframes_vendored/pandas/core/indexing.py
third_party/bigframes_vendored/pandas/core/series.py
third_party/bigframes_vendored/pandas/core/arrays/__init__.py
third_party/bigframes_vendored/pandas/core/arrays/arrow/__init__.py
third_party/bigframes_vendored/pandas/core/arrays/arrow/accessors.py
third_party/bigframes_vendored/pandas/core/groupby/__init__.py
third_party/bigframes_vendored/pandas/core/indexes/__init__.py
third_party/bigframes_vendored/pandas/core/indexes/accessor.py
third_party/bigframes_vendored/pandas/core/indexes/base.py
third_party/bigframes_vendored/pandas/core/reshape/__init__.py
third_party/bigframes_vendored/pandas/core/reshape/concat.py
third_party/bigframes_vendored/pandas/core/reshape/encoding.py
third_party/bigframes_vendored/pandas/core/reshape/merge.py
third_party/bigframes_vendored/pandas/core/reshape/tile.py
third_party/bigframes_vendored/pandas/core/strings/accessor.py
third_party/bigframes_vendored/pandas/core/window/__init__.py
third_party/bigframes_vendored/pandas/core/window/rolling.py
third_party/bigframes_vendored/pandas/io/__init__.py
third_party/bigframes_vendored/pandas/io/common.py
third_party/bigframes_vendored/pandas/io/gbq.py
third_party/bigframes_vendored/pandas/io/parquet.py
third_party/bigframes_vendored/pandas/io/pickle.py
third_party/bigframes_vendored/pandas/io/parsers/__init__.py
third_party/bigframes_vendored/pandas/io/parsers/readers.py
third_party/bigframes_vendored/pandas/pandas/_typing.py
third_party/bigframes_vendored/sklearn/COPYING
third_party/bigframes_vendored/sklearn/__init__.py
third_party/bigframes_vendored/sklearn/base.py
third_party/bigframes_vendored/sklearn/pipeline.py
third_party/bigframes_vendored/sklearn/cluster/_kmeans.py
third_party/bigframes_vendored/sklearn/compose/_column_transformer.py
third_party/bigframes_vendored/sklearn/decomposition/_pca.py
third_party/bigframes_vendored/sklearn/ensemble/__init__.py
third_party/bigframes_vendored/sklearn/ensemble/_forest.py
third_party/bigframes_vendored/sklearn/linear_model/_base.py
third_party/bigframes_vendored/sklearn/linear_model/_logistic.py
third_party/bigframes_vendored/sklearn/metrics/_classification.py
third_party/bigframes_vendored/sklearn/metrics/_ranking.py
third_party/bigframes_vendored/sklearn/metrics/_regression.py
third_party/bigframes_vendored/sklearn/preprocessing/_data.py
third_party/bigframes_vendored/sklearn/preprocessing/_discretization.py
third_party/bigframes_vendored/sklearn/preprocessing/_encoder.py
third_party/bigframes_vendored/sklearn/preprocessing/_label.py
third_party/bigframes_vendored/xgboost/LICENSE
third_party/bigframes_vendored/xgboost/__init__.py
third_party/bigframes_vendored/xgboost/sklearn.py