Tim Sweña (Swast)
Tim Sweña (Swast)
Per https://github.com/googleapis/python-bigquery-pandas/issues/621, we should only do this if `dtype_backend="numpy_nullable"`.
Note: in addition to tackling this here for pandas-gbq, we should update the defaults in pydata-google-auth for folks using that library directly. https://github.com/pydata/pydata-google-auth/issues/63
We need to be careful with this, as retrying on client-side timeout is a kind of "request hedging" as far as the backend is concerned. In BigQuery, we had troubles...
Copying from an email here for easier reference. I added [Client.query_and_wait](https://cloud.google.com/python/docs/reference/bigquery/latest/google.cloud.bigquery.client.Client#google_cloud_bigquery_client_Client_query_and_wait) in google-cloud-bigquery 3.14.0 late last year (https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md#3140-2023-12-08). Since then there have been a few fixes and optimizations, but I...
> Can we think of it as an arbitrary query setting similar for example to what [clickhouse has](https://clickhouse.com/docs/en/sql-reference/statements/select#settings-in-select-query)? I haven't used clickhouse, but it looks pretty similar. Clickhouse looks like...
Great! That resolution order looks good to me. You might want to add `Try loading the folder + index.md` after `Try loading the folder + index.html` in the "it's a...
Looks like it’s open now. https://indielogin.com
`names` is available on both `Index` and `MultiIndex`. I think that's a moot point in regards to this issue. Isn't `list[str]` incorrect though? Unnamed indexes are incredibly common. Here's a...
@Dr-Irv , I've added a standalone sample demonstrating the issue.