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

Feature Request: functions (sum avg, min max, free definable) in addition to count #4

Open
Mirage10 opened this issue Dec 1, 2015 · 2 comments

Comments

@Mirage10
Copy link

Mirage10 commented Dec 1, 2015

Frequency Tables are very powerfull tool - a very good concept by the way.
This feature request addresses more flexibility. The cells are currently doing counting only. It would be very helpful to handover a specific function, so that the cells are not providing counts, instead they are providing function value based on the dadasets involved.

@nalimilan
Copy link
Owner

Actually, that was my original idea when the package was called Tables.jl, but I never worked on it. At this point, though, much code would be duplicated with DataFrames.jl/DataFramesMeta.jl (JuliaData/DataFrames.jl#894). We should find a way to share code.

@tshort Any ideas about this?

@tshort
Copy link

tshort commented Dec 2, 2015

Sharing code is a good idea. The differences between DataFrames/DataFramesMeta and FreqTable are mainly different API to do similar things.

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

3 participants