why doesn't my dataframes append code example
Example: dataframe not appending
#DF.append is not inplace, need to assign back
df8 = df8.append([s] * 2, ignore_index=True)
df8
A B C D
0 value aa value bb value cc value dd
1 value aa value bb value cc value dd