Error "'DataFrame' object has no attribute 'append'"

I am trying to append a dictionary to a DataFrame object, but I get the following error: AttributeError: 'DataFrame' object has no attribute 'append' As far as I know, DataFrame does have the met...