How to check if a list contents is all numeric without loops
Hi,
I am writing some code which imports data and I would like to do some data checking similar to MessyTables for python.
Data can be accidentally imported as character due to "NULL" or similar being present in the data. After removing the common instances of these I would like to check the data again to see if it is numeric.
The easiest way to do this is to use Try() and Matrix() after removing a...
stephen_pearson
steve_reinhart
dale_lehman