WebSafe 3.7github.com
|
|
🏠
Skip to content

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

Open
nevion wants to merge 1 commit intojavascriptdata:devfrom
nevion:dev
Open

fix empty new DataFrame({ series: [] }) handling with automatic index calculation#651
nevion wants to merge 1 commit intojavascriptdata:devfrom
nevion:dev

Conversation

@nevion
Copy link

@nevion nevion commented Dec 23, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant

Comments