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
There is no support of indexing.
If you want to implement it, you will need to create the index externally (but it will then double the memory usage for the columns you want to index).
Then everytime you attempt to insert into the dataframe, you check with your external index.
The text was updated successfully, but these errors were encountered: