Hi. Why do we have to specify a format of data being imported (say, CSV) if this information is already contained in the file extension (.CSV) ?
Here is the related example from the class:
spreadsheetCommas =
Import[FileNameJoin[{NotebookDirectory[], "two_column_csv.csv"}], "CSV"]
Thank you.
Michael.