U
    Kvf                     @   sH   d Z ddlmZ dZdZdZdZdZdZ	d	Z
d
d Zdd Zdd ZdS )zName of dataset.    )utilsZrestructuredtextzE.g., This is public domain.zTitle of the datasetz
This section should provide a link to the original dataset if possible and
attribution and correspondance information for the dataset's original author
if so desired.
zA short description.z$A longer description of the dataset.z
::

    Number of observations:
    Number of variables:
    Variable name definitions:

Any other useful information that does not fit into the above categories.
c                   C   s   t  S )z
    Load the data and return a Dataset class instance.

    Returns
    -------
    Dataset
        See DATASET_PROPOSAL.txt for more information.
    )load_pandas r   r   F/tmp/pip-unpacked-wheel-2v6byqio/statsmodels/datasets/template_data.pyload   s    	r   c                  C   s   t  } tj| ddS )z
    Load the strikes data and return a Dataset class instance.

    Returns
    -------
    Dataset
        See DATASET_PROPOSAL.txt for more information.
    r   )Z	endog_idx)	_get_dataduZprocess_pandas)datar   r   r   r   *   s    	r   c                   C   s   t tdS )NzDatasetName.csv)r   Zload_csv__file__r   r   r   r   r   7   s    r   N)__doc__Zstatsmodels.datasetsr   r   Z__docformat__Z	COPYRIGHTZTITLEZSOURCEZ
DESCRSHORTZ	DESCRLONGZNOTEr   r   r   r   r   r   r   <module>   s   