Skip to content

Version 0.6.1

Compare
Choose a tag to compare
@tswast tswast released this 04 Sep 16:34
e0f0b2f
  • Improved read_gbq performance and memory consumption by delegating DataFrame construction to the Pandas library, radically reducing the number of loops that execute in python (#128)
  • Reduced verbosity of logging from read_gbq, particularly for short queries. (#201)
  • Avoid SELECT 1 query when running to_gbq. (#202)