bgctw / REddyProc

Processing data from micrometeorological Eddy-Covariance systems
57 stars 31 forks source link

detail the violation when checking for numeric columns #50

Closed bgctw closed 3 years ago

bgctw commented 3 years ago

Currently, REddyProc checks for columns to be numeric during class initialization. If columns are non-numeric the column names that are non-numeric are reported by an error message.

In order to help the user to find the violations, find the first non-numeric value and report it together with the row in the error message.