(Choose 1 answer)
Which statement about the Pandas read csv function is TRUE?
A. It can only read comma-delimited data
B. It can read both tab-delimited and space-delimited data
C. It reads data into a 2-dimensional NumPy array
D. It allows only one argument: the name of the file