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
In the first case pure client is created without settings={'use_numpy': True} and data for insertion must be provided in lists or tuples.
In the second case numpy client is created with settings={'use_numpy': True} and data for insertion must be provided in numpy arrays of pandas dataframe.
We can make error more clear if we will raise an exception when user calls insert_dataframe/query_dataframe with pure client.
Hello and thanks for developing the library.
I'm able to reproduce #318 with version 0.2.5 with a minimal example:
A more clear error message would be useful.
The text was updated successfully, but these errors were encountered: