Skip to content

Fix overloading of the in operator for this.rows #34

@nl253

Description

@nl253

Currently there is a draft implementation of the overloading of the in operator but doesn't seem to work properly. I got it to work with a string dataframe but not numeric. You should be able to:

const hasRow = [1,2,3] in df;

You need to use the proxy that is already returned from the DataFrame.rows getter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions