Conversation
Codecov Report
@@ Coverage Diff @@
## main #47 +/- ##
=======================================
Coverage 95.12% 95.12%
=======================================
Files 1 1
Lines 41 41
=======================================
Hits 39 39
Misses 2 2
Continue to review full report at Codecov.
|
|
@nalimilan - now I realized that the approach proposed here (and discussed on slack) cannot be used. Maybe we should leave JuliaData/DataFrames.jl#3031 as it is then? Or do you see any other solution? The only I can see is that |
|
Can't we just define methods like |
|
Ah - right. We can 😄. In this case can you please review this PR? |
|
@quinnj We could mention in the docstring that TableOperations owns |
|
@quinnj - could you have a look at this PR before I merge it and make a release (and finish JuliaData/DataFrames.jl#3031 a follow-up PR in DataFrames.jl)? Thank you! |
|
Thank you! |
add
allcombinationsfunction. see JuliaData/DataFrames.jl#3031 for an example implementation.