Computer Science, asked by pooj4432, 1 month ago

What is meant by iteration in Datfram?

Answers

Answered by khyatiRamteke
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