Rising Odegua
Rising Odegua
Looks interesting. What do you mean by extending features like align data? Also to be sure, are you proposing we abstract the isna function to generic or an internal function...
> Its been a while since I can work on this. @steveoni or @risenW Any update for this implementation?. Now I can return to tackle this issue 💪🏽 Update on...
> Indexes in DataFrame are not saved when exporting to csv using to_csv. > > ```js > const df = new DataFrame(input, { index: ['A', 'B', 'C'] } ); >...
> Is this related to #361? toJSON() also didnt't include the index. > > It seems like most of the io files need an update so that Series and DataFrames...
> **Describe the bug** When opening an excel file, columns with no data in first row are ignored.  > > **To Reproduce** `dfd.readExcel(remote_url, ).then(df => { df.print() }); `...
Makes sense!, thanks for the suggestion, I'll look into this.
> I tested it with danfojs-node and danfojs-node-nightly, because [danfo.Dt](https://danfo.jsdata.org/api-reference/general-functions/danfo.dt) includes the nightly. > > What I have so far is this. Not a dt or danfo.toDateTime() operation yet. >...
@andreyshedko I'm not familiar with Angular and how packaging works there, so I can't really help out here.
@DonJayamanne Awesome work with typescript-notebook. I started trying it out, but could not get it to work on my vscode though. I'll raise an issue with explanations in the repo....
> > but could not get it to work on my vscode though. I'll raise an issue with explanations in the repo. > > Oh no, please do let me...