BigQuery: deprecate pandas code paths that do not use pyarrow #3
Labels
api: bigquery
Issues related to the googleapis/python-bigquery API.
type: process
A process-related concern. May include testing, release, or the like.
In the pandas-related BigQuery code, there is a lot of branching on whether
pyarrow
is available or not, and significant portions of business logic dealing with both cases.The
pyarrow
side is often more efficient, more concise, and less prone to weird edge cases, thus it is preferred that it eventually becomes the only code path.The goal of this issue is to emit deprecation warnings whenever a code path is hit that deals with
pandas
, but without thepyarrow
dependency available.The text was updated successfully, but these errors were encountered: