Skip to content

Add columns-parameter like in feather.read_dataframe #24025

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

Closed
Darkonaut opened this issue Nov 30, 2018 · 2 comments · Fixed by #24034
Closed

Add columns-parameter like in feather.read_dataframe #24025

Darkonaut opened this issue Nov 30, 2018 · 2 comments · Fixed by #24034
Labels
Enhancement good first issue IO Data IO issues that don't fit into a more specific label
Milestone

Comments

@Darkonaut
Copy link

Wes suggested to raise this feature request here again, after I wondered why pandas.read_feather is lacking a columns-parameter like the feather-format package has it.

You can read in only a subset of columns from a feather-file with e.g.:
df = feather.read_dataframe('df_test.feather', columns='b')

It would be really nice if pandas.read_feather also had this built in, so you don't have to install and import the feather-package just for that.

@chris-b1 chris-b1 added Enhancement IO Data IO issues that don't fit into a more specific label good first issue labels Nov 30, 2018
@chris-b1 chris-b1 added this to the Contributions Welcome milestone Nov 30, 2018
@chris-b1
Copy link
Contributor

Sure, would be a good addition, PR welcome!

@nixphix
Copy link
Contributor

nixphix commented Dec 1, 2018

I'm working on this patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement good first issue IO Data IO issues that don't fit into a more specific label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants