geotech.in_situ.spt.get_n_value#
- DataFrame.geotech.in_situ.spt.get_n_value(refusal=50, limit=False)#
Return the N-value for each sample.
When a sample is a refusal, then the N-value is assumed as the value set in refusal. If limit is set to True, then any N-value exceeding refusal will be limited to refusal.
Warning
If limit is True while refusal is set to
NA
, nothing will get limited.