Skip to content

Notebook:Experimental Variable View does not allow to open dataframes via data wrangler #17236

@HendrikHuel

Description

@HendrikHuel

Hello,

I tried the new variable view for iypthon notebooks.

Image

However I am not able to open a dataframe with data wrangler from the list of variables directly.

Image

I can only do so from the notebook cell directly.

The code

import polars as pl

df = pl.DataFrame({"numbers": [1, 2, 3], "letters": ["a", "b", "c"]})
df

Environment:
data wrangler 1.24.0
visual studio code 1.107.1

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions