Skip to content

Name columns without outputting a dataframe #78

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
dukebody opened this issue Feb 1, 2017 · 1 comment
Closed

Name columns without outputting a dataframe #78

dukebody opened this issue Feb 1, 2017 · 1 comment

Comments

@dukebody
Copy link
Collaborator

dukebody commented Feb 1, 2017

In #73 we added the possibility of outputting a dataframe with named columns to implement #70

However in some cases one would want to get the "columns" names and still get an ndarray as output, for performance reasons.

This shouldn't be hard to do. Names can be stored in a names attribute in the dataframemapper after transform. @dcbb

@dukebody dukebody mentioned this issue Feb 1, 2017
@dukebody
Copy link
Collaborator Author

dukebody commented Apr 8, 2017

Fixed in 2fc6286 (#83). Thanks @ragrawal !

@dukebody dukebody closed this as completed Apr 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant