U
    Hvf%  ã                   @   sJ   d Z ddlT ddlmZ ddlmZ ejdg ZddlmZ eeƒZ[dS )	a  
Module to read ARFF files
=========================
ARFF is the standard data format for WEKA.
It is a text file format which support numerical, string and data values.
The format can also represent missing data and sparse data.

Notes
-----
The ARFF support in ``scipy.io`` provides file reading functionality only.
For more extensive ARFF functionality, see `liac-arff
<https://github.com/renatopp/liac-arff>`_.

See the `WEKA website <http://weka.wikispaces.com/ARFF>`_
for more details about the ARFF format and available datasets.

é   )Ú*)Ú	_arffread)Úarffreadr   é    )ÚPytestTesterN)	Ú__doc__r   Ú r   Ú__all__Zscipy._lib._testutilsr   Ú__name__Útest© r   r   ú:/tmp/pip-unpacked-wheel-96ln3f52/scipy/io/arff/__init__.pyÚ<module>   s   