danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

fix empty new DataFrame({ series: [] }) handling with automatic index calculation

Open nevion opened this issue 1 year ago • 0 comments

the range check in utils.range fails when constructing a dataframe where the columns are of 0 length for the automatically calculated default index. Perfectly valid and otherwise working but requires index to be specified every time. This PR adds a trivial fix for it.

I could not figure out how to build danfo as a npmjs.org compatible package - could use some tips there.

nevion avatar Dec 23 '24 12:12 nevion