Reading CSV files for accuracy of data

what is the best way to read data in csv files for considering the accuracy of data .
for example if any variable have only integer values and one or two values in double so all values should show as it is in database.

so in order to keep the accuracy of data which is the best way to read any csv database.

Perhaps you are looking for something like the pointblank package to confirm data matches your expectations? rich-iannone.github.io/pointblank

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.