(11
(Choose 1 answer)
Which of the following statements about cloud data access using Pandas is TRUE?
A. With read_csv, the online file must be comma-delimited.
B. The read_csv function can read data directly from a website or url.
C. With read_csv, the destination file must have column names in the first row.
D. A remote destination file must be downloaded locally before it can be read by Pandas.