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

Count column for the Variable Explorer sometimes says : 'None' #3424

Closed
rchiodo opened this issue Apr 19, 2019 · 2 comments
Closed

Count column for the Variable Explorer sometimes says : 'None' #3424

rchiodo opened this issue Apr 19, 2019 · 2 comments
Assignees

Comments

@rchiodo
Copy link
Contributor

rchiodo commented Apr 19, 2019

Here's the code I ran:

# HTML String
html_string = """
<!doctype html>
<html lang="en">
<head>
  <title>Doing Data Science With Python</title>
</head>
<body>
  <h1 style="color:#F15B2A;">Doing Data Science With Python</h1>
  <p id="author">Author : Abhishek Kumar</p>
  <p id="description">This course will help you to perform various data science activities using python.</p>
  
  <h3 style="color:#404040">Modules</h3>
  <table id="module" style="width:100%">
      <tr>
        <th>Title</th>
        <th>Duration (In Minutes)</th> 
      </tr>
      <tr>
        <td>Getting Started</td>
        <td>20</td> 
      </tr>
      <tr>
        <td>Setting up the Environment</td>
        <td>40</td> 
      </tr>
      <tr>
        <td>Extracting Data</td>
        <td>35</td> 
      </tr>
      <tr>
        <td>Exploring and Processing Data - Part 1</td>
        <td>45</td> 
      </tr>
      <tr>
        <td>Exploring and Processing Data - Part 2</td>
        <td>45</td> 
      </tr>
      <tr>
        <td>Building Predictive Model</td>
        <td>30</td> 
      </tr>
  </table>
</body>
</html>
ps = BeautifulSoup(html_string)
"""

The Count value of 'ps' is 'None'. Probably should say nothing if we aren't counting anything.

@IanMatthewHuff
Copy link
Member

I'm also seeing Beautifulsoup added as a type that doesn't seem to be loading the value. Looking into this now.

@IanMatthewHuff
Copy link
Member

Keeping this in New Issues for triage, but starting to take a peek at it now.

@IanMatthewHuff IanMatthewHuff self-assigned this Apr 25, 2019
@rchiodo rchiodo closed this as completed Aug 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 14, 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

2 participants