abis866c
2018-11-19 11:49:51 UTC
I have installed the dataframe package and loaded a dataset of size 4216x7
from a csv file. I have one column that holds the name of a zip file
(something like "chester.zip") All data is good in the dataframe except for
the rows where the zip file name starts with "na", for example ,
"nabuco.zip". The string in that cell is not loaded correctly and it is
considered a missing value (NA).
I am very confident this is due to the fact that string starts with "na"
because if I add "_" at the beginning of the string to make it
"_nabuco.zip", string is loaded correctly.
Any suggestions on this?
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
from a csv file. I have one column that holds the name of a zip file
(something like "chester.zip") All data is good in the dataframe except for
the rows where the zip file name starts with "na", for example ,
"nabuco.zip". The string in that cell is not loaded correctly and it is
considered a missing value (NA).
I am very confident this is due to the fact that string starts with "na"
because if I add "_" at the beginning of the string to make it
"_nabuco.zip", string is loaded correctly.
Any suggestions on this?
--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html