I have a pandas dataframe created . Now, I have to keep incrementally adding rows to this dataframe . What should I use concat, append or any other? . I am asking this for performance considerations to be taken into account when doing this operation.
And what are the thumb rules to be taken into account when using concat or append operations ?