Which of the following is True
1
Numpy array requires homogeneous data, whereas Pandas DataFrame does not.
2
Pandas DataFrame requires homogeneous data, whereas Numpy array does not.
3
Numpy array and Pandas DataFrame both requires homogeneous data,
4
Numpy array and Pandas DataFrame both does not requires homogeneous data,