Skip to content
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

Endless loop for data viewer #4367

Closed
Victsz opened this issue Jan 13, 2021 · 6 comments
Closed

Endless loop for data viewer #4367

Victsz opened this issue Jan 13, 2021 · 6 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster

Comments

@Victsz
Copy link

Victsz commented Jan 13, 2021

loading a data frame of 1000 * 16, the blue bar is like forever.
The output csv of that data frame is 390K, I dont feel it will be too large?
image

@Victsz Victsz added the bug Issue identified by VS Code Team member as probable bug label Jan 13, 2021
@rchiodo rchiodo self-assigned this Jan 13, 2021
@rchiodo rchiodo added the info-needed Issue requires more information from poster label Jan 13, 2021
@rchiodo
Copy link
Contributor

rchiodo commented Jan 13, 2021

Does it ever finish?

Something similar with random data takes about 5 seconds for me.

It might be that it's crashing and you didn't get or notice an error popup in the bottom right.

@Victsz
Copy link
Author

Victsz commented Jan 14, 2021

Does it ever finish? -> No
It might be that it's crashing and you didn't get or notice an error popup in the bottom right. -> No popup, and after I click the 'x' on data viewer tab I can still execute python snippet.

VS code version 1.49.0
python extension v2020.12.424452561

Or shall I attach the csv?

@Victsz
Copy link
Author

Victsz commented Jan 14, 2021

Oh .. I found some clue is not about the size but structure of data frame.

The dataframe is generated from groupby..so the level is not flatten.

Data viewer is failed to load s2_summary
image

Afters2_summary.reset_index(inplace = True,drop=True)
Now it can be loaded

@rchiodo
Copy link
Contributor

rchiodo commented Jan 14, 2021

Yes we don't support multiple dimension arrays at the moment.

@rchiodo
Copy link
Contributor

rchiodo commented Jan 14, 2021

See this issue here where we're working on it:
#305

@rchiodo rchiodo closed this as completed Jan 14, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 6, 2021
@claudiaregio claudiaregio reopened this Sep 8, 2021
@greazer
Copy link
Member

greazer commented Sep 9, 2021

Most likely this is a dupe of #7441

@greazer greazer closed this as completed Sep 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

4 participants