Skip to content

Commit e04c81a

Browse files
committed
Update README
1 parent fe99258 commit e04c81a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,10 @@ Below are a few transforms that you can contribute:
205205
- [DataFramesMeta.jl](https://github.com/jkrumbiegel/Chain.jl) is a package
206206
to manipulate [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl)
207207
tables. It is not intended for statistical transforms such as `PCA`,
208-
`ZScore`, `Quantile`, etc, which rely on complex interactions between
209-
the rows and columns of a table. The usage of macros in the package
210-
promotes one-shot scripts as opposed to general pipelines that can be
211-
passed around to different places in the program.
208+
`Quantile`, etc, which rely on complex interactions between the rows and
209+
columns of a table. The usage of macros in the package promotes one-shot
210+
scripts as opposed to general pipelines that can be passed around to
211+
different places in the program.
212212
- [Query.jl](https://github.com/queryverse/Query.jl) is a package to query
213213
[IterableTables.jl](https://github.com/queryverse/IterableTables.jl).
214214
Similar to other alternatives above, the package is not intended for

0 commit comments

Comments
 (0)