Conversation
Codecov ReportBase: 96.36% // Head: 96.36% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #58 +/- ##
=======================================
Coverage 96.36% 96.36%
=======================================
Files 1 1
Lines 55 55
=======================================
Hits 53 53
Misses 2 2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
|
I think we discussed this in the previous issue but I forgot---could you remind me why we use keywords here rather than a function? Then it would have |
|
We have not discussed it previously. Actually what you propose is a good idea. But Then the definition in DataFrames.jl would be: It would be more error prone than the current implementation (potentially leading to crazy error stack traces) but more flexible indeed. |
|
Makes sense. Then we'd also get |
|
Yep, I agree with adienes. |
|
Yeah why not. Maybe we need a more specific name than "operation" then for the argument. Again the same discussion as the one about "combine" in |
|
AFAICT this fits well. In mathematics |
|
I have updated the PR. |
|
Perhaps
The wikipedia page for the Algebra of Sets uses both terms interchangeably, so I'm not sure which is more standard. |
|
I checked several references, and the border between
Given this explanation indeed |
|
especially when the symbols |
|
changed |
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
|
Thank you! |
x-ref JuliaData/DataFrames.jl#3224