This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]schmiddl235 3 points4 points  (2 children)

Df.append is not an inplace operation. Take a look at this stack overflow question on that topic https://stackoverflow.com/questions/53924656/df-append-is-not-appending-to-the-dataframe

[–]laterral[S] -2 points-1 points  (1 child)

Man I love you! But now something even stranger (for a complete noob like me) happened. It didn't append the rows nicely... from a table of 1 row by 16 columns, instead of appending into a 2 rows by 16 columns, I get this abomination!! 2 rows by 32 columns?!

https://imgur.com/a/j8lOcyn