Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@tswast tswast released this 21 Aug 17:39
d6b7507
  • Warn when dialect is not passed in to read_gbq. The default dialect
    will be changing from 'legacy' to 'standard' in a future version.
    (#195 )
  • Use general float with 15 decimal digit precision when writing to local
    CSV buffer in to_gbq. This prevents numerical overflow in certain
    edge cases. (#192)