Dataspell stuck on Loading table
Hello,
When I try to print the head of a dataframe using 'df.head(2)', the Dataspell gets stuck on 'Loading table'. While invalidating the cache and restarting seems to temporarily fix the issue, attempting to print the table again causes it to get stuck again, rendering Dataspell unusable. For reference, I've had no issues with this process while using Jupyter Notebook. I would appreciate any advice or tips on how to resolve this problem.
请先登录再写评论。
Please try upgrading IDE to the latest version, disabling all non-bundled plugins (**Settings | Plugins**, click the cog icon -> Disable All Downloaded Plugins) and check if the problem persists.
If the problem remains unresolved, we would like to investigate it properly. Please create an issue on YouTrack (https://youtrack.jetbrains.com/newIssue) regarding this problem. Attach relevant logs (Help | Collect Logs and Diagnostic Data), screenshots, precise steps for reproducing the issue and a runnable code/project sample if needed.
For urgent inquiries, please use Help | Contact Support in the IDE.
I’ve had a similar issue with Dataspell freezing on df.head( Drift Boss )—it’s definitely frustrating. It seems like there might be a memory or performance bottleneck, especially if the dataframe is large or has complex data types. I’d recommend checking if there are any memory-heavy processes running in the background or trying to limit the output by using df.head(2) on smaller, more manageable subsets of the data to see if that helps.