Informatics Practices

Name the function to iterate over a DataFrame horizontally.

Python Pandas

2 Likes

Answer

The iterrows() function iterates over a DataFrame horizontally.

Answered By

1 Like


Related Questions