Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

aaronreidsmith / scipy   python

Repository URL to install this package:

Version: 1.3.3 

/ io / arff / tests / data / quoted_nominal_spaces.arff

% Regression test for issue #10232 : Exception in loadarff with quoted nominal attributes
% Spaces inside quotes are NOT 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  '