Rising Odegua
Rising Odegua
@kylemcdonald Thanks for suggesting this. We can add it as a variant of the toJSON method. Probably it can be set from a parameter. I’ll note this as a new...
Great idea, we will definitely work towards this. Just read up about it, and loving it.
> Hi! > > I'm very interested in the ability to easily use apache arrow as an IO format. It seems like the bot auto-staled this issue. Is there anything...
@yeus This is a good suggestion, and something I have also considered. We'll do some more analysis on this.
> I have isolated the danfojs dependencies here: > >  > > I am able to use webpack to lazily load danfojs dependencies in the background using my own...
No one is actively working on this currently. Would like to work on it?
Yes, that's exactly what I meant. Alright, I'll assign you to this. Thanks!
The generic module is used for more low level methods. So it should be separated, and also, the way you compute Dataframe Corr is slightly different than Series, I believe...
> For example the std function: > > ```js > std() { > if (this.dtypes[0] == "string") { > throw Error("dtype error: String data type does not support std operation")...
Yea, I think so too. I found this as well: https://stackoverflow.com/questions/56649680/tensorflow-vs-tensorflow-js-different-results-for-floating-point-arithmetic-comp Let me know what you come up with.