I have a single DataFrame that needs to be sent to a Quality Test API that should return another DataFrame.
But unfortunately the API is not accepting the DataFrame as a whole and hence I am slicing it row by row and sending it to the API.
Hence I am getting single row DataFrames with each request. Can someone tell me how I can keep appending these single rows to a larger Data Frame?