Computer Science, asked by rithik64, 5 hours ago

write down the syntax of iterating over a dataframe

Answers

Answered by kumarpraveen5448
1

Answer:

In order to iterate over rows, we apply a function itertuples() this function return a tuple for each row in the DataFrame. The first element of the tuple will be the row's corresponding index value, while the remaining values are the row values

Answered by anishauma81
1

in order to iterating over rows we apply a function iter tuples () this function return a tuple for each row in the data frame . the element of the tuple will be the row's corresponding index value , while the remaining values are the row value

hope it it will help you

please mark me as a BRAIN LIST FRIENDS

Similar questions