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

Allow Series.append() to use zero, fixes #486 #487

Merged
merged 1 commit into from
Aug 19, 2022

Conversation

BowTiedAztec
Copy link
Contributor

This fixes #486 that I filed the other day. It allows Series.append() to handle a zero literal as an input.

Also includes tests for both node and browser environments.

@risenW risenW self-requested a review August 19, 2022 06:31
@risenW risenW merged commit aaf6685 into javascriptdata:dev Aug 19, 2022
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.

Cannot append() number 0 to instance of Series
2 participants