-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop indices on pandas dataframes #223
Comments
hi in which file you are getting this error Kindly specify |
This is an error thrown from |
Hi, I have the same problem with the map_data function. I am passing a numpy embedddings array and a pandas df dataset = atlas.map_data(data=df_filtered, |
Thanks for the report. We'll prioritize fixing this, but I think that if you run reset_index() on your df before passing it to an Atlas method, it will hopefully resolve your issue. |
Adding a dataframe gives this error:
but if we just run reset_index() before uploading it'll be fine.
The text was updated successfully, but these errors were encountered: