You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved the deserialisation performance in the client. We've gone from > 10x worse performance to something like this:
I think it would also be nice to add some flags:
- `nulls_as_nans` to skip the conversion from NaNs to Nones in the dataframe
- `pandas_datetimes` to leave the datetimes as native Pandas datetime dtype
- `decimals_as_floats` to not convert the decimals to floats in the dataframe\
Exisiting integration tests
0 commit comments