Version 0.3.1
PyPI release, Conda Forge release
- Fix an issue where Unicode couldn't be uploaded in Python 2 (issue 106)
- Add support for a passed schema in :func:
to_gbqinstead inferring the schema from the passedDataFramewithDataFrame.dtypes(issue 46) - Fix an issue where a dataframe containing both integer and floating point columns could not be uploaded with
to_gbq(issue 116) to_gbqnow usesto_csvto avoid manually looping over rows in a dataframe (should result in faster table uploads) (issue 96)