Bogumił Kamiński
Bogumił Kamiński
There is little benefit from registering a package (apart from minimally easier installation). I am not actively maintaining this repository right now, so if you want to take it over...
It looks that in order to make a transfer you would have to delete your repository with the same name. Anyway - you have full write privileges to this repository...
OK - I have sent a transfer request.
If this is change should it not be that `1+2+3` gets parsed as `((1+2)+3)`, as this is the current operation order? So at least the change would be breaking only...
The changes look to make sense. I left one comment. I am not a maintainer of this package (and I do not know its internals). Maybe @nalimilan knows who has...
Is this what you want? ``` julia> fivenum(x) = [x, 2x, 3x] fivenum (generic function with 1 method) julia> df = DataFrame(a=1:3) 3×1 DataFrame Row │ a │ Int64 ─────┼───────...
> I wanted it for a `GroupedDataFrame` All DataFrames.jl API is the same for data frame and `GroupedDataFrame`.
Thank you for looking into this. I will also think what could be done.
I thought a bit about it. The possible solution is as follows: * by default guarantee as much thread safety as possible but not always; be explicit about it (just...
@jangorecki I will propose code for juliadf.