What's New in Version 0.8.60
Bug Fixes
Section titled “Bug Fixes”- Reverted a change in
0.8.59
that broke the existing behavior of queries that return results in a pandasDataFrame
. Some columns that were previously returned asfloat64
were being returned as pandas’ nullable integer type. This change has been reverted to restore the previous behavior, but will be introduced again in the upcoming0.9.0
release.