SyntaxFix
Write A Post
Hire A Developer
Questions
Consider an array A of N x 2 dimensions. To add one more row, use the following.
A.loc[A.shape[0]] = [3,4]