S-L-Moore

Results 3 comments of S-L-Moore

Found a workaround on this thread: [Discussions 525](https://github.com/javascriptdata/danfojs/discussions/525)

Nb. If fields are not defined in the first object ``` let data = [ { Id: 1, Name: "Apple" }, { Name: "Orange", Id: 2 }, { Name: "Grape",...

I wondered if a new DataFrame could be created & then have rows & columns dynamically added but I ran into a few issues with addColumn/append: ``` //let dft =...