Question: Inconsistency when importing external CSV data

I try an import of csv external data file but i have "inconsistency".

With the smaller file import is OK,

With the second, bigger, the import is not "consistency" and i can not after perform statisyical analysis, possible on the smaller.

Attached zipped the 2 files (smaller test1_plantdata, bigger sub1_plantdata)

The structure of the csv file is exactly the same.

follow Maple code (changing directory and file name):

-------------------------------------------

restart;

with(Statistics);

interface(displayprecision = 4);

plantdata := Import("D:/Dati/Prove/Maple/test1_plantdata.csv");

---------------------------

I don't understand where is the "error"...

Thanks, regards.

 

Please Wait...