Add a New Comment (Rich Markup)
dataframe 1.1.0 Consider following file "afile":
string1;int1;string2;string3 a;1;hello; b;2;world;huhu
if read there is an error:
d=dataframe("afile", "sep", ";"); Something went wrong while converting colum 4 Error was: cell2mat: wrong type elements or mixed cells, structs, and matrices stopped in /home/andy/octave/dataframe-1.1.0/@dataframe/private/df_matassign.m at line 357 357: keyboard;
if the int colum is removed so that "afile" reads
string1;string2;string3 a;hello; b;world;huhu
the first column isn't read:
> dataframe("afile", "sep", ";") ans = dataframe with 1 rows and 3 columns Src: afile _1 string1 string2 string3 Nr char char char 1 b world huhu
(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)
Attach Files: Comment:
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Only project members can vote.
Please enter the title of George Orwell's famous dystopian book (it's a date):
Follow 2 latest changes.
Copyright © 2023 Free Software Foundation, Inc. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. The Levitating, Meditating, Flute-playing Gnu logo is a GNU GPL'ed image provided by the Nevrax Design Team. Source Code
Powered by Savane 3.11