%PDF- %PDF-
| Direktori : /lib/python3/dist-packages/scipy/io/arff/tests/data/ |
| Current File : //lib/python3/dist-packages/scipy/io/arff/tests/data/quoted_nominal.arff |
% Regression test for issue #10232 : Exception in loadarff with quoted nominal attributes
% Spaces between elements are stripped by the parser
@relation SOME_DATA
@attribute age numeric
@attribute smoker {'yes', 'no'}
@data
18, 'no'
24, 'yes'
44, 'no'
56, 'no'
89,'yes'
11, 'no'