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:
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.
df; clickdfin Data Wrangler".df = pd.DataFrame()