Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

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