Informatics Practices
CSV stands for :
- Column Separated Value
- Class Separated Value
- Comma Separated Value
- None of the above
Python Pandas
2 Likes
Answer
Comma Separated Value
Reason — The acronym CSV is short for Comma-Separated Value.
Answered By
1 Like
Related Questions
Which function lets you store data of a DataFrame into an SQL table ?
Which additional argument would you give to append the data of a DataFrame in an existing SQL table ?
A CSV file can take …………… character as separator.
- ,
- ~
- |
- \t
- only (a)
- all of these
In order to work with CSV files from panda, you need to import …………… , other than pandas.
- .csv
- pandas.io
- newcsv
- no extra package required