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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
transform
#452 is made worse by the fact that StatsBase does not export transform but MultivariateStats does and therefore function overloading does not work.
StatsBase
MultivariateStats
The text was updated successfully, but these errors were encountered:
Can't MultivariateStats overload StatsBase.transform and export it?
StatsBase.transform
Sorry, something went wrong.
I guess that would be the solution
Yeah, I feel like transform is a general enough term that we shouldn't export it. using StatsBase: transform is easy enough to do.
using StatsBase: transform
See also https://github.com/JuliaData/TableOperations.jl. Cc @quinnj.
No branches or pull requests
#452 is made worse by the fact that
StatsBase
does not exporttransform
butMultivariateStats
does and therefore function overloading does not work.The text was updated successfully, but these errors were encountered: