Skip to content

Commit

Permalink
typo (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCaseres committed Jul 6, 2023
1 parent 874ad06 commit d8c8bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@
represent an array of `NamedTuple`s. This package is designed to be lightweight,
easy-to-use and fast, and presents a very minimal new interface to learn.

Data manipulation is possible throught the tools built into Julia (such as `map`, `filter`,
Data manipulation is possible through the tools built into Julia (such as `map`, `filter`,
and `reduce`) and those provide by [SplitApplyCombine.jl](https://github.com/JuliaData/SplitApplyCombine.jl)
(like `group` and `innerjoin`). You can speed up data analysis tasks with acceleration indices, by using the [AcceleratedArrays.jl](https://github.com/andyferris/AcceleratedArrays.jl) package. This package is integrated the *Tables.jl* interface, and therefore the rest of
the data ecosystem such as *Query.jl*.
Expand Down

0 comments on commit d8c8bc9

Please sign in to comment.