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 b3d2b54 commit 3f4c22dCopy full SHA for 3f4c22d
README.md
@@ -53,7 +53,7 @@ g = GroupedArray(p1, p2)
53
## See also
54
Internally, a `GroupedArray` is stored as a vector of Integers, where 0 corresponds to `missing`.
55
56
-The underlying code of `GroupedArrays` is taken from [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl)
57
-`GroupedArrays`can be seen as [PooledArrays](https://github.com/JuliaData/PooledArrays.jl) restricted to arrays of integer/missing values
+The algorithm to construct `GroupedArrays` is taken from [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl)
+
58
59
0 commit comments