Which of the following statements about NumPy and Pandas is incorrect?
1
NumPy requires homogeneous data, while Pandas DataFrame supports heterogeneous data.
2
Pandas provides built-in support for data visualization, while NumPy does not.
3
NumPy is primarily used for handling structured tabular data.
4
Pandas is built on top of NumPy and provides easier data manipulation tools.