Timothy Hunter

Results 3 issues of Timothy Hunter

I found this incredibly convenient to create small dataframes, here is how you can use it: ``` python n = 5 A = rd.rand(n,4) C = rd.randint(10, size=n) df =...

enhancement

Because the aggregation step is not deterministic, the data may be presented in different orders between runs of the same query. A number of algorithms (DBSCAN) will then give different...

enhancement

I was trying to pick up on @mengxr 's branch [1], but I noticed that the current master does not give information about package private classes anymore (except for trait)....