Skip to content

Commit 3f4c22d

Browse files
committed
Update README.md
1 parent b3d2b54 commit 3f4c22d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ g = GroupedArray(p1, p2)
5353
## See also
5454
Internally, a `GroupedArray` is stored as a vector of Integers, where 0 corresponds to `missing`.
5555

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
56+
The algorithm to construct `GroupedArrays` is taken from [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl)
57+
5858

5959

0 commit comments

Comments
 (0)