You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.The text was updated successfully, but these errors were encountered: