Computer Science, asked by anjali557712, 5 months ago

To iterate over horizontal subsets of DataFrame, ____________ function may be used. *

options


a. iterate()
B. iterrows()
C. itercols()
d. iteritems()​

Answers

Answered by vishwasraje277
0

Answer:

c is the answer

Explanation:

our swing ln k biber pleas mark me as brainlist

Answered by dualadmire
0

Option(B) Iterrrows()

  • To iterate over horizontal subsets of DataFrame, the Iterrrows() function may be used.
  • Iterrows function is to frame the horizontal subsets as we know that row indicates horizontal.
  • Iterate is a wrong function so it will not be used.
  • Itercolums is to frame the vertical subsets as we know that columns indicate vertical.
  • The iteritems() are used to represent the items of a given subject in the data frame.
Similar questions