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

Appending a row #29

Open
nathanvy opened this issue Jul 8, 2024 · 3 comments
Open

Appending a row #29

nathanvy opened this issue Jul 8, 2024 · 3 comments

Comments

@nathanvy
Copy link

nathanvy commented Jul 8, 2024

Hi again,

What would be the proper way to append row(s) to a dataframe? For example, in Python/Pandas there exists the append operation and in R we have similar

Is there an analogous feature in data-frame? I haven't been able to find it in the source.

@snunez1
Copy link

snunez1 commented Jul 8, 2024

See stacking in the data-frame documentation.

stack is probably a bad name for this section of the docs. Let's leave this open so that I remember to update this section when I push the latest documentation.

If you wrap these with higher level functions, e.g. rbind or add-row, let me know and I'll add them to the data-frame system.

@nathanvy
Copy link
Author

nathanvy commented Jul 9, 2024

Thanks! I fully confess to skipping over that section because I didn't know what "stacking meant". I will play with it and if I end up writing a convenient wrapper I'll drop you a note or a PR.

@nathanvy nathanvy closed this as completed Jul 9, 2024
@nathanvy
Copy link
Author

nathanvy commented Jul 9, 2024

Oops, you said you wanted to keep this open. Reopening.

@nathanvy nathanvy reopened this Jul 9, 2024
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

No branches or pull requests

2 participants