We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
names
The text was updated successfully, but these errors were encountered:
Fixed in 2fc6286 (#83). Thanks @ragrawal !
Sorry, something went wrong.
No branches or pull requests
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. @dcbbThe text was updated successfully, but these errors were encountered: