10

It is a while that I am using Data Wrangler extension in VS Code; it is very useful for analyzing datasets and filtering some columns to see the features. When I opened a dataframe in it, it used to show its name in its tab like this:

the previous showing

But now, it doesn't show the dataframe's name and just writes "Data grid", so when I open different dataframes, I can't remember which tab is which dataframe and it is really frustrating me. Has anyone come up with this problem and found a solution? Is my VSCode or extensions version old? I don't think this is a crucial issue, also every thing is up-to-date.

the new display

7
  • Why do you have this tagged as Pandas and Polars? Are they both affected? Please edit to clarify. Commented Nov 17 at 11:56
  • To help us reproduce the issue, please make a minimal reproducible example. That might be as simple as "create empty dataframe df; click df in Data Wrangler". Commented Nov 17 at 11:56
  • I forgot the code: df = pd.DataFrame() Commented Nov 17 at 12:05
  • Same problem here. All the pandas dataframes were shown as "data grid". It is frustrating not be able to see the table names. Commented Nov 17 at 21:01
  • 1
    You probably need to report it as a bug, although there seems to be several reports already: 1. github.com/microsoft/vscode-data-wrangler/issues/586 2. github.com/microsoft/vscode-data-wrangler/issues/591 Commented Nov 17 at 22:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.