Similar to googleapis/python-bigquery#1745, pandas-gbq should benefit from the optimizations done in googleapis/python-bigquery#589.
This might require a progress bar feature in query_and_wait if we want to keep the progress bar for waiting for the query to finish, but we need to be careful when introducing such a progress bar to avoid timing out API requests too soon.