How to plot from a CSV file?

You are probably using an outdated version of the CSV package. Use readtable instead of CSV.read, or try to identify the installed package which prevents you from updating DataFrames and CSV to their latest versions (see How to upgrade from DataFrames 0.10.1 to 0.11.3?).

1 Like