Informatics Practices

To get NumPy representation of a dataframe, …………… attribute may be used.

  1. size
  2. shape
  3. values
  4. ndim

Python Pandas

1 Like

Answer

values

Reason — The values attribute will return a NumPy representation of the DataFrame.

Answered By

3 Likes


Related Questions