Skip to content

Can't get 2 or more columns out of DataFrame #217

@levyitay

Description

@levyitay

When trying to get 2 or more columns out of the DataFrame, only getting the last column

To Reproduce

const df = new dfd.DataFrame([{a:1,b:2,c:3},{a:11,b:22,c:33},{a:111,b:222,c:333}]
df['a','b'].print()

Expected behavior

df['a','b'] 

should return a,b columns

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions