[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue with dataframe package
From: |
abis866c |
Subject: |
Issue with dataframe package |
Date: |
Mon, 19 Nov 2018 05:49:51 -0600 (CST) |
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
- Issue with dataframe package,
abis866c <=