What is meant by iteration in Datfram?
Answers
Answered by
0
Answer:
Iteration is a general term for taking each item of something, one after another. Pandas DataFrame consists of rows and columns so, in order to iterate over dataframe, we have to iterate a dataframe like a dictionary
Similar questions