File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
notebooks/getting_started
third_party/bigframes_vendored/pandas/io Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ BigQuery DataFrames (BigFrames)
66BigQuery DataFrames (also known as BigFrames) provides a Pythonic DataFrame
77and machine learning (ML) API powered by the BigQuery engine.
88
9- * ``bigframes.pandas `` provides a pandas-compatible API for analytics.
9+ * `bigframes.pandas ` provides a pandas API for analytics. Many workloads can be
10+ migrated from pandas to bigframes by just changing a few imports.
1011* ``bigframes.ml `` provides a scikit-learn-like API for ML.
1112
1213BigQuery DataFrames is an open-source package.
Original file line number Diff line number Diff line change 8181 " \n " ,
8282 " BigQuery DataFrames (also known as BigFrames) provides a Pythonic DataFrame and machine learning (ML) API powered by the BigQuery engine.\n " ,
8383 " \n " ,
84- " * `bigframes.pandas` provides a pandas-like API for analytics.\n " ,
84+ " * `bigframes.pandas` provides a pandas API for analytics. Many workloads can be\n " ,
85+ " migrated from pandas to bigframes by just changing a few imports.\n " ,
8586 " * `bigframes.ml` provides a scikit-learn-like API for ML.\n " ,
8687 " * `bigframes.ml.llm` provides API for large language models including Gemini.\n " ,
8788 " \n " ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ def read_gbq(
4545 * (Recommended) Set the ``index_col`` argument to one or more columns.
4646 Unique values for the row labels are recommended. Duplicate labels
4747 are possible, but note that joins on a non-unique index can duplicate
48- rows via pandas-like outer join behavior.
48+ rows via pandas-compatible outer join behavior.
4949
5050 .. note::
5151 By default, even SQL query inputs with an ORDER BY clause create a
You can’t perform that action at this time.
0 commit comments