What are the best ways to fill up a data structure such as a DataFrame iteratively, especially with mixed data types?
So, I have been looking for similar problems and questions to find ways to fill a data structure iteratively, be it a Numpy array or a Pandas DataFrame for example, and I could not find a proper answer.