-
Notifications
You must be signed in to change notification settings - Fork 22
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
Failed to load data #333
Comments
Hi @guimasuko, thank you for opening this issue and we're sorry that you're encountering this. Could you please confirm the following:
Does the following dataset load for you? If so, is it possible for you to make a few tweaks to try to see if you can reproduce the issue: import pandas as pd
n_rows = 155
data = {
f"col{n}": ["Lorem ipsum dolor sit amet"] * n_rows for n in range(1078)
}
df = pd.DataFrame(data)
df Thanks! |
Could you also please check if this thread applies to you as well? #274 (comment) |
Hi @pwang347. Thank you for getting back to me. I noticed that the Anaconda version had changed on my PC to 2024.10-1. Since I reverted to the previous version (2023.07-2), which I had been working with before, I am now able to view the same objects I was having trouble with when using Anaconda version 2024.10-1. I hope this information is useful for others. |
Behaviour
Expected vs. Actual
In a debugging session, I am getting this error message "Failed to load data" when trying to "View value in Data Viewer" by using Data Wrangler extension on VSCode.
This doesn't happen every time. For some dataframes I am still being able to "View value in Data Viewer".
I also got this message (I hope it can be useful)
Error details
Received malformed content: {"name": "KeyError", "message": "'5b46cde0-7b78-42a7-80e6-34deafb9fe85'", "stack": "Traceback \u001b[1;36m(most recent call last)\u001b[0m:\n\u001b[1;36m File \u001b[1;32m:56\u001b[1;36m in \u001b[1;35m__DW_DEBUG_WRAPPER__\u001b[1;36m\n\u001b[1;31mKeyError\u001b[0m\u001b[1;31m:\u001b[0m '5b46cde0-7b78-42a7-80e6-34deafb9fe85'\n"}
Steps to reproduce:
Diagnostic data
The text was updated successfully, but these errors were encountered: