Guillaume Mousnier
Guillaume Mousnier
Hi, In order to pass a DataFrame on a Worker or WorkerThread you have to serialize it before sending it and deserialize it on the dedicated Worker. It's the case...
Hello ! I can't reproduce your issue. I wrote this little script: ``` const dfjs = require("dataframe-js"); const less = (key, value, row) => { console.log(row.get(key) < value, row.get(key), value);...
Hi, sorry for the delay, I wasn't active these days. I will look.
Hi @Zuckerbrot, Indeed, the current usage doesn't allow direct mutation or property modification. I must look if it's possible to implement it easily.
Hi again, I have added a new method DataFrame.setRowInPlace (with the same usage) mutating directly the existing DataFrame on the develop branch (you can switch on it to test). I...
Hi @chenxinyanc, Thank you for your report. JS ecosystem can be an incredible mess sometimes. I will see to create a temporary workaround (I can't drop core-js just like that,...
Sorry I was in holidays, I will try to fix it monday.
Sorry for the delay, I wasn't active on github these days. I m working on a solution.
Hi ! Could you describe me what's the dataframe.min.js file ? What's your usage (nodejs, in the browser directly) ? If it's the browser minified bundle, it's not designed to...
Hi @anusha5695, Thank you for this PR ! That's clean ! Just fix the few details (nothing about mechanics, just about notation). To conclude that's a great job. I think...