LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
bigframes/__init__.py
bigframes/clients.py
bigframes/constants.py
bigframes/dataframe.py
bigframes/dtypes.py
bigframes/enums.py
bigframes/exceptions.py
bigframes/features.py
bigframes/formatting_helpers.py
bigframes/py.typed
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/experiment_options.py
bigframes/_config/sampling_options.py
bigframes/bigquery/__init__.py
bigframes/bigquery/_operations/__init__.py
bigframes/bigquery/_operations/approx_agg.py
bigframes/bigquery/_operations/array.py
bigframes/bigquery/_operations/datetime.py
bigframes/bigquery/_operations/geo.py
bigframes/bigquery/_operations/json.py
bigframes/bigquery/_operations/search.py
bigframes/bigquery/_operations/sql.py
bigframes/bigquery/_operations/struct.py
bigframes/blob/_functions.py
bigframes/core/__init__.py
bigframes/core/array_value.py
bigframes/core/bigframe_node.py
bigframes/core/block_transforms.py
bigframes/core/blocks.py
bigframes/core/convert.py
bigframes/core/eval.py
bigframes/core/explode.py
bigframes/core/expression.py
bigframes/core/global_session.py
bigframes/core/guid.py
bigframes/core/identifiers.py
bigframes/core/indexers.py
bigframes/core/join_def.py
bigframes/core/local_data.py
bigframes/core/log_adapter.py
bigframes/core/nodes.py
bigframes/core/ordering.py
bigframes/core/pruning.py
bigframes/core/scalar.py
bigframes/core/schema.py
bigframes/core/slices.py
bigframes/core/sql.py
bigframes/core/tree_properties.py
bigframes/core/utils.py
bigframes/core/validations.py
bigframes/core/window_spec.py
bigframes/core/compile/__init__.py
bigframes/core/compile/aggregate_compiler.py
bigframes/core/compile/api.py
bigframes/core/compile/compiled.py
bigframes/core/compile/compiler.py
bigframes/core/compile/concat.py
bigframes/core/compile/constants.py
bigframes/core/compile/default_ordering.py
bigframes/core/compile/explode.py
bigframes/core/compile/ibis_types.py
bigframes/core/compile/scalar_op_compiler.py
bigframes/core/compile/schema_translator.py
bigframes/core/compile/googlesql/__init__.py
bigframes/core/compile/googlesql/abc.py
bigframes/core/compile/googlesql/datatype.py
bigframes/core/compile/googlesql/expression.py
bigframes/core/compile/googlesql/function.py
bigframes/core/compile/googlesql/query.py
bigframes/core/compile/polars/__init__.py
bigframes/core/compile/polars/compiler.py
bigframes/core/groupby/__init__.py
bigframes/core/groupby/aggs.py
bigframes/core/groupby/dataframe_group_by.py
bigframes/core/groupby/series_group_by.py
bigframes/core/indexes/__init__.py
bigframes/core/indexes/base.py
bigframes/core/indexes/multi.py
bigframes/core/reshape/__init__.py
bigframes/core/reshape/api.py
bigframes/core/reshape/concat.py
bigframes/core/reshape/encoding.py
bigframes/core/reshape/merge.py
bigframes/core/reshape/tile.py
bigframes/core/rewrite/__init__.py
bigframes/core/rewrite/identifiers.py
bigframes/core/rewrite/implicit_align.py
bigframes/core/rewrite/legacy_align.py
bigframes/core/rewrite/order.py
bigframes/core/rewrite/pruning.py
bigframes/core/rewrite/slices.py
bigframes/core/rewrite/timedeltas.py
bigframes/core/tools/__init__.py
bigframes/core/tools/datetimes.py
bigframes/core/window/__init__.py
bigframes/functions/__init__.py
bigframes/functions/_function_client.py
bigframes/functions/_function_session.py
bigframes/functions/_utils.py
bigframes/functions/function.py
bigframes/functions/function_template.py
bigframes/geopandas/__init__.py
bigframes/geopandas/geoseries.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/impute.py
bigframes/ml/linear_model.py
bigframes/ml/llm.py
bigframes/ml/loader.py
bigframes/ml/model_selection.py
bigframes/ml/pipeline.py
bigframes/ml/preprocessing.py
bigframes/ml/remote.py
bigframes/ml/sql.py
bigframes/ml/utils.py
bigframes/ml/metrics/__init__.py
bigframes/ml/metrics/_metrics.py
bigframes/ml/metrics/pairwise.py
bigframes/operations/__init__.py
bigframes/operations/_op_converters.py
bigframes/operations/aggregations.py
bigframes/operations/ai.py
bigframes/operations/array_ops.py
bigframes/operations/base.py
bigframes/operations/base_ops.py
bigframes/operations/blob.py
bigframes/operations/blob_ops.py
bigframes/operations/bool_ops.py
bigframes/operations/comparison_ops.py
bigframes/operations/date_ops.py
bigframes/operations/datetime_ops.py
bigframes/operations/datetimes.py
bigframes/operations/distance_ops.py
bigframes/operations/frequency_ops.py
bigframes/operations/generic_ops.py
bigframes/operations/geo_ops.py
bigframes/operations/json_ops.py
bigframes/operations/lists.py
bigframes/operations/numeric_ops.py
bigframes/operations/numpy_op_maps.py
bigframes/operations/plotting.py
bigframes/operations/remote_function_ops.py
bigframes/operations/semantics.py
bigframes/operations/string_ops.py
bigframes/operations/strings.py
bigframes/operations/struct_ops.py
bigframes/operations/structs.py
bigframes/operations/time_ops.py
bigframes/operations/timedelta_ops.py
bigframes/operations/type.py
bigframes/operations/_matplotlib/__init__.py
bigframes/operations/_matplotlib/core.py
bigframes/operations/_matplotlib/hist.py
bigframes/pandas/__init__.py
bigframes/pandas/core/__init__.py
bigframes/pandas/core/api.py
bigframes/pandas/core/tools/__init__.py
bigframes/pandas/core/tools/timedeltas.py
bigframes/pandas/io/__init__.py
bigframes/pandas/io/api.py
bigframes/session/__init__.py
bigframes/session/bigquery_session.py
bigframes/session/clients.py
bigframes/session/environment.py
bigframes/session/executor.py
bigframes/session/loader.py
bigframes/session/metrics.py
bigframes/session/planner.py
bigframes/session/temp_storage.py
bigframes/session/time.py
bigframes/session/validation.py
bigframes/session/_io/__init__.py
bigframes/session/_io/pandas.py
bigframes/session/_io/bigquery/__init__.py
bigframes/session/_io/bigquery/read_gbq_table.py
bigframes/streaming/__init__.py
bigframes/streaming/dataframe.py
tests/__init__.py
tests/benchmark/README.md
tests/benchmark/__init__.py
tests/benchmark/utils.py
tests/benchmark/db_benchmark/groupby/config.jsonl
tests/benchmark/db_benchmark/groupby/q1.py
tests/benchmark/db_benchmark/groupby/q10.py
tests/benchmark/db_benchmark/groupby/q2.py
tests/benchmark/db_benchmark/groupby/q3.py
tests/benchmark/db_benchmark/groupby/q4.py
tests/benchmark/db_benchmark/groupby/q5.py
tests/benchmark/db_benchmark/groupby/q6.py
tests/benchmark/db_benchmark/groupby/q7.py
tests/benchmark/db_benchmark/groupby/q8.py
tests/benchmark/db_benchmark/join/config.jsonl
tests/benchmark/db_benchmark/join/q1.py
tests/benchmark/db_benchmark/join/q2.py
tests/benchmark/db_benchmark/join/q3.py
tests/benchmark/db_benchmark/join/q4.py
tests/benchmark/db_benchmark/join/q5.py
tests/benchmark/db_benchmark/sort/config.jsonl
tests/benchmark/db_benchmark/sort/q1.py
tests/benchmark/tpch/config.jsonl
tests/benchmark/tpch/q1.py
tests/benchmark/tpch/q10.py
tests/benchmark/tpch/q11.py
tests/benchmark/tpch/q12.py
tests/benchmark/tpch/q13.py
tests/benchmark/tpch/q14.py
tests/benchmark/tpch/q15.py
tests/benchmark/tpch/q16.py
tests/benchmark/tpch/q17.py
tests/benchmark/tpch/q18.py
tests/benchmark/tpch/q19.py
tests/benchmark/tpch/q2.py
tests/benchmark/tpch/q20.py
tests/benchmark/tpch/q21.py
tests/benchmark/tpch/q22.py
tests/benchmark/tpch/q3.py
tests/benchmark/tpch/q4.py
tests/benchmark/tpch/q5.py
tests/benchmark/tpch/q6.py
tests/benchmark/tpch/q7.py
tests/benchmark/tpch/q8.py
tests/benchmark/tpch/q9.py
tests/data/hockey_players.json
tests/data/hockey_players.jsonl
tests/data/json.jsonl
tests/data/json_schema.json
tests/data/matrix_2by3.json
tests/data/matrix_2by3.jsonl
tests/data/matrix_3by4.json
tests/data/matrix_3by4.jsonl
tests/data/nested.jsonl
tests/data/nested_schema.json
tests/data/nested_structs.jsonl
tests/data/nested_structs_schema.json
tests/data/penguins.jsonl
tests/data/penguins_schema.json
tests/data/people.csv
tests/data/repeated.jsonl
tests/data/repeated_schema.json
tests/data/scalars.jsonl
tests/data/scalars_schema.json
tests/data/time_series.jsonl
tests/data/time_series_schema.json
tests/data/urban_areas.jsonl
tests/data/urban_areas_schema.json
tests/system/__init__.py
tests/system/conftest.py
tests/system/utils.py
tests/system/large/__init__.py
tests/system/large/test_dataframe.py
tests/system/large/test_dataframe_io.py
tests/system/large/test_location.py
tests/system/large/test_session.py
tests/system/large/test_streaming.py
tests/system/large/blob/test_function.py
tests/system/large/functions/__init__.py
tests/system/large/functions/test_managed_function.py
tests/system/large/functions/test_remote_function.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_model_selection.py
tests/system/large/ml/test_pipeline.py
tests/system/large/operations/__init__.py
tests/system/large/operations/conftest.py
tests/system/large/operations/test_ai.py
tests/system/large/operations/test_semantics.py
tests/system/load/conftest.py
tests/system/load/test_large_tables.py
tests/system/load/test_llm.py
tests/system/small/__init__.py
tests/system/small/test_bq_sessions.py
tests/system/small/test_dataframe.py
tests/system/small/test_dataframe_io.py
tests/system/small/test_encryption.py
tests/system/small/test_groupby.py
tests/system/small/test_index.py
tests/system/small/test_index_io.py
tests/system/small/test_ipython.py
tests/system/small/test_multiindex.py
tests/system/small/test_null_index.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_scalar.py
tests/system/small/test_series.py
tests/system/small/test_series_io.py
tests/system/small/test_session.py
tests/system/small/test_unordered.py
tests/system/small/test_window.py
tests/system/small/bigquery/__init__.py
tests/system/small/bigquery/test_approx_agg.py
tests/system/small/bigquery/test_array.py
tests/system/small/bigquery/test_datetime.py
tests/system/small/bigquery/test_geo.py
tests/system/small/bigquery/test_json.py
tests/system/small/bigquery/test_sql.py
tests/system/small/bigquery/test_struct.py
tests/system/small/bigquery/test_vector_search.py
tests/system/small/blob/test_io.py
tests/system/small/blob/test_properties.py
tests/system/small/blob/test_urls.py
tests/system/small/core/__init__.py
tests/system/small/core/test_convert.py
tests/system/small/core/test_indexers.py
tests/system/small/functions/__init__.py
tests/system/small/functions/test_remote_function.py
tests/system/small/geopandas/test_geoseries.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_impute.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_metrics_pairwise.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/ml/test_remote.py
tests/system/small/ml/test_utils.py
tests/system/small/operations/__init__.py
tests/system/small/operations/test_ai.py
tests/system/small/operations/test_dates.py
tests/system/small/operations/test_datetimes.py
tests/system/small/operations/test_lists.py
tests/system/small/operations/test_plotting.py
tests/system/small/operations/test_semantics.py
tests/system/small/operations/test_strings.py
tests/system/small/operations/test_struct.py
tests/system/small/operations/test_timedeltas.py
tests/system/small/regression/test_issue355_merge_after_filter.py
tests/unit/__init__.py
tests/unit/polars_session.py
tests/unit/resources.py
tests/unit/test_clients.py
tests/unit/test_constants.py
tests/unit/test_daemon.py
tests/unit/test_dataframe.py
tests/unit/test_dataframe_io.py
tests/unit/test_features.py
tests/unit/test_formatting_helpers.py
tests/unit/test_local_engine.py
tests/unit/test_notebook.py
tests/unit/test_pandas.py
tests/unit/test_planner.py
tests/unit/test_series.py
tests/unit/test_series_io.py
tests/unit/_config/__init__.py
tests/unit/_config/test_bigquery_options.py
tests/unit/_config/test_experiment_options.py
tests/unit/_config/test_threaded_options.py
tests/unit/bigquery/__init__.py
tests/unit/bigquery/test_json.py
tests/unit/core/__init__.py
tests/unit/core/test_bf_utils.py
tests/unit/core/test_blocks.py
tests/unit/core/test_dtypes.py
tests/unit/core/test_expression.py
tests/unit/core/test_indexes.py
tests/unit/core/test_log_adapter.py
tests/unit/core/test_rewrite.py
tests/unit/core/test_slices.py
tests/unit/core/test_sql.py
tests/unit/core/test_windowspec.py
tests/unit/core/compile/__init__.py
tests/unit/core/compile/googlesql/__init__.py
tests/unit/core/compile/googlesql/test_expression.py
tests/unit/core/compile/googlesql/test_function.py
tests/unit/core/compile/googlesql/test_query.py
tests/unit/functions/__init__.py
tests/unit/functions/test_function_template.py
tests/unit/functions/test_remote_function.py
tests/unit/functions/test_remote_function_utils.py
tests/unit/ml/__init__.py
tests/unit/ml/test_api_primitives.py
tests/unit/ml/test_compose.py
tests/unit/ml/test_forecasting.py
tests/unit/ml/test_golden_sql.py
tests/unit/ml/test_pipeline.py
tests/unit/ml/test_sql.py
tests/unit/operations/__init__.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_read_gbq_table.py
tests/unit/session/test_session.py
tests/unit/session/test_time.py
third_party/bigframes_vendored/__init__.py
third_party/bigframes_vendored/constants.py
third_party/bigframes_vendored/py.typed
third_party/bigframes_vendored/version.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/db_benchmark/LICENSE
third_party/bigframes_vendored/db_benchmark/METADATA
third_party/bigframes_vendored/db_benchmark/README.md
third_party/bigframes_vendored/db_benchmark/__init__.py
third_party/bigframes_vendored/db_benchmark/groupby_queries.py
third_party/bigframes_vendored/db_benchmark/join_queries.py
third_party/bigframes_vendored/db_benchmark/sort_queries.py
third_party/bigframes_vendored/geopandas/LICENSE.txt
third_party/bigframes_vendored/geopandas/geoseries.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/config.py
third_party/bigframes_vendored/ibis/selectors.py
third_party/bigframes_vendored/ibis/util.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/backend.py
third_party/bigframes_vendored/ibis/backends/bigquery/client.py
third_party/bigframes_vendored/ibis/backends/bigquery/converter.py
third_party/bigframes_vendored/ibis/backends/bigquery/datatypes.py
third_party/bigframes_vendored/ibis/backends/bigquery/udf/__init__.py
third_party/bigframes_vendored/ibis/backends/bigquery/udf/core.py
third_party/bigframes_vendored/ibis/backends/bigquery/udf/find.py
third_party/bigframes_vendored/ibis/backends/bigquery/udf/rewrite.py
third_party/bigframes_vendored/ibis/backends/sql/__init__.py
third_party/bigframes_vendored/ibis/backends/sql/datatypes.py
third_party/bigframes_vendored/ibis/backends/sql/rewrites.py
third_party/bigframes_vendored/ibis/backends/sql/compilers/__init__.py
third_party/bigframes_vendored/ibis/backends/sql/compilers/base.py
third_party/bigframes_vendored/ibis/backends/sql/compilers/bigquery/__init__.py
third_party/bigframes_vendored/ibis/common/__init__.py
third_party/bigframes_vendored/ibis/common/annotations.py
third_party/bigframes_vendored/ibis/common/bases.py
third_party/bigframes_vendored/ibis/common/caching.py
third_party/bigframes_vendored/ibis/common/collections.py
third_party/bigframes_vendored/ibis/common/deferred.py
third_party/bigframes_vendored/ibis/common/dispatch.py
third_party/bigframes_vendored/ibis/common/egraph.py
third_party/bigframes_vendored/ibis/common/exceptions.py
third_party/bigframes_vendored/ibis/common/graph.py
third_party/bigframes_vendored/ibis/common/grounds.py
third_party/bigframes_vendored/ibis/common/numeric.py
third_party/bigframes_vendored/ibis/common/patterns.py
third_party/bigframes_vendored/ibis/common/selectors.py
third_party/bigframes_vendored/ibis/common/temporal.py
third_party/bigframes_vendored/ibis/common/typing.py
third_party/bigframes_vendored/ibis/expr/__init__.py
third_party/bigframes_vendored/ibis/expr/api.py
third_party/bigframes_vendored/ibis/expr/builders.py
third_party/bigframes_vendored/ibis/expr/datashape.py
third_party/bigframes_vendored/ibis/expr/decompile.py
third_party/bigframes_vendored/ibis/expr/format.py
third_party/bigframes_vendored/ibis/expr/rewrites.py
third_party/bigframes_vendored/ibis/expr/rules.py
third_party/bigframes_vendored/ibis/expr/schema.py
third_party/bigframes_vendored/ibis/expr/sql.py
third_party/bigframes_vendored/ibis/expr/visualize.py
third_party/bigframes_vendored/ibis/expr/datatypes/__init__.py
third_party/bigframes_vendored/ibis/expr/datatypes/cast.py
third_party/bigframes_vendored/ibis/expr/datatypes/core.py
third_party/bigframes_vendored/ibis/expr/datatypes/parse.py
third_party/bigframes_vendored/ibis/expr/datatypes/value.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/arrays.py
third_party/bigframes_vendored/ibis/expr/operations/core.py
third_party/bigframes_vendored/ibis/expr/operations/generic.py
third_party/bigframes_vendored/ibis/expr/operations/geospatial.py
third_party/bigframes_vendored/ibis/expr/operations/histograms.py
third_party/bigframes_vendored/ibis/expr/operations/json.py
third_party/bigframes_vendored/ibis/expr/operations/logical.py
third_party/bigframes_vendored/ibis/expr/operations/maps.py
third_party/bigframes_vendored/ibis/expr/operations/numeric.py
third_party/bigframes_vendored/ibis/expr/operations/reductions.py
third_party/bigframes_vendored/ibis/expr/operations/relations.py
third_party/bigframes_vendored/ibis/expr/operations/sortkeys.py
third_party/bigframes_vendored/ibis/expr/operations/strings.py
third_party/bigframes_vendored/ibis/expr/operations/structs.py
third_party/bigframes_vendored/ibis/expr/operations/subqueries.py
third_party/bigframes_vendored/ibis/expr/operations/temporal.py
third_party/bigframes_vendored/ibis/expr/operations/udf.py
third_party/bigframes_vendored/ibis/expr/operations/window.py
third_party/bigframes_vendored/ibis/expr/types/__init__.py
third_party/bigframes_vendored/ibis/expr/types/arrays.py
third_party/bigframes_vendored/ibis/expr/types/binary.py
third_party/bigframes_vendored/ibis/expr/types/core.py
third_party/bigframes_vendored/ibis/expr/types/dataframe_interchange.py
third_party/bigframes_vendored/ibis/expr/types/generic.py
third_party/bigframes_vendored/ibis/expr/types/geospatial.py
third_party/bigframes_vendored/ibis/expr/types/groupby.py
third_party/bigframes_vendored/ibis/expr/types/joins.py
third_party/bigframes_vendored/ibis/expr/types/json.py
third_party/bigframes_vendored/ibis/expr/types/logical.py
third_party/bigframes_vendored/ibis/expr/types/maps.py
third_party/bigframes_vendored/ibis/expr/types/numeric.py
third_party/bigframes_vendored/ibis/expr/types/pretty.py
third_party/bigframes_vendored/ibis/expr/types/relations.py
third_party/bigframes_vendored/ibis/expr/types/strings.py
third_party/bigframes_vendored/ibis/expr/types/structs.py
third_party/bigframes_vendored/ibis/expr/types/temporal.py
third_party/bigframes_vendored/ibis/expr/types/temporal_windows.py
third_party/bigframes_vendored/ibis/expr/types/typing.py
third_party/bigframes_vendored/ibis/expr/types/uuid.py
third_party/bigframes_vendored/ibis/formats/__init__.py
third_party/bigframes_vendored/ibis/formats/numpy.py
third_party/bigframes_vendored/ibis/formats/pandas.py
third_party/bigframes_vendored/ibis/formats/polars.py
third_party/bigframes_vendored/ibis/formats/pyarrow.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/common.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/datetimelike.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/computation/align.py
third_party/bigframes_vendored/pandas/core/computation/common.py
third_party/bigframes_vendored/pandas/core/computation/engines.py
third_party/bigframes_vendored/pandas/core/computation/eval.py
third_party/bigframes_vendored/pandas/core/computation/expr.py
third_party/bigframes_vendored/pandas/core/computation/ops.py
third_party/bigframes_vendored/pandas/core/computation/parsing.py
third_party/bigframes_vendored/pandas/core/computation/scope.py
third_party/bigframes_vendored/pandas/core/dtypes/inference.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/indexes/multi.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/tools/__init__.py
third_party/bigframes_vendored/pandas/core/tools/datetimes.py
third_party/bigframes_vendored/pandas/core/tools/timedeltas.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/pandas/plotting/_core.py
third_party/bigframes_vendored/pandas/util/_exceptions.py
third_party/bigframes_vendored/pandas/util/_validators.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/impute/_base.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/metrics/pairwise.py
third_party/bigframes_vendored/sklearn/model_selection/_split.py
third_party/bigframes_vendored/sklearn/model_selection/_validation.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/sklearn/preprocessing/_polynomial.py
third_party/bigframes_vendored/tpch/LICENSE
third_party/bigframes_vendored/tpch/METADATA
third_party/bigframes_vendored/tpch/README.md
third_party/bigframes_vendored/tpch/TPC-EULA.txt
third_party/bigframes_vendored/tpch/__init__.py
third_party/bigframes_vendored/tpch/queries/__init__.py
third_party/bigframes_vendored/tpch/queries/q1.py
third_party/bigframes_vendored/tpch/queries/q10.py
third_party/bigframes_vendored/tpch/queries/q11.py
third_party/bigframes_vendored/tpch/queries/q12.py
third_party/bigframes_vendored/tpch/queries/q13.py
third_party/bigframes_vendored/tpch/queries/q14.py
third_party/bigframes_vendored/tpch/queries/q15.py
third_party/bigframes_vendored/tpch/queries/q16.py
third_party/bigframes_vendored/tpch/queries/q17.py
third_party/bigframes_vendored/tpch/queries/q18.py
third_party/bigframes_vendored/tpch/queries/q19.py
third_party/bigframes_vendored/tpch/queries/q2.py
third_party/bigframes_vendored/tpch/queries/q20.py
third_party/bigframes_vendored/tpch/queries/q21.py
third_party/bigframes_vendored/tpch/queries/q22.py
third_party/bigframes_vendored/tpch/queries/q3.py
third_party/bigframes_vendored/tpch/queries/q4.py
third_party/bigframes_vendored/tpch/queries/q5.py
third_party/bigframes_vendored/tpch/queries/q6.py
third_party/bigframes_vendored/tpch/queries/q7.py
third_party/bigframes_vendored/tpch/queries/q8.py
third_party/bigframes_vendored/tpch/queries/q9.py
third_party/bigframes_vendored/tpch/sql_queries/q1.sql
third_party/bigframes_vendored/tpch/sql_queries/q10.sql
third_party/bigframes_vendored/tpch/sql_queries/q11.sql
third_party/bigframes_vendored/tpch/sql_queries/q12.sql
third_party/bigframes_vendored/tpch/sql_queries/q13.sql
third_party/bigframes_vendored/tpch/sql_queries/q14.sql
third_party/bigframes_vendored/tpch/sql_queries/q15.sql
third_party/bigframes_vendored/tpch/sql_queries/q16.sql
third_party/bigframes_vendored/tpch/sql_queries/q17.sql
third_party/bigframes_vendored/tpch/sql_queries/q18.sql
third_party/bigframes_vendored/tpch/sql_queries/q19.sql
third_party/bigframes_vendored/tpch/sql_queries/q2.sql
third_party/bigframes_vendored/tpch/sql_queries/q20.sql
third_party/bigframes_vendored/tpch/sql_queries/q21.sql
third_party/bigframes_vendored/tpch/sql_queries/q22.sql
third_party/bigframes_vendored/tpch/sql_queries/q3.sql
third_party/bigframes_vendored/tpch/sql_queries/q4.sql
third_party/bigframes_vendored/tpch/sql_queries/q5.sql
third_party/bigframes_vendored/tpch/sql_queries/q6.sql
third_party/bigframes_vendored/tpch/sql_queries/q7.sql
third_party/bigframes_vendored/tpch/sql_queries/q8.sql
third_party/bigframes_vendored/tpch/sql_queries/q9.sql
third_party/bigframes_vendored/xgboost/LICENSE
third_party/bigframes_vendored/xgboost/__init__.py
third_party/bigframes_vendored/xgboost/sklearn.py