Closed md-arif-shaikh closed 3 years ago
Thanks for reporting it. I pushed a fix to the package. You will need to update your package using "raco pkg update" to get the new version.
Does not seem to fix the issue. I am getting exactly the same issue as mentioned before.
It looks like I only handled the case where the numbers were quoted. I pushed a fix for the case when the numbers are not quoted. Can you please update your package and try again? If it still does not work, can you please provide a small CSV file which illustrates the problem? Thanks, Alex.
It works now. Thanks a lot.
Hi @alex-hhh, my CSV file contains numbers both in the normal format as well as scientific notation. I noticed that the numbers in scientific notations, for example,
7.423934362508338e-05
is imported as string, i. e,"7.423934362508338e-05"
. This causes problems, for example when I try to plot the data usinggives the following error