-
Hello, I am not sure wahts causing this but it appears on startup I get LOTS of exceptions. Removing Costura appears to fix it. If you can give me an idea of somthing to try or look at, I can hopefull…
-
I was wondering if the data-forge 1.2.4 is compatible with IE 11? I've tried using polyfill io and importing the default, es5 and es5 to cover the Symbol usage but for some reason it hangs in iterable…
Joxch updated
6 years ago
-
hello,
this is an invaluable dataframe library in javascript!
One thing I needed to self-implement was `Pivot` calculation, which simply counts the occurrence of records along interested two axi…
-
Hi there,
When this module is added to a create-react-app in the process of building the application the next message is shown:
"
Failed to minify the code from this file:
./node_modules/…
-
What is the equivalent function of python pandas pivot_table? I see that you have pivot(columns, values), but it doesn't seem to do the same as as python pandas pivot_table one.
-
Not sure if this issue belongs here or on the data-forge-ts project.
https://github.com/DefinitelyTyped/DefinitelyTyped
I have this in my .ts file for my angular-cli project:
`import * as df …
-
Hi am having an issue with join() and joinOuterLeft()
I can run the join example here just fine...
https://www.npmjs.com/package/data-forge#join
However when I add my own data the join fails with a…
-
I have a VueJS project built with [vue-cli](https://github.com/vuejs/vue-cli) that I'm struggling to use data-forge-js in. I did the following:
`npm install --save data-forge`
and added this imp…
-
We found performance issue when we drive more dataframe from a common source dataframe.
The iterator is repeating on the common part.
we need something like, so it won't start from beginning.
```…
-
I found (by means of experiment and source code exploration) that `TableDisplay` is represented by the list of rows and does not have means to work with columns. It is not very convenient since one us…