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

Commit e03d799

Browse files
committed
docs: typos
1 parent 171da92 commit e03d799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigframes/pandas/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
:class:`~bigframes.pandas.DataFrame` objects.
3232
* **Direct BigQuery Integration:** Read from and write to BigQuery tables and
3333
queries with :func:`bigframes.pandas.read_gbq` and
34-
:func:`bigframes.pandas.to_gbq`.
34+
:func:`bigframes.pandas.DataFrame.to_gbq`.
3535
* **User-defined Functions (UDFs):** Effortlessly deploy Python functions
3636
functions using the :func:`bigframes.pandas.remote_function` and
3737
:func:`bigframes.pandas.udf` decorators.
3838
* **Data Ingestion:** Support for various formats including CSV, Parquet, JSON,
39-
and Arrow via :func:`bigrames.pandas.read_csv`,
39+
and Arrow via :func:`bigframes.pandas.read_csv`,
4040
:func:`bigframes.pandas.read_parquet`, etc., which are automatically uploaded
4141
to BigQuery for processing. Convert any pandas DataFrame into a BigQuery
4242
DataFrame using :func:`bigframes.pandas.read_pandas`.

0 commit comments

Comments
 (0)