We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b5c49 commit c5218d1Copy full SHA for c5218d1
README.md
@@ -27,7 +27,7 @@ def most_frequent(arr: np.ndarray) -> np.ndarray:
27
.Sorted(by=lambda _, v: -v) \
28
.Take(10) \
29
.Map(lambda k, _: k) \
30
- .ToList() \
+ .ToList() \
31
.Then(np.array).Unboxed()
32
```
33
0 commit comments