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 visualise child Dataframes #7915

Closed
akashtyagi08 opened this issue Oct 12, 2021 · 5 comments
Closed

Data Viewer doesn't visualise child Dataframes #7915

akashtyagi08 opened this issue Oct 12, 2021 · 5 comments
Labels
data-viewer feature-request Request for new features or functionality variable-explorer

Comments

@akashtyagi08
Copy link

Environment data

  • debugpy version: 1.5.0
  • OS and version: MAC - Big Sur
  • Python version (& distribution if applicable, e.g. Anaconda): 3.6.8
  • Using VS Code or Visual Studio: Visual Studio

Actual behavior

Child Dataframe are visible as Objects and not accessible

Screenshot 2021-10-12 at 11 57 29 PM

Steps to reproduce:

import requests
import pandas as pd

url ='http://openinsider.com/screener?s=&o=&pl=&ph=&ll=&lh=&fd=3&fdr=&td=0&tdr=&fdlyl=&fdlyh=&daysago=&xp=1&excludeDerivRelated=1&vl=100&vh=&ocl=&och=&sic1=-1&sicl=100&sich=9999&grp=0&nfl=&nfh=&nil=&nih=&nol=&noh=&v2l=&v2h=&oc2l=&oc2h=&sortcol=0&cnt=1000&page=1'
html = requests.get(url).content
df_list = pd.read_html(html)
@akashtyagi08
Copy link
Author

@karthiknadig Kindly help here.

@karthiknadig
Copy link
Member

Are you looking at data viewer? Can you provide a bigger screen shot?

@akashtyagi08
Copy link
Author

akashtyagi08 commented Oct 13, 2021

@karthiknadig Yes, I am looking at data viewer inside a dataframe.

Screenshot 2021-10-13 at 1 05 03 PM

@karthiknadig
Copy link
Member

This is handled by the data viewer in the jupyter extension. Moving there.

@karthiknadig karthiknadig transferred this issue from microsoft/debugpy Oct 13, 2021
@karthiknadig karthiknadig changed the title Debugger doesn't visualise child Dataframes Data Viewer doesn't visualise child Dataframes Oct 13, 2021
@rchiodo rchiodo removed their assignment Oct 13, 2021
@greazer greazer added feature-request Request for new features or functionality and removed enhancement labels May 4, 2022
@IanMatthewHuff IanMatthewHuff removed their assignment Nov 10, 2022
@DonJayamanne
Copy link
Contributor

Duplicate of #1138

@DonJayamanne DonJayamanne marked this as a duplicate of #1138 Dec 8, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
data-viewer feature-request Request for new features or functionality variable-explorer
Projects
None yet
Development

No branches or pull requests

6 participants