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

Add support for multiple positional arguments in push!/pushfirst!/append!/prepend! #3371

Closed
bkamins opened this issue Aug 20, 2023 · 0 comments · Fixed by #3372
Closed

Add support for multiple positional arguments in push!/pushfirst!/append!/prepend! #3371

bkamins opened this issue Aug 20, 2023 · 0 comments · Fixed by #3372
Labels
Milestone

Comments

@bkamins
Copy link
Member

bkamins commented Aug 20, 2023

We now support:

push!(df, row)

it would be good to support also

push!(df, row1, row2)

The same applies to pushfirst!, append! and prepend!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant