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

Data Viewer can't filter multi-index #12829

Open
1 of 2 tasks
notuntoward opened this issue Feb 13, 2023 · 3 comments
Open
1 of 2 tasks

Data Viewer can't filter multi-index #12829

notuntoward opened this issue Feb 13, 2023 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug variable-explorer

Comments

@notuntoward
Copy link

Applies To

  • Notebooks (.ipynb files)
  • Interactive Window and/or Cell Scripts (.py files with #%% markers)

What happened?

Filtering by multi-index doesn't work on the Data Viewer. The first screenshot shows how an example multi-index dataframe is displayed in a Jupyter notebook celI output. The screenshot shows what that dataframe looks like in the Data Viewer to display.

If I type '0' into the Data Viewer index filter box, I do see all the rows that have a 0 in the first tuple of their index. But if I type "0,4", the display doesn't narrow down to only entries with a tuple of (0,4); instead, the display is unchanged. If I instead type (0,4), then no rows are displayed at all.

image

image

VS Code Version

Version: 1.75.1 (user setup) Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf Date: 2023-02-08T21:32:34.589Z Electron: 19.1.9 Chromium: 102.0.5005.194 Node.js: 16.14.2 V8: 10.2.154.23-electron.0 OS: Windows_NT x64 10.0.22621 Sandboxed: No

Jupyter Extension Version

v2023.1.2010391206

Jupyter logs

No response

Coding Language and Runtime Version

Python v3.9.7

Language Extension Version (if applicable)

Python v2023.2.0

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Local

@notuntoward notuntoward added the bug Issue identified by VS Code Team member as probable bug label Feb 13, 2023
@amunger amunger removed their assignment Feb 13, 2023
@rebornix rebornix assigned amunger and unassigned roblourens Dec 13, 2023
@amunger
Copy link
Contributor

amunger commented Dec 14, 2023

closing for microsoft/vscode#165445

@amunger amunger closed this as not planned Won't fix, can't repro, duplicate, stale Dec 14, 2023
@DonJayamanne
Copy link
Contributor

@amunger isn’t the issue you mentioned about variable viewer
Ie once variable viewer is added then that issue gets closed and this will bug not get resolved

@amunger
Copy link
Contributor

amunger commented Dec 14, 2023

oops, I just looked at the first screenshot and thought it was about the variable viewer

@amunger amunger reopened this Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug variable-explorer
Projects
None yet
Development

No branches or pull requests

4 participants