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 doesn't display data the first time it's viewed. .... ? #3045

Closed
greazer opened this issue Sep 20, 2019 · 1 comment
Closed

Data viewer doesn't display data the first time it's viewed. .... ? #3045

greazer opened this issue Sep 20, 2019 · 1 comment
Assignees

Comments

@greazer
Copy link
Member

greazer commented Sep 20, 2019

  1. Run this code in a native experience cell:
# Load libraries
import pandas

url = "https://raw.githubusercontent.com/jbrownlee/Datasets/master/iris.csv"
names = ['sepal-length', 'sepal-width', 'petal-length', 'petal-width', 'class']
dataset = pandas.read_csv(url, names=names)
  1. Show the variable explorer
  2. Open the data viewer for dataset.

The dataviewer opens, and eventually shows the table headers, but no data. Closing and reopening the viewer fixes the problem.

@rchiodo rchiodo self-assigned this Sep 23, 2019
@IanMatthewHuff IanMatthewHuff self-assigned this Sep 23, 2019
@IanMatthewHuff
Copy link
Member

Validated. Checked it in the native editor and the interactive window

@lock lock bot locked as resolved and limited conversation to collaborators Sep 30, 2019
@microsoft microsoft unlocked this conversation Nov 14, 2020
@DonJayamanne DonJayamanne transferred this issue from microsoft/vscode-python Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants