AUTHORS.md
LICENSE.txt
MANIFEST.in
README.rst
setup.py
pandas_gbq/__init__.py
pandas_gbq/arrow.py
pandas_gbq/auth.py
pandas_gbq/constants.py
pandas_gbq/contexts.py
pandas_gbq/dry_runs.py
pandas_gbq/environment.py
pandas_gbq/exceptions.py
pandas_gbq/features.py
pandas_gbq/gbq.py
pandas_gbq/gbq_connector.py
pandas_gbq/query.py
pandas_gbq/timestamp.py
pandas_gbq/version.py
pandas_gbq.egg-info/PKG-INFO
pandas_gbq.egg-info/SOURCES.txt
pandas_gbq.egg-info/dependency_links.txt
pandas_gbq.egg-info/not-zip-safe
pandas_gbq.egg-info/requires.txt
pandas_gbq.egg-info/top_level.txt
pandas_gbq/core/__init__.py
pandas_gbq/core/biglake.py
pandas_gbq/core/pandas.py
pandas_gbq/core/read.py
pandas_gbq/core/resource_references.py
pandas_gbq/core/sample.py
pandas_gbq/load/__init__.py
pandas_gbq/load/core.py
pandas_gbq/schema/__init__.py
pandas_gbq/schema/bigquery.py
pandas_gbq/schema/pandas_to_bigquery.py
pandas_gbq/schema/pyarrow_to_bigquery.py
tests/data/dummy_key.json
tests/system/__init__.py
tests/system/conftest.py
tests/system/test_auth.py
tests/system/test_gbq.py
tests/system/test_read_gbq.py
tests/system/test_read_gbq_with_bqstorage.py
tests/system/test_sample.py
tests/system/test_to_gbq.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_arrow.py
tests/unit/test_auth.py
tests/unit/test_context.py
tests/unit/test_dry_runs.py
tests/unit/test_features.py
tests/unit/test_gbq.py
tests/unit/test_load.py
tests/unit/test_query.py
tests/unit/test_schema.py
tests/unit/test_timestamp.py
tests/unit/test_to_gbq.py
tests/unit/core/__init__.py
tests/unit/core/test_biglake.py
tests/unit/core/test_core_resource_references.py
tests/unit/core/test_core_sample.py
tests/unit/schema/__init__.py
tests/unit/schema/test_pandas_to_bigquery.py
tests/unit/schema/test_pyarrow_to_bigquery.py