sprmnt21

Results 17 comments of sprmnt21

then the issue is in the doc [https://docs.juliahub.com/InMemoryDatasets/cS87e/0.4.0/man/grouping/](url), which, but I notice only now, is related to an old version of IMD.

Suppose that, somehow, you have come to have a dataset like this: ``` 7×3 Dataset Row │ id outcome sds │ identity identity identity │ Int64? Bool? Dataset? ─────┼───────────────────────────────── 1...

I don't know what Int [] is exactly / formally, other than to think of it as an empty vector. But leaving it as it is, could it give rise...

... or put a kwargs to choose to flatten everything. By obtaining, in the example considered, such a thing ``` julia> CSV.read("tabintabm.csv", DataFrame) 7×6 DataFrame Row │ name salary friends.name...

let's start by removing `isless`, since it is the default value `missingassmallest` `missingissmallest`

it sounds like a play on words (or is it? I like it). `missingless `could be read as _no missing_

Consider the following problem. Given a list of strings, find the groups of consecutive strings led by a string starting with "AT". ``` julia> itr=[randstring("ACTG") for _ in 1:20] 20-element...