Karandeep Singh

Results 18 comments of Karandeep Singh

Thank you for opening this issue based on our Twitter conversation. I'll first share what the documentation currently says and will give an example for what I think it *should*...

Hi all, I’ll share my two cents as a recent convert from R tidyverse to DataFrames.jl. My two favorite features from the new `join_by` feature in R tidyverse are inequality...

I've had issues with getting the `multi` keyword argument to work with DataFrames using FlexiJoins.jl. Also, I don't like the behavior that results in duplicated column names for the keys...

Thanks! That's super helpful. Quick question: what is the purpose of `identity` in the `multi` argument? I think in that case my only critique of the FlexiJoins.jl implementation is that...

Thanks @aplavin! Appreciate the answers. None of what I said was intended as criticism - it's more stuff that DataFrames.jl maintainers should consider as they think about the best way...

I appreciate the thoughtful examples in the blog post! With the examples you’ve given there, I think I should be able to wrap this functionality within TidierData.jl. The only piece...

Hi @math4mad, Thanks for the question. Just to clarify, are you asking: - In general, how to identify super types? - Or how to get this code to work in...

Thanks Davis. From my standpoint, that sounds like exactly what I am looking for. For multiclass situations, the Brier score can sum to more than 1, right (depending on the...

Running into what I think is a similar issue as well - CSV fails to precompile as a dependency on `Julia nightly - ubuntu-latest - x64`.

Thanks @longemen3000! Appreciate the clarification.