8000 BUG correction suggestion. · Issue #1 · analyticswithadam/Python · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
BUG correction suggestion. #1
Open
@OTonGitHub

Description

@OTonGitHub

I noticed in your notebook, there was a cell with

df[len(df['name'] > 3)] #incorrect
where, >3 comparison is inside the len() function, it should be outside, like this

df[len(df['name'] ) > 3] #correct
I believe it was just a typing error, hopefully you can quickly dix it, thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0