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

Ability to choose columns by number or vector #42

Open
skanskan opened this issue Mar 25, 2017 · 1 comment
Open

Ability to choose columns by number or vector #42

skanskan opened this issue Mar 25, 2017 · 1 comment
Assignees
Milestone

Comments

@skanskan
Copy link

Hello.

read.fst is able to read columns indicating its name.

It would be great (and I think easy) to also be able to select the columns by its number position and more important with a vector of TRUES and FALSES.

It's common to have that vectors when performing other operations, such as greps, or when reading from excel files with annotated information for every column.

@MarcusKlik
Copy link
Collaborator

Hi @skanskan , thanks for submitting your feature request, it's somewhat similar to feature request #40, where a fst object can be used as a data.frame. The ability to use logical values and integers as column specifiers is part of the data.frame interface and very useful indeed! I'll provide the data.frame interface in the next version of fst (0.8.0, which will be out soon).

@MarcusKlik MarcusKlik self-assigned this Mar 26, 2017
@MarcusKlik MarcusKlik added this to the Interface milestone Apr 16, 2017
@MarcusKlik MarcusKlik modified the milestones: Interface, Fst package v0.9.0 Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants