Skip to main content

Questions tagged [csv-format]

Questions about the text based file format CSV (Comma Separated Values). Questions include, but are not restricted to, importing from and exporting to this file format.

3 votes
2 answers
215 views

I am having a lot of issues trying to import data into mathematica and then clean the data so that mathematica recognises it. The data is a set of permutations, which I would like to express as ...
am567's user avatar
  • 997
0 votes
2 answers
109 views

I have a CSV file, containing multiple columns $f_i$ , $g_i$ and $h_i$ in the following format. The columns with the same index correspond to one set of values. ...
neesh's user avatar
  • 33
1 vote
1 answer
84 views

I am parsing a CSV and whenever the trailing records are empty: StringSplit[",2,,4,,",","] I get: {"2&...
user13892's user avatar
  • 10.4k
1 vote
1 answer
359 views

I am trying to import a CSV file with the following structure: the 1st column has 15 values, the 2nd column has 10 values, and 3rd column has 15 values. But when I import and try to access the 2nd ...
a019's user avatar
  • 887
1 vote
1 answer
187 views

I am trying to plot two NMR line graphs superimposed to show a before and after. I was able to successfully do it with excel files but the CSV files have been giving me trouble. This is my code. I ...
Isabelle's user avatar
2 votes
2 answers
337 views

I export a simple CSV file created in MATLAB with complex numbers, such as: 0.1+2.1i,0.9+0.13i,0.02+0.3i I would like to import it into Mathematica with the "i" recognized as the imaginary ...
Philipp Strasberg's user avatar
0 votes
1 answer
143 views

I'm importing a CSV file with two columns. I've done this with other files, but this one is causing issues when trying to create rules to associate IDs with the titles. Here's a sample of the ...
Sam B's user avatar
  • 189
2 votes
2 answers
885 views

I have a document in .bib format, namelad by savedrecs1.bib, obtained from Web of Science. The document have a set of reference, of the type: ...
SAC's user avatar
  • 1,343
1 vote
2 answers
175 views

I have some data that looks like: ...
apg's user avatar
  • 2,303
0 votes
0 answers
69 views

I have a Mathematica module im_solver.m that I wish to iterate through Python or a bash script. The module runs a bunch o' other modules. At the end im_solver.m executes a diagnostic.m that collects ...
Nick Valverde's user avatar
0 votes
0 answers
119 views

I have a data set of text in string format as ...
SAC's user avatar
  • 1,343
1 vote
0 answers
88 views

I have a lot of data which use tabs as field separators. There are no tab characters in their fields. The data are all alphanumerical, strings are not enclosed in quotes. Theoretically ...
Adalbert Hanßen's user avatar
1 vote
1 answer
218 views

I am new to Mathematica, and i am trying to Graph some blockchain transaction data. I would like the Addresses "From" & "To" to be the Nodes/Vertices, and the edges to be a ...
RMBG's user avatar
  • 11
2 votes
1 answer
154 views

I have a list that looks like this: {{"74.28300000000003,90.32258064516131"},{"75.06400000000004,92.90322580645163"}} To be able to use these ...
Heidehexer's user avatar
0 votes
0 answers
212 views

I have the following code ...
Strictest Tiger's user avatar

15 30 50 per page
1
2 3 4 5
10