Skip to content

Commit 0fadaa9

Browse files
authored
DOC: add pandas-gbq and related db-dtypes packages to ecosystem (#59491)
* DOC: add pandas-gbq and related db-dtypes packages to ecosystem As of pandas 2.2.0, pandas-gbq functionality is fully separated, so I think now would be a good time to introduce it as part of the "ecosystem". db-dtypes was built for use from pandas-gbq but should be applicable more generally. * fix pandas-gbq link
1 parent 8ab673c commit 0fadaa9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

web/pandas/community/ecosystem.md

+14
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,13 @@ Deltalake python package lets you access tables stored in
360360
JVM. It provides the ``delta_table.to_pyarrow_table().to_pandas()`` method to convert
361361
any Delta table into Pandas dataframe.
362362

363+
### [pandas-gbq](https://github.com/googleapis/python-bigquery-pandas)
364+
365+
pandas-gbq provides high performance reads and writes to and from
366+
[Google BigQuery](https://cloud.google.com/bigquery/). Previously (before version 2.2.0),
367+
these methods were exposed as `pandas.read_gbq` and `DataFrame.to_gbq`.
368+
Use `pandas_gbq.read_gbq` and `pandas_gbq.to_gbq`, instead.
369+
363370
## Out-of-core
364371

365372
### [Bodo](https://bodo.ai/)
@@ -513,6 +520,13 @@ Arrays](https://awkward-array.org/) inside pandas' Series and
513520
DataFrame. It also provides an accessor for using awkward functions
514521
on Series that are of awkward type.
515522

523+
### [db-dtypes](https://github.com/googleapis/python-db-dtypes-pandas)
524+
525+
db-dtypes provides an extension types for working with types like
526+
DATE, TIME, and JSON from database systems. This package is used
527+
by pandas-gbq to provide natural dtypes for BigQuery data types without
528+
a natural numpy type.
529+
516530
### [Pandas-Genomics](https://pandas-genomics.readthedocs.io/en/latest/)
517531

518532
Pandas-Genomics provides an extension type and extension array for working

0 commit comments

Comments
 (0)