⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant