Questions about the Text based file format CSV (Comma Seperated Values). Questions include, but are not restricted to, importing from and exporting to this file format.
10
votes
4answers
449 views
Import[ ] drops leading zeros from data when importing a CSV file
I need to load data from the CSV file shown below.
Import[ ] drops the leading zeros in column 3 when it imports the CSV file, but they are security identifiers, and I need them. ReadList[ ] ...
3
votes
2answers
630 views
Plot CSV-data; make statistical statements in Mathematica / WA
First, I'm quite new to Mathematica so sorry in advance if some questions seem to be trivial.
I have a CSV-file which looks like this:
...