spleshakov

Results 3 issues of spleshakov

Using either version of the agent 2.2.3 or 2.2.1, I get the following error which running `startAgent.sh` ``` spleshakov-MacBook-Pro:ServerAgent-2.2.3 spleshakov$ java -version java version "11.0.2" 2019-01-15 LTS Java(TM) SE Runtime...

According to this page https://danfo.jsdata.org/api-reference/configuration-options, there is a way to set number of rows to show when calling `.print()` by setting `tableMaxRow` Is there a way to set this setting...

I have this code snippet ``` const danfojs = require("danfojs-node"); (async () => { let data = await danfojs.readCSV( `${__dirname}/plan.csv`, { dynamicTyping: { "variation": false } } ) console.log( data.columns.map((item,...

bug