{ } Raw JSON

bundles / scipy latest / scipy / io / arff / _arffread / NumericAttribute / parse_attribute

classmethod

scipy.io.arff._arffread:NumericAttribute.parse_attribute

source: /scipy/io/arff/_arffread.py :189

Summary

Parse the attribute line if it knows how. Returns the parsed attribute, or None.

Extended Summary

For numeric attributes, the attribute string would be like 'numeric' or 'int' or 'real'.

Aliases

  • scipy.io.arff._arffread.NumericAttribute.parse_attribute