Guillaume Mousnier

Results 22 comments of Guillaume Mousnier

Hi, Indeed, the default export seems not working well. It seems working when not importing the default. Workaround in esm: ```js import { DataFrame } from "dataframe-js"; const df =...

Hi @Irio, Thank you for your sugesstion. Sorry for the delay, I wasn't active these days. Have you look the GroupedDataFrame `.pivot` method (https://github.com/Gmousse/dataframe-js/blob/develop/src/group.js#L156) ? It should works similarly.

Hi @anusha5695, that's a good idea. I think that adding a new method could be disturbing. Instead I plan: - to deprecate .renameAll - to deprecate the current usage of...

Hi @anusha5695 , thank you for the PR, I will review it asap. Don't worry about the deprecation, I take it.

Hi sorry I was busy @Gmousse (summer doesn't help :D). I keep 1 hour tommorow to review your PR.

Hi that's a good point. I will see what could be done ! Thank you for your suggestion

Yep that's clear. I m working on a new version on an experimental branch. I will make some tries.

Hi, sorry I was a bit busy these days. I must work on the api proposal for this feature.

Hi @mbkupfer, I m currently working on it, I will submit (in this issue) a proposal about the api.

In order to provide a better type definition file for TypeScript users (asked by @danielgwilson in #43), I need help. Indeed I m not a TypeScript user, thus I m...