Closed
Description
I am working on an enhancement for pandas-gbq
, where we would like to reduce the memory footprint in pandas through downcasting. See googleapis/python-bigquery-pandas#275 for the full details.
I have made a first working version and getting erratic behaviour in the conversion of STRING to pandas category
. It seems like it has to do with the size of the query results.
See attached notebook for the code example.
pandas-gbq-bugtracing.ipynb.zip