File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -205,10 +205,10 @@ Below are a few transforms that you can contribute:
205
205
- [ DataFramesMeta.jl] ( https://github.com/jkrumbiegel/Chain.jl ) is a package
206
206
to manipulate [ DataFrames.jl] ( https://github.com/JuliaData/DataFrames.jl )
207
207
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.
212
212
- [ Query.jl] ( https://github.com/queryverse/Query.jl ) is a package to query
213
213
[ IterableTables.jl] ( https://github.com/queryverse/IterableTables.jl ) .
214
214
Similar to other alternatives above, the package is not intended for
You can’t perform that action at this time.
0 commit comments