[tests] add student dataset and test case for arrange
w/ 3 columns
#368
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/datamancer/dataframe.nim#L791
Using `add` to add rows to a DF individually is very slow. Be sure to only add very few rows using this proc! [User]
|
src/datamancer/formula.nim#L1242
Formula (+ (~ subMeanHwy 0.0) (mean df["hwy"])) has a mismatch between given formula kind:
|
src/datamancer/formula.nim#L1242
Formula (+ (~ subMeanHwy 0.0) (mean df["hwy"])) has a mismatch between given formula kind:
|
src/datamancer/formula.nim#L1242
Formula (~ baz 2) has a mismatch between given formula kind:
|
src/datamancer/formula.nim#L1242
Formula (~ μ (el.attenuationCoefficient (col x))) has a mismatch between given formula kind:
|
src/datamancer/formula.nim#L1242
Formula (~ from 0) has a mismatch between given formula kind:
|
tests/test_issue28.nim#L2
imported and not used: 'json' [UnusedImport]
|
src/datamancer/formulaNameMacro.nim#L89
Node kind nnkIfStmt not implemented for FormulaNode string representation. Node is:
|
src/datamancer/formula.nim#L1242
Formula (+ (~ subMeanHwy 0.0) (mean (col hwy))) has a mismatch between given formula kind:
|
src/datamancer/formula.nim#L1242
Formula (~ countCol 0) has a mismatch between given formula kind:
|
This job succeeded
Loading