diff --git a/README.rst b/README.rst index ad8a5e99..27d3f4fd 100644 --- a/README.rst +++ b/README.rst @@ -86,15 +86,21 @@ Optional Dependencies Several features of ``google-cloud-bigquery-storage`` require additional dependencies. +* Parse Arrow blocks in a ``read_rows()`` stream using `pyarrow + `_. + + ``pip install 'google-cloud-bigquery-storage[pyarrow]'`` + + * Parse Avro blocks in a ``read_rows()`` stream using `fastavro `_. ``pip install google-cloud-bigquery-storage[fastavro]`` -* Write rows to a `pandas `_ +* Download rows to a `pandas `_ dataframe. - ``pip install google-cloud-bigquery-storage[pandas,fastavro]`` + ``pip install 'google-cloud-bigquery-storage[pandas,pyarrow]'`` Next Steps ~~~~~~~~~~