Implement pushfirst!
to allow appending rows in the beginning of a DataFrame
#2678
Labels
Milestone
pushfirst!
to allow appending rows in the beginning of a DataFrame
#2678
This is non-urgent, basically a small quality-of-life improvement. Since it's possible to
push!
new rows, it would be nice to be able topushfirst!
too.The text was updated successfully, but these errors were encountered: