APPLICATION OF SUPERVISED LEARNING
MACHINE LEARNINGHARD QUESTIONS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
comma separated files
|
|
copied separated files
|
|
comma simple files
|
|
none of these
|
Detailed explanation-1: -A CSV (comma-separated values) file is a text file that has a specific format which allows data to be saved in a table structured format.
Detailed explanation-2: -A CSV is a comma-separated values file, which allows data to be saved in a tabular format. CSVs look like a garden-variety spreadsheet but with a . csv extension. CSV files can be used with most any spreadsheet program, such as Microsoft Excel or Google Spreadsheets.
Detailed explanation-3: -with a character such as a comma (, ). This character is called the field separator or delimiter. When the field separator (delimiter) is a comma, the file is in comma-separated (CSV) or comma-delimited format. Another popular delimiter is the tab.
Detailed explanation-4: -A CSV (Comma Separated Values) file is a file with values seperated by a comma. Its often used to import and export with databases and spreadsheets.