Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions