Pavel Gorgulov
Pavel Gorgulov
When the line type is dotted, I expect to see the original line through the dots. In this case, it is not so. Especially, you can see this on the...
Okay, I was talking about understanding. Here I have highlighted the problem areas: Even the ggplot examples given here look cleaner
I have been thinking about it for a long time, even since the days when Vector API was in the incubator. And I really want to do it. Especially in...
No, it's similar https://kotlin.github.io/dataframe/countdistinct.html but on grouped df. I wouldn't like the naming to become more complicated
this is similar to other functions that apply to both a dataframe and a grouped dataframe: `count`, `sum`, `mean` ...
Alright. I thought that the user will work mainly with ndarray, but in cases where mean is calculated in ndarray, it will be possible to convert using `toList()`.
There is one more problem. If we use ndarray, then we simply pass a pointer to it in python, and if we use jvm structure (array, list), then we need...
> Isn't the overhead there in any case? Yes, there is overhead. Only in case of reuse `mean` will give an improvement. I agree that it is necessary to support...
Why downgrade to 1.8?
This doesn't answer the question